@charset "UTF-8";

.news_highlight .photo a img,
#prod_list li img,
#prod_list li a:before,
.solution_btm .pc_list a img,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.news_highlight .photo a:before,
#top,
#active_form .group label {
  -o-transition: all .20s linear;
  -webkit-transition: all .20s linear;
  -moz-transition: all .30s linear;
  transition: all .20s linear;
}

header {
  background: rgba(255, 255, 255, .8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.sub_banner {
  position: relative
}

.headline {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.headline h1,
.headline h2 {
  background: #313131;
  color: #fff;
  font-size: 2.25rem;
  float: left;
  line-height: 8rem;
  min-width: 32rem;
  border-left: 3rem solid #595757;
  margin: 0;
  padding: 0 2rem 0;
}

.mb-30,
.mb_30 {
  margin-bottom: 3rem;
}

.fancybox-nav {}

.fancybox-next span {
  background: rgba(6, 26, 38, .8) url(../images/icon/arrow_right.svg) no-repeat center;
}

.fancybox-prev span {
  background: rgba(6, 26, 38, .8) url(../images/icon/arrow_left.svg) no-repeat center;
}

.fancybox-nav span {
  visibility: visible;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-size: 60%;
  border-radius: 50%;
}

.mt_30 {
  margin-top: 2rem;
}

.breadcrumb {
  margin: 2rem 0 4rem;
  list-style: none;
  padding: 0;
}

.breadcrumb>li {
  display: inline-block;
  font-size: 1.05rem;
  line-height: 110%;
}

.breadcrumb>li a,
.breadcrumb>li {
  color: #a7a7a7;
}

.breadcrumb>li+li:before {
  content: '|';
  margin: 0 1rem 0 .5rem;
}

.NB_head .container {
  padding-top: 115px;
  padding-left: 1.875rem;
}

.NB_head .breadcrumb>li a,
.NB_head .breadcrumb>li {
  color: #778187;
}

.foot_mid {
  /*background: #fff;*/
  background: #f7f7f7;
  position: relative;
  z-index: 9;
}

.foot_newsletter h4 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.foot_newsletter .input_box {
  border-radius: 5px;
  position: relative;
  padding-right: 10rem;
  margin-top: 1.5rem;
}

.foot_newsletter .input_box .form-control {
  height: 4rem;
  line-height: 4rem;
}

.foot_newsletter .input_box .btn {
  width: 10rem;
  color: #fff;
  background: #061a26;
  border-radius: 0 5px 5px 0;
  text-align: center;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  line-height: 4rem;
}

.sliderbtn {
  width: 4rem;
  height: 4rem;
}

.sliderbtn img {
  width: 100%;
  padding: 25%;
  display: block;
}

#product_sub,
#product_i,
#news_i,
#epaper,
#epaper_sub,
#epaper_i,
#epaper_login,
#epaper_reg,
#epaper_app,
#about {
  padding-top: 7rem;
}

.group {
  position: relative;
  margin-bottom: 3rem;
  ;
}

.group label {
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  padding-left: 1.5rem;
  width: 0;
  top: 0;
  line-height: 45px;
  font-weight: normal;
  margin: 0;
  white-space: nowrap;
  display: block;
}

.group input {
  position: relative;
  z-index: 1;
}

.group input:focus {}

.flex-control-nav {
  position: absolute;
  padding: 0;
  bottom: 1rem;
  z-index: 9
}

.flex-control-paging li {
  margin: 0 .8rem;
  text-align: left;
}

.flex-control-paging li a {
  background: #fff;
  width: 1rem;
  height: 1rem;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #bdbdbd;
}

#product .sliderbtn,
#solution .sliderbtn,
#solution_i .sliderbtn {
  float: right;
}

#product .intro,
#solution .intro {
  margin-bottom: 2rem;
}

#product .intro .title,
#solution .intro .title,
#solution_i .intro h3 {
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  color: #313131;
}

#prod_list {
  margin: 0 -1rem 5rem;
}

#prod_list h2 {
  font-size: 1.16rem;
  margin: 0 0 1.5rem;
  line-height: 110%;
}

#prod_list h2 a {
  color: #313131;
}

#prod_list li {
  padding: 0 1rem;
  margin-bottom: 5rem;
  position: relative;
}

#prod_list li a {
  font-size: 1.2rem;
  display: block;
  line-height: 110%;
}

#prod_list li .photo {
  overflow: hidden;
}

#prod_list li img {
  display: block;
  width: 100%;
}

#prod_list li a:before {
  content: '';
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2rem;
  background: rgba(6, 26, 38, .8) url(../images/icon/arrow_right.svg) no-repeat center;
  background-size: 50%;
  z-index: 9;
  opacity: 0;
}

#prod_list li a:hover:before {
  opacity: 1;
}

#prod_list li a:hover img {
  transform: scale(1.1, 1.1);
}

.btm_contact {
  background: url(../images/bg/btm_contact.jpg) no-repeat center;
  background-size: cover;
  min-height: 24vw;
  font-size: 1.6rem;
  text-align: center;
  line-height: 130%;
  padding: 7rem 0;
  color: #fff;
}

.btm_contact .title {
  font-size: 2.25rem;
  margin: 0 0 1.5rem;
  color: #fff;
  font-weight: bold
}

.btm_contact .btn {
  border: 1px solid #fff;
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 1.5rem auto 0;
}

.btm_contact .btn img {
  display: block;
  width: 100%;
  padding: 25%;
}

.btm_contact .btn:hover {
  background-color: #061a26;
  border-color: #061a26;
}

#product_sub .breadcrumb,
#product_i .breadcrumb {
  border-top: 2px solid #d3d3d3;
  padding-top: 2rem;
}

#product_sub .intro h1 {
  font-size: 2rem;
  line-height: 133%;
  margin: 0 0 3rem;
}

#product_sub .input_box .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
}

#product_sub #prod_list h4 {
  line-height: 1.5rem;
  height: 3rem;
  margin-bottom: .5rem;
}

/*#product_sub #prod_list li:hover h4{font-size:1.33rem;}*/
#product_sub #prod_list li:hover img {
  transform: scale(1.1, 1.1);
}


#product_i .intro h1 {
  font-size: 2rem;
  line-height: 133%;
  margin: 3rem 0;
}

#product_i .btn-area {
  position: relative;
}

#product_i .btn-area:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  left: 2rem;
  right: 2rem;
  display: block;
  background: #ccc;
}

#product_i .btn-area span {
  display: block;
  padding-left: 1.5rem;
  background: #fff;
  font-size: 1rem;
  line-height: 4rem;
  float: right;
  position: relative;
  z-index: 1;
}

#product_i .btn-area a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-left: .8rem;
  position: relative;
  background: #696969;
  vertical-align: top;
}

#product_i .btn-area a:hover {
  background: #061a26;
}

#product_i .btn-area a font {
  position: absolute;
  display: block;
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  line-height: 110%;
  padding-top: .5rem;
  opacity: 0;
}

#product_i .btn-area a:hover font {
  opacity: 1;
}

#product_i .btn-area img {
  display: block;
  width: 100%;
}

#product_i .nav {
  display: inline-block;
}

#product_i .nav a {
  line-height: 58px;
  font-weight: bold;
  display: block;
  border-bottom: .5rem solid #d8d8d8;
  width: 12.25rem;
  color: #d8d8d8;
  padding-bottom: 1rem;
}

#product_i .nav li:hover a,
#product_i .nav li.active a {
  color: #061a26;
  border-bottom-color: #061a26
}

#product_i .nav li:hover a .icon_360,
#product_i .nav li.active a .icon_360 {
  background-image: url(../images/icon/360_on.svg)
}

.icon_360 {
  width: 82px;
  height: 58px;
  background: url(../images/icon/360.svg) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}

#prod_360 {
  position: relative;
  margin: 0 -15px 2rem
}

#prod_360 li {
  list-style: none;
}

#prod_360 img {
  display: block;
  width: 100%;
  height: auto;
  left: auto !important;
}

/*
#prod_360:before,#prod_360:after{content:'';position:absolute;display:block;width:2rem;height:2rem;background:no-repeat center;background-size:100%;bottom:2rem;left:50%; z-index:9;}
#prod_360:before{background-image:url(../images/icon/arrow_left_dark.png);margin-left:-4rem;}
#prod_360:after{background-image:url(../images/icon/arrow_right_dark.png);margin-left:2rem;}
*/
.prod_top {
  font-size: 1.33rem;
  line-height: 150%;
  margin-bottom: 7rem;
}

.prod_top .tab-content {
  padding-bottom: 1.5rem;
}

#productimage {
  margin: 0 auto;
  position: relative;
  max-width: 1250px;
}

.prod_map {
  max-width: 960px;
  margin: 0 auto;
  position: relative
}

.prod_map li {
  position: absolute;
}

.prod_map li button {
  width: 2rem;
  height: 2rem;
  display: block;
  background: rgba(0, 0, 0, .3);
  position: relative;
  border-radius: 50%;
  margin: -1rem 0 0 -1rem;
}

.prod_map li button:before,
.prod_map li button:after {
  display: block;
  content: '';
  background: #fefefe;
  position: absolute;
}

.prod_map li button:before {
  left: 20%;
  right: 20%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.prod_map li button:after {
  top: 20%;
  bottom: 20%;
  width: 2px;
  left: 50%;
  margin-left: -1px;
}

.prod_map .dropdown-menu {
  width: 40rem;
  font-size: 1rem;
  line-height: 150%;
  color: #fff;
  padding: 2rem 1.25rem;
  background: #061a26;
  margin-left: -20rem;
  margin-top: -1rem;
}

.prod_map .dropdown-menu h4 {
  font-size: 1.33rem;
  font-weight: bold;
  margin: 0 0 1rem;
  color: #fff;
}

.prod_map .dropdown-menu .img-responsive {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

#productimage>div {
  width: 100% !important;
  height: auto !important;
}

.prod_feature,
.solution_mid {
  background: url(../images/bg/prod_feature.jpg) no-repeat top center fixed;
  background-size: cover;
  padding: 4rem 0 2rem;
  line-height: 150%;
  color: #fff;
}

.prod_feature h2,
.solution_mid h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
  color: #fff;
}

.prod_feature strong {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #fff;
  display: block;
}

.prod_feature ul {
  margin: 0 -2rem;
  padding: 0;
  list-style: none;
}

.prod_feature ul:before,
.prod_feature ul:after {
  content: '';
  display: table;
  clear: both;
}

.prod_feature li {
  margin-bottom: 5rem;
  min-height: 3rem;
  padding-left: 5.5rem;
  background: url(../images/icon/check.svg) no-repeat 1rem 0;
  background-size: 3rem;
}

.prod_feature li img {
  max-width: 100%;
}

.prod_detail {
  padding: 7rem 0 4rem;
  border-bottom: 1px solid #ccc;
}

.prod_detail h3 {
  font-size: 1.5rem;
  color: #595757;
  font-weight: bold;
  margin: 0 0 4rem;
}

.video_list .photo {
  position: relative;
}

.video_list .photo:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3) url(../images/icon/prod_video.svg) no-repeat center;
  content: '';
  background-size: 4rem;
}

.video_list a:hover .photo:before {
  background-color: rgba(0, 0, 0, .6)
}

.video_list h4 {
  font-size: 1.16rem;
  min-height: 1rem;
}

#solution #prod_list li a {
  line-height: 150%;
}

#solution #prod_list h2 {
  font-weight: bold;
  font-size: 1.75rem;
}

#solution #prod_list li p {
  height: 7rem;
  overflow: hidden;
}

#solution #prod_list li .photo {
  border: 1px solid #dfdfdf;
}

#solution_i .headline h1 {
  padding-bottom: 1.5rem;
  padding-top: 2rem;
  line-height: 2.5rem;
}

#solution_i .headline h1 small {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}

#solution_i .intro h3 {
  font-weight: normal;
  font-size: 2.25rem;
}

#solution_i .prod_map {
  max-width: none;
  margin-bottom: 4rem;
  margin-top: 2rem
}

.solution_mid {
  padding: 6rem 0 10rem;
}

.solution_mid {
  line-height: 150%;
  color: #fff;
}

.solution_mid h2 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem;
  color: #fff;
}

.solution_btm {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.solution_btm h2 {
  font-size: 1.5rem;
  color: #595757;
  font-weight: bold;
  margin: 0 0 1rem;
  line-height: 4rem;
}

.solution_btm h4 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 9rem 1rem 0;
  line-height: 4rem;
}

.solution_btm * {
  -o-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.solution_btm .pc_list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.solution_btm .pc_list a {
  display: block;
  margin-bottom: 4rem;
}

.solution_btm .pc_list a:hover img {
  transform: scale(1.1, 1.1);
}

.solution_btm .flex-direction-nav a,
.solution_btm .carousel-control {
  top: 0;
  margin-top: 0;
}

.solution_btm .flex-direction-nav .flex-prev,
.solution_btm .carousel-control.left {
  right: 4rem;
  margin-right: .5rem;
  left: auto;
}

.solution_btm .flex-direction-nav a.flex-next,
.solution_btm .carousel-control.right {
  right: 0;
}

.solution_btm .case_list {
  margin-right: -10px;
  margin-left: -10px;
}

.solution_btm .case_list>* {
  padding-left: 10px;
  padding-right: 10px;
}

.solution_btm .pc_list.case_list a {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.page {
  border-bottom: 2px solid #dadada;
  text-align: center;
  padding-bottom: 3rem;
}

.page .btn,
.page a {
  width: 4rem;
  height: 4rem;
  background: rgba(6, 26, 38, .8);
  display: inline-block;
  color: #fff;
  line-height: 4rem;
  vertical-align: top;
  font-size: 1.7rem;
}

.page .btn img {
  width: 100%;
  padding: 25%;
  display: block;
}

.page .btn:hover,
.page a:hover {
  background: rgba(6, 26, 38, 1);
}

#news .intro h3 {
  font-size: 2.25rem;
  line-height: 120%;
  margin: 0 0 2.5rem;
}

#news .nav {
  margin: 0 -.5rem 4rem;
}

#news .nav li {
  padding: 0 .5rem 1rem;
  width: 25%;
}

#news .nav a {
  display: block;
  line-height: 5rem;
  color: #fff;
  border-left: 2.5rem solid #e3e3e3;
  background: #cecece;
  font-size: 1.5rem;
  padding-left: 1.5rem;
}

#news .nav li.active a,
#news .nav li:hover a {
  border-color: #595757;
  background: #313131;
}

#news_category1 li {
  display: none;
}

.news_highlight {
  margin: 0 -1rem;
  clear: both;
}

.news_highlight>* {
  padding: 0 1rem 2.5rem;
}

.news_highlight .photo a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

.news_highlight .photo a:before {
  content: '';
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2rem;
  background: rgba(6, 26, 38, .8) url(../images/icon/arrow_right.svg) no-repeat center;
  background-size: 50%;
  z-index: 9;
  opacity: 0;
}

.news_highlight .photo a:hover:before {
  opacity: 1;
}

.news_highlight .photo a:hover img {
  transform: scale(1.1, 1.1);
}

.news_highlight .photo img {
  width: 100%;
}

.news_highlight .type {
  font-size: 1.5rem;
  font-weight: bold;
  color: #313131;
  margin-bottom: 1rem;
}

.news_highlight .date {
  font-size: 1rem;
}

.news_highlight h4 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 1rem 0 1.5rem;
}

.news_highlight p {
  line-height: 165%;
}

.news_list {
  margin: 0 -2px 5rem;
}

.news_list li {
  padding: 0 2px 4px;
  ;
}

.news_list li:nth-child(3n+4) {
  clear: both;
}

.news_list .item a {
  display: block;
  position: relative;
}

.news_list .item .photo img {
  width: 100%;
}

.news_list .news_content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(6, 26, 38, .5);
  color: #fff;
  top: 0;
  left: 0;
  padding: 1.5rem 1rem;
  font-size: 1rem;
}

.news_list .news_content h4 {
  color: #fff;
  position: absolute;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: 5.5rem;
  overflow: hidden;
  font-weight: bold;
  padding: 2.5rem 1rem 0;
  left: 0;
  bottom: 2rem;
  margin: 0;
}

.news_list .item a:hover .news_content {
  background: rgba(6, 26, 38, .8);
}

#news .btn-more-arrow {
  height: 7rem;
  background: #e3e3e3;
  text-align: center;
  display: block;
  font-size: 1.33rem;
  font-weight: bold;
  line-height: 1.75rem;
  padding-top: 2rem;
  color: #313131;
}

#news .btn-more-arrow img {
  width: 1.25rem;
  margin-top: .5rem;
}

#news_i .intro {
  margin-bottom: 1.5rem;
}

#news_i .intro h1 {
  font-size: 3rem;
  line-height: 133%;
  margin: 0 0 1.5rem;
}

#news_i .intro .date {
  margin-bottom: .5rem;
}

#news_i .intro .back {
  text-align: right;
}

#news_i .intro .back a {
  color: #313131;
  font-weight: bold;
  text-decoration: underline;
}

#news_i .btn-area {
  position: relative;
  text-align: right;
}

#news_i .btn-area:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0;
  display: block;
  background: #ccc;
}

#news_i .btn-area span {
  display: inline-block;
  padding-left: 1.5rem;
  background: #fff;
  font-size: 1rem;
  line-height: 4rem;
  z-index: 1;
  position: relative;
}

#news_i .btn-area a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  position: relative;
  vertical-align: top;
  color: #061a26;
  font-size: 2.5rem;
  text-align: center;
}

#news_i .btn-area a:hover {
  color: #000;
}

#news_i .btn-area img {
  display: block;
  width: 100%;
}

.news_area,
.news_area * {
  line-height: 160%;
}

.news_area .btn {
  line-height: 45px;
  color: #fff;
  background: #061a26;
  font-size: 1.25rem;
  display: inline-block;
  padding: 0 20px;
}

.news_area .video_area h3,
.news_area .gallery_area h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0 1.5rem;
}

.news_area .gallery_area .box {
  padding: 1.25rem 2rem;
  background: #ddd;
}

.gallery_box {
  margin: 0 -1px;
}

.gird_box .item img {
  width: 100%;
  padding: 1px
}

.gird_box .item {
  width: 25%;
  float: left;
}

.news_area .video_area a {
  position: relative;
  display: block;
}

.news_area .video_area a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3) url(../images/icon/prod_video.svg) no-repeat center;
  content: '';
  background-size: 4rem;
}

.news_area .video_area a:hover:before {
  background-color: rgba(0, 0, 0, .6)
}

.news_area p img {
  max-width: 100%;
}

#worldwide .intro {
  text-align: center;
  font-size: 1.33rem;
  margin: 2.5rem 0 3rem;
}

#worldwide #comPic {
  float: right;
  margin: 0 0 .5rem;
  max-width: 33%;
}

#worldwide #comPic img {
  width: 200px;
  max-width: 100%;
}

#worldwide #com {
  font-family: 'MaxPro', Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  line-height: 200%;
  color: #313131;
}

#worldwide #com a {
  color: #313131;
}

#worldwide .com_name {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 .8rem;
}

/*
#worldwide .com_title{font-size:1.16rem;color:#000;margin-bottom:.5rem;}
#worldwide .com_add,#worldwide .com_item, #worldwide .com_tel, #worldwide .com_email, #worldwide .com_web, #worldwide .com_contact{margin-bottom:.5rem;}
*/

.ww_map {
  position: relative;
}

.ww_map #map {
  height: 646px;
}

.ww_map #map iframe {
  width: 100%;
  height: 100%;
}

.ww_map .btn {
  position: absolute;
  width: 6rem;
  height: 4rem;
  left: 50%;
  bottom: 0;
  margin-left: -3rem;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  background: #000 url(../images/icon/ww_in.svg) no-repeat center;
  background-size: auto 100%;
}

.ww_map .btn.collapsed {
  background-image: url(../images/icon/ww_no.svg);
}

#collapseMap {
  min-height: 230px;
  max-height: 230px;
  display: block !important;
  overflow: hidden;
  position: relative;
}

#collapseMap.collapsing,
#collapseMap.in {
  max-height: none
}

.ww_box {
  background: #fff;
  /*box-shadow:1px 1px 4px rgba(0,0,0,.32);position:absolute;top:25%;left:50%;margin-left:-24%;width:50%;*/
  width: 600px;
  padding: 1rem 0 1rem .5rem;
  ;
}

.ww_box .btn-close {
  background: url(../images/icon/close.svg) no-repeat center;
  background-size: 100%;
  width: 1.66rem;
  height: 1.66rem;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  position: absolute;
  top: 1.66rem;
  right: 1.66rem;
}

#worldwide .ww_box #com {
  margin: 0;
}

.form_line {
  margin: 0 -1rem;
}

.form_line>* {
  padding: 0 1rem;
}

.form_line .input_text {
  padding-right: 10.5rem;
  position: relative;
}

.form_line .input_text .input_box {
  background: none;
  box-shadow: inset 0 -2px 0 #979797;
}

.form_line .input_text .input_box button {
  position: absolute;
  width: 9rem;
  right: 1rem;
  height: 100%;
  top: 0;
  background: #313131;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.form_line,
.form_line .input_box .form-control {
  font-size: 1rem;
}

.ww_list {
  margin: 4.5rem -1.25rem 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4rem;
}

.ww_list .ww_info {
  margin-bottom: 4rem;
  border-bottom: .5rem solid #000;
  min-height: 20rem;
  padding-bottom: 3rem;
  position: relative;
}

.ww_list button {
  width: 2.5rem;
  bottom: .5rem;
  right: 0;
  position: absolute;
}

#support .intro {
  font-size: 2.25rem;
  color: #313131;
}

.support_list {
  margin: 0 -.8rem 1.6rem;
}

.support_list>* {
  padding: 0 .8rem
}

.support_list .img-responsive {
  width: 100%;
}

.support_list .item {
  background: #efefef;
  padding: 2.5rem 1.66rem 2rem;
}

.support_list h4 {
  font-size: 2rem;
  margin: 0 0 1.25rem;
}

.support_list.type2 .item {
  min-height: 14.1rem
}

.support_list .wearing_part .form-control+.form-control {
  margin-top: 1rem;
}

.support_list .wearing_part {
  padding-right: 7rem;
  position: relative;
  padding-bottom: 1rem
}

.support_list .wearing_part .btn_area {
  position: absolute;
  top: 2.5rem;
  right: 1.66rem;
}

.support_list .wearing_part button,
.support_list .wearing_part a {
  width: 4rem;
  height: 4rem;
  background: #313131;
  display: block;
  cursor: pointer;
}

.support_list .wearing_part button:hover,
.support_list .wearing_part a:hover {
  background: #061a26;
}

.support_list .wearing_part img {
  padding: 10%;
}

.support_list.type3 ul {
  margin: 0 -.4rem;
}

.support_list.type3 li {
  padding: 0 .4rem .8rem;
}

.support_list.type3 a {
  display: block;
  border-left: 1.66rem solid #595757;
  background: #313131;
  color: #fff;
  padding: 1.7rem 1rem;
  font-size: 1.16rem;
  line-height: 1.6rem
}

#support .support_btm,
#support_i .support_btm {
  margin-top: 6rem;
}

#support .support_btm>*,
#support_i .support_btm>* {
  height: 23vw;
  background: no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 1.16rem;
  line-height: 130%;
  padding: 0;
}

#support .support_btm p,
#support_i .support_btm p {
  margin-top: 8vw;
}

#support .support_btm h4,
#support_i .support_btm h4 {
  font-size: 2rem;
  margin: 1rem 0 1.5rem;
  color: #fff;
  font-weight: bold
}

#support .btm_solution,
#support_i .btm_solution {
  background-image: url(../images/bg/btm_solution.jpg);
  border-right: 1px solid #fff;
}

#support .btm_contact,
#support_i .btm_contact {
  background-image: url(../images/bg/btm_contact2.jpg);
  text-align: left;
  color: #fff;
  min-height: 0;
  padding: 0 5%;
}

#support .support_btm .btn,
#support_i .support_btm .btn {
  border: 1px solid #fff;
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0;
}

#support .support_btm .btn img,
#support_i .support_btm .btn img {
  display: block;
  width: 100%;
  padding: 25%;
}

#support .support_btm .btn:hover,
#support_i .support_btm .btn:hover {
  background-color: #061a26;
  border-color: #061a26;
}

#support .support_btm .btm_solution>*,
#support_i .support_btm .btm_solution>* {
  margin-left: 30%;
}

#support_i .intro h1 {
  font-size: 2.75rem;
  margin: 0 0 1rem;
}

#support_i .intro h1 small {
  font-size: 1.25rem;
  display: block;
  color: #afafaf;
  margin-bottom: 1rem;
}

#support_i .intro .search,
.support_faq .search,
#news .search {
  width: 40%;
  background: none;
  box-shadow: inset 0 -2px 0 #979797;
  position: relative;
}

#news .search {
  width: 100%;
}

#support_i .intro .search button,
.support_faq .search button,
#news .search button {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px;
}

#support_i .intro .search button img,
.support_faq .search button img,
#news .search button img {
  width: 100%;
  height: auto;
}

#support_i .form_line {
  margin-top: 2.5rem;
}

.download_list {
  margin: 1rem 0;
}

.download_list li a {
  display: block;
  border-bottom: .5rem solid #efefef;
  padding: 2.5rem 19rem 2rem 1.5rem;
  position: relative;
}

.download_list li a:hover {
  background: #efefef;
}

.download_list h4 {
  font-size: 1.75rem;
  margin: 0;
  line-height: 2rem;
}

.download_list .info {
  right: 8rem;
  position: absolute;
  color: #a7a7a7;
  font-size: 1.25rem;
  line-height: 7rem;
  display: block;
  top: 0;
  font-weight: 300;
}

.download_list .info font {
  color: #000;
}

.download_list img {
  position: absolute;
  width: 4rem;
  right: 1.5rem;
  top: 1rem;
}

.download_box {
  width: 800px;
  padding: 3rem 2rem 2rem;
}

.download_box .download_list li:last-child a {
  border: none;
}

.download_box h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
}

.download_box .download_list h4 {
  font-size: 1.6rem;
}

.support_faq {
  margin-top: 2rem;
  line-height: 150%;
  font-size: 1.25rem;
  color: #787878;
}

#faq_menu {
  margin-bottom: 1.5rem;
}

#faq_menu a {
  display: block;
  border-left: 1rem solid #595757;
  box-shadow: inset 0 -1px 0 #595757;
  background: #313131;
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 2rem
}

.faq_btn {
  line-height: 5rem;
  padding: 0 4rem 0 2rem;
  color: #fff !important;
  font-size: 1rem;
  background: #595757 url(../images/icon/download.svg) no-repeat 95% center;
  background-size: 3rem;
  display: block;
}

.faq_section {
  margin-bottom: 3rem;
}

.faq_section h4 {
  font-weight: bold;
  font-size: 2.25rem;
  color: #afafaf;
  margin: 2.5rem 0 2rem;
}

.faq_section .panel-heading a {
  display: block;
  padding: 2.5rem 6rem 2.5rem 1.5rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 150%;
  color: #000;
}

.faq_section .panel-heading a img {
  position: absolute;
  width: 3rem;
  top: 1.5rem;
  right: 2rem;
}

.faq_section .panel-heading .collapsed img {
  transform: rotate(180deg);
}

.faq_section .panel {
  background: #efefef;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .26);
  margin-bottom: 1.25rem;
}

.faq_section .panel-body {
  padding: 0 6rem 2.5rem 1.5rem;
}

.faq_section .panel-body ul,
.faq_section .panel-body ol {
  padding-left: 1.5rem;
}

.faq_login {
  margin: 2.5rem auto
}

.faq_login h2 {
  font-size: 1.75rem;
  margin: 0 0 3rem;
  text-align: center;
}

.faq_login h2 small {
  font-size: 1.25rem;
  display: block;
  color: #afafaf;
  margin-bottom: 1rem;
}

.faq_login .input_box {
  background: none;
  box-shadow: inset 0 -2px 0 #979797;
  position: relative;
  margin-bottom: 2.5rem;
}

.faq_login .input_box label {
  color: #a7a7a7;
  font-size: 1.25rem;
}

.faq_login .input_box label,
.faq_login .input_box input {
  padding-left: 50px;
}

.faq_login .input_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  z-index: 1;
}

.faq_login .btn {
  margin: 3.5rem auto 0;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #fff;
  background: #313131;
  width: 80%;
}

#epaper .breadcrumb,
#epaper_sub .breadcrumb,
#epaper_i .breadcrumb,
#epaper_login .breadcrumb,
#epaper_reg .breadcrumb,
#epaper_app .breadcrumb {
  margin-bottom: 2rem;
}

.epaper_tab {
  box-shadow: 0 0 10px rgba(0, 0, 0, .19);
  background: #fff;
  text-transform: uppercase;
}

.epaper_tab li {
  float: left;
  line-height: 7rem;
  margin: 0 1rem
}

.epaper_tab li:nth-child(n+4) {
  display: none;
}

.epaper_tab li a {
  display: block;
  font-size: 1.25rem;
  padding: 0 2rem;
}

.epaper_tab li a:hover,
.epaper_tab li.active a {
  color: #313131;
}

.epaper_tab li.active a {
  box-shadow: inset 0 -.66rem #000;
}

#epaper .intro,
#epaper_i .intro {
  position: relative;
  margin: 3rem 0 2rem;
}

#epaper .intro h1,
#epaper_sub .intro h1,
#epaper_i .intro .title {
  font-size: 2rem;
  line-height: 2.5rem;
  padding-right: 17rem;
  margin: 2rem 0 1.75rem;
  color: #313131;
}

#epaper .intro .e_quarter,
#epaper_i .intro .e_quarter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #b5b5b6;
}

.e_highlight {
  padding: 24rem 1.5rem 0;
  position: relative;
}

.e_highlight .text {
  padding: 3rem 2.5rem;
  background: rgba(0, 0, 0, .8);
  position: relative;
  z-index: 1;
  color: #b5b5b6;
  font-size: 1.25rem;
  line-height: 150%;
}

.e_highlight h4 {
  font-size: 1.75rem;
  position: relative;
  padding-bottom: 3rem;
  margin: 0 0 1.5rem;
  color: #b5b5b6;
}

.e_highlight h4:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4rem;
  height: 1px;
  background: #fff;
}

.e_highlight h4 strong {
  font-size: 2.75rem;
  display: block;
  margin-bottom: 2rem;
  font-weight: normal;
  color: #fff;
}

#epaper .e_highlight .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#collapseE_text {
  min-height: 16rem;
  max-height: 16rem;
  display: block !important;
  overflow: hidden;
  position: relative;
  line-height: 2rem;
  color: #b5b5b6;
}

#collapseE_text p {
  margin: 0;
}

#collapseE_text.collapsing,
#collapseE_text.in {
  max-height: none
}

.e_highlight .btn-more {
  text-align: center;
  display: block;
  border-bottom: 2px solid #777;
  padding: 1.5rem 0;
  width: 100%;
  position: relative;
}

.e_highlight .btn-more .more {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.5rem;
}

.e_highlight .collapsed .close {
  opacity: 0;
}

.e_highlight .collapsed .more {
  opacity: 1;
}

.quarter_list {
  border-bottom: 2px solid #dadada;
  margin-top: 5.5rem;
}

.quarter_list .item ul {
  margin: 1.5rem 0 6rem;
}

.quarter_list h4 {
  font-size: 1.75rem;
  color: #575757;
  text-transform: uppercase;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e4e4e4;
  min-height: 4rem;
  line-height: 2rem;
  margin: 0;
}

.quarter_list li {
  padding-left: 1.5rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
  min-height: 1.6rem;
}

.quarter_list li:before {
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: .8rem solid #000;
  content: '';
  display: block;
  left: 0;
  top: .25rem;
  position: absolute;
}


#epaper_sub .e_highlight {
  padding: 0;
  margin-bottom: 2rem;
  min-height: 30vw;
}

#epaper_sub .e_highlight .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  max-height:
}

#epaper_sub .e_highlight h4 {
  font-size: 2.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  color: #fff;
}

#epaper_sub .e_highlight h4 strong {
  color: #b5b5b6;
  font-size: 1.5rem;
  font-weight: normal;
}

#epaper_sub .e_highlight p {
  margin: 0;
}

#epaper_sub .e_highlight .text .txt {
  max-height: 9rem;
  overflow: hidden;
}

.epaper_list {
  margin: 2rem -1rem;
}

.epaper_list li {
  padding: 0 1rem 4rem;
}

.epaper_list img {
  width: 100%;
  border: 1px solid #b1b1b1;
  margin-bottom: 1.25rem;
}

.epaper_list h4 small {
  font-size: 1rem;
  display: block;
  color: #595757;
  margin-bottom: 1rem;
}

.epaper_list h4 {
  font-size: 1.25rem;
  line-height: 133%;
  margin: 0;
}

#epaper_i .title {
  font-size: 2.5rem;
}

#epaper_i .btn-area {
  position: relative;
  text-align: right;
  font-size: 1rem;
  line-height: 4rem;
  z-index: 1;
  position: relative;
}

#epaper_i .btn-area a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  position: relative;
  vertical-align: top;
  color: #061a26;
  font-size: 2.5rem;
  text-align: center;
}

#epaper_i .btn-area a:hover {
  color: #000;
}

.e_content {
  margin: 1.5rem 0 3rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.e_content img {
  max-width: 100%;
}

#epaper_i .quarter_list .item {
  padding-bottom: 3rem;
}

#epaper_i .quarter_list .item ul {
  margin-bottom: 3rem;
}

#epaper_i .quarter_list .back a {
  font-weight: bold;
  text-decoration: underline;
}

#epaper_login .sub_banner .login_tab {
  position: absolute;
  width: 100%;
}

.e_login {
  padding: 2.5rem 0 6rem;
  border-bottom: 2px solid #dadada;
  font-size: 1.5rem;
}

.e_login h2 {
  font-size: 2.5rem;
  margin: 1rem 0 3.5rem;
}

.e_login label {
  font-weight: normal;
}

.e_login .epaper_item img {
  width: 40%;
  border: 1px solid #b1b1b1;
  margin-bottom: 1.25rem;
  float: left;
}

.e_login .epaper_item h4 small {
  font-size: 1.33rem;
  display: block;
  color: #595757;
  margin-bottom: 1rem;
}

.e_login .epaper_item h4 {
  font-size: 1.5rem;
  line-height: 133%;
  margin: 0 0 2.5rem 40%;
  padding-left: 2rem;
}

.e_login .epaper_item p {
  margin-left: 40%;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 150%;
}

.epaper_item {
  border-left: 1px solid #ccc;
}

.epaper_item a {
  display: block;
}

.e_form h2 {
  margin-bottom: 1em;
}

.e_form {
  font-size: 1.25rem;
  line-height: 20px;
}

.e_form .form-group {
  margin-bottom: 1.75rem;
}

.e_form .control-label {
  color: #000;
  display: block;
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.e_form .control-label button {
  margin-left: 2rem;
  color: #bd0e0e;
  text-decoration: underline;
}

.e_form .checkbox label {
  padding-right: 5px;
}

.e_form .checkbox a {
  color: #595757;
  font-weight: bold;
  text-decoration: underline;
}

.e_form .btn {
  background: #061a26;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  line-height: 50px;
  border-radius: 5px;
}

.e_form .require {
  color: red;
  margin-right: 5px;
}

#epaper_login .e_form .btn {
  width: 10rem
}

#epaper_app h2,
#epaper_app h1 {
  font-size: 2.5rem;
  margin: 3rem 0;
}

#epaper_app .e_form {
  padding: 0 0 6rem;
  border-bottom: 2px solid #dadada
}

#epaper_app .e_form .row {
  margin-left: -.6rem;
  margin-right: -.6rem;
}

#epaper_app .e_form .row>div {
  padding-left: .6rem;
  padding-right: .6rem;
}

#epaper_app .e_form .input_txt {
  font-size: 1.16rem;
  line-height: 150%;
  color: #727171;
}

#epaper_app .e_note {
  color: #595757;
}

#epaper_app .e_note .control-label {
  color: #595757;
  font-size: 1.5rem;
  margin: 2.5rem 0 1.5rem
}

.radio_group {
  line-height: 20px;
  margin: 15px 0;
  color: #061a26
}

#epaper_app .btn {
  border-radius: 0;
}

.modal-content {
  padding: 2rem 2.5rem;
}

.modal-header {}

.modal-header h3 {
  font-size: 2.25rem;
}

.modal-body h4 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #595757;
  margin: 2.5rem 0 1.5rem;
  ;
}

.modal-body .listtext {
  margin-bottom: 2.5rem;
}

.modal-body .listtext p {
  padding-left: 1.2rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  margin-bottom: .5rem;
  position: relative;
  min-height: 1.6rem;
}

.modal-body .listtext p:before {
  border-top: .4rem solid transparent;
  border-bottom: .4rem solid transparent;
  border-left: .6rem solid #000;
  content: '';
  display: block;
  left: 0;
  top: .3rem;
  position: absolute;
}

.modal-footer {
  border: none;
}

.modal-footer button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  text-decoration: underline;
}

#contact .intro h3 {
  font-size: 2rem;
  margin: 0 0 2.5rem;
}

#contact .nav-tabs {
  margin: 0 -1rem 2.5rem;
}

#contact .row {
  margin-left: -1rem;
  margin-right: -1rem;
}

#contact .nav-tabs li {
  width: 50%;
  padding: 0 1rem;
}

#contact .nav-tabs a {
  display: block;
  border-left: 1.66rem solid #e3e3e3;
  background: #cecece;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.5rem;
  line-height: 5rem
}

#contact .nav-tabs li:hover a,
#contact .nav-tabs .active a {
  border-left-color: #595757;
  background: #313131;
}

#contact .row>* {
  padding-left: 1rem;
  padding-right: 1rem;
}

#contact #contact_form {
  font-size: 1.25rem;
  border-bottom: 2px solid #dadada;
  padding-bottom: 6rem;
}

#contact .group {
  margin-bottom: 3rem;
}

#contact .group label {
  color: #313131;
  font-size: 1.25rem;
}

#contact .group input:focus~label {
  font-size: .8rem;
  color: #595757;
}

#contact .group input:focus~label,
#contact .had_vaule label {
  top: -40%;
  font-size: .8rem;
  line-height: 1rem;
}

#contact_form>p {
  margin-bottom: 2rem;
}

#contact .input_box {
  background: #eee;
}

#contact .control-label {
  display: block;
  font-weight: normal;
  color: #595757;
  margin-bottom: .5rem;
}

#contact textarea {
  height: 18rem;
}

#contact .code {
  padding-right: 70px;
  position: relative;
  margin-top: 3rem;
}

#contact .code img {
  position: absolute;
  top: 50%;
  width: 60px;
  ;
  left: 100%;
  margin-left: 1rem;
  margin-top: -1rem;
}

#contact .code .group {
  margin: 0;
}

#contact .btn_area .row {
  margin: 0 -5px;
}

#contact .btn_area .row>* {
  padding-left: 5px;
  padding-right: 5px;
}

#contact .btn {
  display: block;
  width: 100%;
  line-height: 45px;
  color: #fff;
  background: #061a26;
  margin-top: 3rem;
}

#contact .prod_inquiry {
  margin-bottom: 3rem;
}

#contact .prod_inquiry thead td {
  background: #595757;
  color: #fff;
}

#contact .prod_inquiry td {
  text-align: center;
  padding: 10px 5px;
  font-size: 1.4rem;
  vertical-align: middle;
  height: 5rem;
}

#contact .prod_inquiry td:nth-child(2) {
  text-align: left;
}

#contact .prod_inquiry .btn {
  background: none;
  margin: 0 auto;
}

#contact .prod_inquiry .btn img {
  height: 2rem;
}

#contact .prod_inquiry a {
  color: #313131;
}

#contact .prod_inquiry tr:nth-child(even) td {
  background: #f7f7f7;
}

#contact .btn_area .row {
  margin: 0 -5px;
}

#contact .btn_area .row>* {
  padding-left: 5px;
  padding-right: 5px;
}

#contact_form {
  font-size: 1.25rem;
}

#active_form .intro h3 {
  font-size: 2rem;
  margin: 0 0 2.5rem;
  line-height: 125%;
  color: #313131;
}

#active_form .intro .box {
  background: #efefef;
  padding: 2rem;
  margin-bottom: 2.4rem;
}

#active_form .intro .box h4 {
  color: #313131;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 1rem;
  line-height: 105%;
}

#active_form .intro .box p:last-child {
  margin-bottom: 0;
}

#active_form .input_box {
  background: #eee;
}

#active_form .control-label {
  display: block;
  font-weight: normal;
  color: #595757;
  margin-bottom: .5rem;
}

#active_form textarea {
  height: 18rem;
}

#active_form .code {
  padding-right: 70px;
  position: relative;
  margin-top: 1rem;
}

#active_form .code img {
  position: absolute;
  top: 50%;
  width: 60px;
  ;
  left: 100%;
  margin-left: 1rem;
  margin-top: -1rem;
}

#active_form .code .group {
  margin: 0;
}

#active_form .btn_area .row {
  margin: 0 -5px;
}

#active_form .btn_area .row>* {
  padding-left: 5px;
  padding-right: 5px;
}

#active_form .btn {
  display: block;
  width: 100%;
  line-height: 45px;
  color: #fff;
  background: #061a26;
  margin-top: 1rem;
}

#active_form .group {
  margin-bottom: 3rem;
}

#active_form .group label {
  color: #313131;
  font-size: 1.25rem;
}

#active_form .group input:focus~label {
  font-size: .8rem;
  color: #595757;
}

#active_form .group input:focus~label,
#active_form .had_vaule label {
  top: -40%;
  font-size: .8rem;
  line-height: 1rem;
}

#active_form .group .warning {
  font-size: 75%;
  position: absolute;
  top: 100%;
  margin-top: 5px;
}

#active_form .file-upload {}

#active_form .file-upload-content {
  display: none;
  text-align: center;
  height: 18rem;
}

#active_form .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

#active_form .image-upload-wrap {
  position: relative;
}

#active_form .image-dropping,
#active_form .image-upload-wrap:hover {
  background: #d8d8d8;
}

#active_form .image-title-wrap {
  padding: 0 1rem 1rem;
  color: #222;
}

#active_form .drag-text {
  text-align: center;
  display: table-cell;
  height: 18rem;
  width: 100vw;
  vertical-align: middle;
}

#active_form .drag-text h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0 1rem;
}

#active_form .file-upload-image {
  max-width: 100%;
  max-height: 13.5rem;
  margin: auto;
  padding: 1rem;
}

#active_form .remove-image {
  margin: 0;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  padding: 0 1rem;
  width: auto;
  display: inline-block;
}

.gift_list {
  margin: 0 -5px;
}

.gift_list>* {
  padding: 0 5px;
}

.gift_list img {
  border: 1px solid #ccc;
  width: 100%;
}

.info_item {
  margin-top: 2rem;
}

.c_item {
  background: #efefef;
  padding: 3rem 1.5rem;
  line-height: 170%;
  min-height: 38rem;
}

.c_info {
  min-height: 20rem;
}

.c_info h4 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}

.c_info strong {
  font-weight: normal;
  text-decoration: underline;
  display: block;
  margin-bottom: -.5rem;
}

.c_info a {
  text-decoration: underline;
}

.c_link {
  text-align: center;
  margin-top: 2rem;
}

.c_link a {
  color: rgba(35, 24, 21, .4);
  width: 8rem;
  display: inline-block;
}

.c_link a .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  background: no-repeat center;
  background-size: 100%;
  border: 1px solid rgba(35, 24, 21, .4);
  margin: 1.5rem auto .5rem
}

.c_link a:hover {
  color: #000;
}

.c_link a:hover .icon {
  background-color: #313131;
  border-color: #313131;
}

.c_link a .icon_tel {
  background-image: url(../images/icon/contact_tel.png);
}

.c_link a .icon_mail {
  background-image: url(../images/icon/contact_mail.png);
}

.c_link a .icon_map {
  background-image: url(../images/icon/contact_map.png);
}

.c_link a:hover .icon_tel {
  background-image: url(../images/icon/contact_tel_w.png);
}

.c_link a:hover .icon_mail {
  background-image: url(../images/icon/contact_mail_w.png);
}

.c_link a:hover .icon_map {
  background-image: url(../images/icon/contact_map_w.png);
}

#about {
  font-size: 1.2rem;
  line-height: 150%;
}

.about-nav {
  border-top: 1px solid #b9b9b9;
  box-shadow: 0 0 10px rgba(0, 0, 0, .19);
  background: #fff;
  position: relative;
  z-index: 5;
}

.list_carousel {}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel li {
  font-size: 2rem;
  display: block;
  float: left;
  padding: 0 2rem;
}

.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}

.about-nav {
  height: 8rem;
}

.about-nav li a {
  line-height: 8rem;
  display: block;
  color: #777;
  font-size: 1.6rem;
}

.about-nav li a:hover,
.about-nav .active a {
  color: #313131;
}

.about-nav .active {
  box-shadow: inset 0 -9px 0 #000;
  ;
}

.about-nav .prev,
.about-nav .next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  display: block;
  background: #fff;
}

.about-nav .prev {
  left: 0;
}

.about-nav .next {
  right: 0;
}

.about-nav .prev:before,
.about-nav .next:before {
  position: absolute;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  margin-top: -10px;
  content: '';
  display: block;
}

.about-nav .prev:before {
  left: 30px;
  border-right: 18px solid #000;
}

.about-nav .next:before {
  right: 30px;
  border-left: 18px solid #000;
}

.about_brand {
  margin-top: -4rem;
}

.about_brand .video_area {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 41.6666666vw;
  background: #000;
}

.about_brand video {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.brand_banner {
  position: relative;
}

.brand_banner a {
  display: block;
  width: 30rem;
  position: absolute;
  left: 0;
  top: 8vw;
  border: 1.3rem solid rgba(255, 255, 255, .5);
  height: 30rem;
  border-left: none;
}

.brand_banner h1 {
  font-size: 5.6rem;
  transform: rotate(-90deg);
  display: block;
  white-space: nowrap;
  width: 40rem;
  top: 50%;
  position: absolute;
  left: -15rem;
  margin-top: -3rem;
  text-align: center;
  line-height: 1em;
}

.brand_banner * {
  color: #fff;
}

.brand_banner .head {
  position: absolute;
  width: 100%;
  padding-left: 33rem;
  height: 100%;
  padding-top: 8vw;
  font-size: 1.8rem;
  z-index: 2;
  height: 100%;
  background: rgba(0, 0, 0, .4)
}

.brand_banner .head .icon {
  text-align: center;
  font-size: 1.05rem;
  display: block;
  margin-left: 12rem;
  position: relative;
  top: 50%;
}

.brand_banner .head .icon:before {
  width: 8rem;
  height: 8rem;
  display: block;
  content: '';
  background: url(../images/icon/about_video.svg) no-repeat;
  background-size: 100%;
  margin: 0 auto 1.5rem;
  opacity: .8
}

.brand_banner .head h2 {
  font-size: 2.75rem;
  margin: 0 0 2rem;
  position: relative;
}

.brand_banner .head h2:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #fff;
  margin-top: 2rem;
}

.brand_area1 {
  padding: 5rem 0;
}

.brand_area1 .box {
  margin-top: -11rem;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  padding: 3rem 4rem;
  position: relative;
  z-index: 3
}

.brand_area1 .box h4 {
  color: #fff;
  font-size: 1.4em;
}

.brand_area1 .box p {
  margin-bottom: 1.8em;
}

.brand_area1 .video_btn a {
  display: block;
  background: url(../images/icon/about_video2.svg) no-repeat right top;
  background-size: 3rem;
  line-height: 2rem;
  padding: .5rem 3.5rem 0 0;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  color: #313131;
}

.brand_area1 .video_btn a:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #4d4d4d;
  margin-top: 1rem;
}

.brand_area2 {
  padding-bottom: 4rem;
}

.brand_area2 li {
  margin-bottom: 3rem;
  color: #595757;
}

.brand_area2 li p {
  margin: 0;
}

.brand_area2 li h4 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 105%;
  margin: 0;
}

.brand_area2 li h4:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #4d4d4d;
  margin-top: 2rem;
}

.about_value {
  background: #313131;
  position: relative;
  text-align: center;
}

.about_value .value_pc {
  position: absolute;
  width: 50%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
}

.about_value .item {
  min-height: 43vw;
  padding: 5rem 10rem;
}

.about_value .item * {
  color: #fff;
}

.about_value h3 {
  font-size: 2.5rem;
  line-height: 150%;
  font-weight: bold;
}

.about_value h3 small {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  margin-bottom: 1rem;
}

.about_value h3:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #fff;
  margin: 2rem auto;
}

.about_value h4 {
  font-weight: bold;
  font-size: 1.4rem;
}

.about_value .img-responsive {
  margin: 5rem auto 3rem;
}

.about_value .flex-control-nav {
  left: 50%;
  width: 625px;
  bottom: 3rem;
}

.about_history {
  background: url(../images/photo/about/history.jpg) no-repeat top center;
  background-size: cover;
  padding: 10rem 0 5rem;
  margin-top: -4rem;
}

.about_history h1 {
  text-align: center;
  color: #fff;
  font-size: 2.75rem;
  margin: 0 0 2rem;
  position: relative;
}

.about_history h1 small {
  font-size: 1.5rem;
  display: block;
  font-weight: normal;
  margin-bottom: 1rem;
}

.about_history h1:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #fff;
  margin: 2rem auto;
}

.brandHistory {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.brandHistory .wh100 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 700px;
}

.brandHistory .ONPOP {
  -webkit-transform: rotateX(30deg);
  -moz-transform: rotateX(30deg);
  -ms-transform: rotateX(30deg);
  transform: rotateX(30deg);
}

.brandHistory .ONPOP .each {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.brandHistory .ONPOP .inBoxW3,
.brandHistory .ONPOP .inBoxW2,
.brandHistory .ONPOP .inBoxW {
  /*-webkit-transform:rotateX(-10deg);-moz-transform:rotateX(-10deg);-ms-transform:rotateX(-10deg);transform:rotateX(-10deg);*/
}

.year_list {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  ;
}

.year_list dt {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.year_list dt:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-top: 1rem;
}

.year_list dd {
  margin-bottom: 3rem;
}

.year_list li {
  position: relative;
  padding: 5px 0 10px 20px;
}

.year_list li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 3px;
  background: #fff;
}

.brandHistory .inBoxW {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}

.brandHistory .inBoxW {
  position: relative;
  width: 10000px;
  background: url(../images/brand-4-line-2.png) 30px -65px repeat-x;
  overflow: hidden;
}

.brandHistory .inBoxW2 {}

.brandHistory .inBoxW3 {}

.brandHistory .inBox {
  position: relative;
  height: 700px;
}

.brandHistory .inBox .each {
  position: absolute;
  width: 13px;
  height: 30px;
  background: url(../images/dot-2.png) left bottom no-repeat;
}

.brandHistory .inBox .each2 {
  background: none;
}

.brandHistory .inBox .each3 {
  background-position: left top;
}

.brandHistory .txtx {
  position: absolute;
  left: 20px;
  top: 3px;
  color: white;
  width: 300px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  line-height: 150%
}

.brandHistory .txtx:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: .6rem;
  border-radius: 3px;
  background: #fff;
}

.brandHistory a.txtx:hover {
  text-decoration: underline;
}

.brandHistory .txtx2 {
  position: absolute;
  top: -30px;
  left: -60px;
  width: 120px;
  font-size: 50px;
  line-height: 60px;
  color: white;
  font-weight: 700;
  text-align: center;
}

.brandHistory .aLeft {
  left: 20px;
}

.brandHistory .aRight {
  right: 20px;
}

.brandHistory .aBtn {
  position: absolute;
  z-index: 5;
  top: 230px;
}

.brandHistory .aBtn a {
  display: inline-block;
  padding: 5px;
  width: 18px;
  height: 35px;
}

.historyCont {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 120px 0 0;
  z-index: 5;
  width: 100%;
}

.historyCont .inBox2 {
  width: 930px;
  margin: 0 auto;
}

.historyCont .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.historyCont .close a {
  display: inline-block;
  width: 45px;
}

.historyCont .txtH,
.historyCont .imgH {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}

.historyCont .imgH {
  width: 60%;
}

.historyCont .ON .imgH {}

.historyCont .ON .txtH {}

.historyCont .txtH span,
.historyCont .imgH span {
  display: block;
}

.historyCont .imgH span {
  display: block;
}

.historyCont .imgH img {
  width: 100%;
}

.historyCont .txtH {
  width: 40%;
  color: white;
  font-size: 1.3rem;
  line-height: 150%;
  padding-bottom: 10px;
  /*border-bottom:1px solid white;*/
  padding-left: 2.5rem;
}

.historyCont .txtH .desH {
  font-size: 14px;
}

.historyCont .txtH .dateH {
  font-size: 2.5rem;
}

.historyCont .txtH .dateH:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #fff;
  margin: 2rem 0;
}

.historyCont .eachH {
  position: relative;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}



.about_target,
.about_target:target {
  position: relative;
  top: -5.5rem;
}

.about_oranizetion {
  padding: 5rem 0 0;
  position: relative;
}

.about_oranizetion .side_menu h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
}

.about_oranizetion .side_menu h1 small {
  display: block;
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #595757
}

.about_oranizetion .side_menu h1:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #4d4d4d;
  margin: 2rem 0;
}

.about_oranizetion .side_menu {
  font-size: 1.5rem;
  position: relative;
}

.about_oranizetion .side_menu li {
  line-height: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #c8c8c8;
}

.about_oranizetion .side_menu li a {
  color: #777;
  font-weight: bold;
}

.about_oranizetion .side_menu li.active a:before {
  content: '- ';
}

.about_oranizetion .side_menu li.active a {
  color: #000;
}

#about_nav {
  position: absolute;
  top: 0;
}

#about_menu {
  position: absolute;
  width: 200px;
  top: 0;
  margin-top: 9rem;
  z-index: 1;
}

.about_oran_1 {
  margin-bottom: 5rem;
}

.about_oran_1 .oranizetion_content .text {
  padding-left: 20%;
  margin-bottom: 4rem;
}

.about_oran_1 .data .box {
  text-align: center;
  background: #313131;
  color: #fff;
  font-size: 1.25rem;
  height: 20rem;
  padding: 20% 0
}

.about_oran_1 .data .box strong {
  font-size: 5.5rem;
  display: block;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.about_oran_2 {
  background: #efefef;
  padding: 4rem 0 6rem;
}

.about_oran_2 h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 3.5rem;
  color: #595757;
}

.about_oran_2 h4 {
  width: 18rem;
  text-align: center;
  line-height: 10rem;
  color: #fff;
  background: #313131;
  font-size: 1.75rem;
  position: relative;
  margin: 0 auto 5.5rem;
}

.about_oran_2 h4:after {
  position: absolute;
  top: 100%;
  height: 5.5rem;
  width: 42rem;
  left: -12rem;
  content: '';
  display: block;
  background: url(../images/icon/line.png) no-repeat top center;
}

.about_oran_2 .panel {
  box-shadow: 0 0 8px rgba(0, 0, 0, .19)
}

.about_oran_2 .panel .img-responsive {
  width: 100%;
}

.about_oran_2 .title {
  background: #898989;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2rem;
  padding: 1.5rem 0;
  margin-bottom: 1.6rem;
}

.about_oran_2 .panel-heading a {
  display: block;
  background: #fff;
  color: #595757;
  box-shadow: 0 0 8px rgba(0, 0, 0, .19);
  line-height: 150%;
  font-size: 1.2rem;
  padding: 1.6rem 0;
}
.about_oran_2 .panel-heading a {
  position: relative;
}
.about_oran_2 .panel-heading a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: 17px;
  top: 50%;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.about_oran_2 .panel-heading a.collapsed::after {
  transform: translateY(-50%) rotate(-45deg) !important;
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
  -moz-transform: translateY(-50%) rotate(-45deg) !important;
  -ms-transform: translateY(-50%) rotate(-45deg) !important;
  -o-transform: translateY(-50%) rotate(-45deg) !important;
}
.about_oran_2 .text {
  padding: 2rem 1.5rem;
  color: #7b7b7b;
  background: #fff;
  margin-bottom: 1.5rem;
  text-align: left;
}

.about_culture {
  padding: 5rem 0;
  background: #fff;
  z-index: 9;
  position: relative;
}

.about_culture .head {
  text-align: center;
  font-size: 1.5rem;
  color: #313131;
  line-height: 2.25rem;
  width: 70%;
  margin: 0 auto 4rem;
}

.about_culture h3 {
  font-size: 1.75rem;
  color: #595757;
  margin: 0;
}

.about_culture h4 {
  font-size: 2.8rem;
  color: #313131;
  font-weight: bold;
  margin: 1.75rem 0 2.5rem;
}

.about_culture .head p:before,
.about_culture .head p:after {
  content: '“';
  font-size: 7.5rem;
  font-family: Arial, sans-serif;
  line-height: 1rem;
  height: 2.25rem;
  vertical-align: top;
  display: inline-block;
  margin: 2rem 0 -2rem;
  padding: 0 1rem;
}

.about_culture .head p:after {
  transform: rotate(180deg);
  margin-top: -2rem;
}

.about_culture .row {
  margin-left: -.3rem;
  margin-right: -.3rem;
}

.about_culture .row>* {
  padding-left: .3rem;
  padding-right: .3rem;
}

.about_culture .culture_gallery img,
.about_culture .culture_pc img {
  width: 100%;
}

.about_culture .culture_pc img+img {
  margin-top: .6rem;
}

.about_culture .culture_pc {
  margin-top: 102px;
}

.about_culture .highlight {
  font-size: 2rem;
  color: #313131;
  margin: 2.5rem 0;
  font-weight: bold;
  line-height: 150%;
  width: 75%
}

.about_head {
  background: no-repeat center top;
  min-height: 44vw;
  margin-top: -4rem;
  padding-top: 560px;
}

.about_head .row,
.about_technology .row {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.about_head .row>*,
.about_technology .row>* {
  padding-right: .5rem;
  padding-left: .5rem;
}

.about_head .head .box {
  background: rgba(0, 0, 0, .8);
  color: #e6e6e6;
  padding: 3rem 2.5rem;
  height: 30rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .19);
}

.about_head .head h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
  color: #fff;
}

.about_head .head h1 small {
  display: block;
  font-weight: normal;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #b5b5b6
}

.about_head .head h1:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #bbb;
  margin: 2rem 0;
}

.about_head .head_btn a {
  display: block;
  text-align: center;
  height: 18rem;
  margin-top: 12rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 8px rgba(0, 0, 0, .19);
  font-size: 1.75rem;
  font-weight: bold;
  padding: 3rem 4rem;
  position: relative;
  line-height: 150%;
  color: #595757;
}

.about_head .head_btn a:before {
  position: absolute;
  border-top: 18px solid #777;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  width: 0;
  height: 0;
  content: '';
  display: block;
  left: 50%;
  margin-left: -9px;
  bottom: 4rem;
}

.about_head .head_btn a:hover {
  color: #fff;
  background: rgba(0, 0, 0, .8);
}

.about_head .head_btn a:hover:before {
  border-top-color: #fff;
}

.about_tech .about_head {
  background-image: url(../images/photo/about/tech_banner.jpg)
}

.about_rnd .about_head {
  background-image: url(../images/photo/about/rnd_banner.jpg)
}

.about_technology {
  padding: 5rem 0 4rem;
}

.about_technology h3 {
  font-size: 2rem;
}

.about_technology h3:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #4d4d4d;
  margin: 2rem 0;
}

.about_technology h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}

.about_technology img {
  width: 100%;
  margin-bottom: 2rem;
}

.about_technology .tech4 img {
  border: 1px solid #979797;
}

.about_technology .tech-item {
  margin-bottom: 4rem;
  line-height: 150%;
}

.about_gray {
  background: #d9d9d9;
  padding: 5rem 0;
}

.about_gray .head {
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0 auto 4rem;
  max-width: 940px;
}

.about_gray .head h3 {
  font-size: 1.75rem;
  color: #595757;
  margin: 0;
}

.about_gray .head h4 {
  font-size: 2.8rem;
  color: #313131;
  font-weight: bold;
  margin: 1.75rem 0 2.5rem;
}

.about_gray .head p:before,
.about_gray .head p:after {
  content: '“';
  font-size: 7.5rem;
  font-family: Arial, sans-serif;
  line-height: 1rem;
  height: 2.25rem;
  vertical-align: top;
  display: inline-block;
  margin: 2rem 0 -2rem;
  padding: 0 1rem;
}

.about_gray .head p:after {
  transform: rotate(180deg);
  margin-top: -2rem;
}

.about_gray .gallery {
  position: relative;
  padding: 2.5rem 0;
}

.about_gray .gallery .flexslider-full {}

.about_gray .box {
  background: rgba(0, 0, 0, .8);
  color: #fff;
  padding: 3rem 3rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .19);
  position: relative;
  z-index: 9;
  left: 4rem;
  width: 40%;
  top: 0;
  bottom: 0;
  position: absolute;
  line-height: 150%;
  font-size: 1.2rem;
}

.about_gray .flex-control-nav {
  text-align: right;
  padding-right: 2rem;
}

.about_research {
  padding: 19rem 0 5rem;
  background: url(../images/photo/about/about_rnd.jpg) no-repeat;
  background-size: 100%;
  margin-top: -9rem;
  line-height: 2rem;
  font-size: 1.4rem;
}

.about_research .container {
  padding-right: 15vw;
}

.about_research h3 {
  font-size: 2rem;
}

.about_research h3:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #4d4d4d;
  margin: 2rem 0;
}

.about_research .collapse {
  height: 22rem !important;
  overflow: hidden;
  ;
  display: block;
}

.about_research .collapsing {
  min-height: 22rem;
}

.about_research .collapse.in {
  height: auto !important;
}

.about_research .btn {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-weight: bold;
  padding: 1rem 0;
  margin: 2rem 0;
}

.about_glory {
  padding: 4rem 0;
  border-bottom: 1px solid #ccc;
}

.about_glory .head h3 {
  font-size: 1.75rem;
  color: #595757;
  margin: 0;
}

.about_glory .head h4 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  color: #313131;
  margin: 1.75rem 0 2.5rem;
}

.about_glory .flexslider-full {
  padding: 0 10%
}

.about_glory .flexslider-full h4,
#carousel-glory h4 {
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
  margin: 3rem 0 2.5rem;
  color: #313131;
}

.about_glory .flex-direction-nav .flex-next {
  right: 0;
}

.about_glory .flex-direction-nav .flex-prev {
  left: 0;
}

#carousel-glory .item {
  min-height: 20rem;
  padding: 0 10%
}

#carousel-glory .carousel-control {
  width: 4rem;
  height: 4rem;
  background: rgba(6, 26, 38, .8) no-repeat center;
  background-size: 2rem;
  opacity: 1;
  position: absolute;
  top: 16.5rem;
  margin-top: -2rem;
}

#carousel-glory .carousel-control.left {
  background-image: url(../images/icon/arrow_left.svg);
}

#carousel-glory .carousel-control.right {
  background-image: url(../images/icon/arrow_right.svg);
}

.about_glory .text_style1 {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  line-height: 150%
}

.about_glory .text_style1:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: .6rem;
  border-radius: 3px;
  background: #000;
}

#search .intro {
  font-size: 1.6rem;
}

#search .intro .input_box {
  border-radius: 5px;
  position: relative;
  padding-right: 8rem;
  margin-top: 1.25rem;
}

#search .intro .input_box .form-control {
  height: 4rem;
  line-height: 4rem;
}

#search .intro .input_box .btn {
  width: 10rem;
  color: #fff;
  background: #061a26;
  border-radius: 0 5px 5px 0;
  text-align: center;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  font-size: 1.5rem;
  line-height: 4rem;
}

.search_list {
  margin-bottom: 2.66rem;
}

.search_list li {
  border-bottom: 1px solid #ccc;
  line-height: 160%;
  padding: 4.6rem 0 4rem;
}

.search_list h4 {
  font-size: 1.7rem;
  margin: 0 0 1.33rem;
  line-height: 130%;
}

.search_list h4 a {
  color: #313131;
}

.search_list p:last-child {
  margin-bottom: 0;
}

#page_information .fs_300 {
  font-size: 15rem;
  line-height: 100%;
}

#page_information .intro .btn {
  line-height: 45px;
  color: #fff;
  background: #061a26;
  display: block;
  font-size: 1.25rem;
  width: 240px;
  margin: 3rem auto;
  vertical-align: top;
}

.nav_i>a {
  font-size: 1.3rem
}

/*
color
#061a26
rgba(6,26,38,.8)
#595757
#313131
#779cb0
#92b4af
#d9b86e
#da8f57

font-size
30	2rem
24	1.6rem
18	1.2rem
15	1rem
14	.9rem

line-height:150%
*/

/**說明書-Start**/
#language_manual .choose_div {
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .19);
  text-align: center;
  height: 180px;
  width: 270px;
  margin-bottom: 60px;
  background-color: #FFF;
}

#language_manual .choose_div:after {
  content: '';
  display: block;
  width: 10rem;
  height: 1px;
  background: #919090;
  margin-top: 2rem;
  margin: auto;
}

#language_manual .choose_div p {
  font-size: 24px;
  font-weight: bold;
  padding-top: 60px;
}

#language_manual .choose_div a {
  display: block;
  position: absolute;
  z-index: 999;
}

#language_manual .choose_div span {
  display: block;
  position: absolute;
  margin-left: -9px;
  left: 50%;
  margin-top: 5px;
}

#language_manual .choose_div.center_div {
  margin: auto;
}

#language_manual .choose_div.right_div {
  float: right;
}

#language_manual h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 105%;
  margin: 0;
  margin: auto;
  width: auto;
  min-width: 50px;
  display: table;
  margin-top: 66px;
  margin-bottom: 66px;
}

#language_manual h2:after {
  content: '';
  display: block;
  width: 4rem;
  height: 1px;
  background: #4d4d4d;
  margin-top: 2rem;
}

#language_manual .choose_language {
  max-width: 992px;
  margin: auto;
}

#logo img {
  display: block;
  height: 4.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

header.Instruction_manual {
  position: relative;
}

.sticyHeader header.Instruction_manual {
  position: relative;
}

#language_manual .manual {
  padding-bottom: 30px;
}

@media (max-width: 1760px) {}

@media (max-width: 1680px) {}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1260px) {}

@media (max-width: 1200px) {}

@media (max-width: 1006px) {}

@media (max-width: 992px) {
  #language_manual .choose_div.center_div {
    margin: inherit;
    margin-bottom: 60px;
  }

  #language_manual .choose_div.right_div {
    float: left;
  }

  #language_manual .choose_div {
    width: 100%;
  }
}

@media (max-width: 890px) {}

@media (max-width: 840px) {}

@media (max-width: 768px) {
  .choose_language .col-sm-6 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 640px) {
  #language_manual .choose_div {
    text-align: left;
    height: 90px;
    background-color: #FFF;
  }

  #language_manual .choose_div p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 30px;
  }

  #language_manual .choose_div:after {
    margin-left: 30px;
    width: 48px;
    background: 919090;
  }

  #language_manual .choose_div span {
    margin-left: inherit;
    left: inherit;
    margin-top: 38px;
    top: 0px;
    right: 15%;
  }
}

@media (max-width: 480px) {
  #language_manual .choose_div p {
    padding-top: 30px;
    padding-left: 15px;
    font-size: 15px;
  }

  #language_manual .choose_div:after {
    margin-left: 15px;
  }

  #language_manual .choose_div span {
    right: 20%;
  }
}

/**說明書-End**/


@media only screen and (min-width: 1281px) {
  .news_highlight .photo {
    width: 50%
  }

  .news_highlight .text {
    width: 50%
  }
}

@media only screen and (min-width: 1441px) {}

@media only screen and (max-width: 1440px) {

  .headline h1,
  .headline h2 {
    line-height: 7rem;
  }
}

@media only screen and (max-width: 1280px) {

  .headline h1,
  .headline h2 {
    line-height: 6rem;
    border-left-width: 2rem;
  }

  #prod_list {
    margin-bottom: 3rem;
  }

  #prod_list li a:before {
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
  }

  .sliderbtn,
  .btm_contact .btn {
    width: 3rem;
    height: 3rem;
  }
}

@media only screen and (min-width: 992px) {

  .prod_feature li:nth-child(2n+3),
  .prod_feature li:nth-child(4n+5),
  .ww_list li:nth-child(2n+3) {
    clear: both;
  }

  .faq_login {
    width: 50%;
  }

  #epaper_app .e_form .row>.col-40 {
    width: 40%;
  }

  .e_form .row>.col-20 {
    width: 20%
  }

  .e_form .row>.col-60 {
    width: 60%
  }

  .e_form .row>.col-30 {
    width: 30%
  }

  .e_form .row>.col-70 {
    width: 70%
  }

  #epaper_app .e_form .row .line-45.input_txt {
    line-height: 45px;
  }

  .modal-dialog {
    width: 900px
  }

  .about_oranizetion .side_menu {
    width: 20%;
    padding-right: 0;
  }

  .oranizetion_content {
    width: 80%;
  }

  .about_oran_2 .oranizetion_content {
    margin-left: 20%
  }

  .about_culture .culture_gallery {
    width: 63%
  }

  .about_culture .culture_pc {
    width: 37%
  }

  .ww_list .ww_info {
    min-height: 26.5rem;
  }

  .prod_feature li {
    float: left;
    width: 50%;
    padding-right: 2rem;
  }

  .gird_box .item:nth-child(4n+5) {
    clear: both;
  }

  /*.c_item .contact_usa{ height:35rem;}*/

}

@media screen and (min-width: 768px) {
  .foot_newsletter {
    width: 60%;
    padding-left: 3rem;
  }

  .foot_social {
    width: 40%;
    border-right: 1px solid #494248;
    padding-left: 0;
    min-height: 7rem;
  }

  #product #prod_list li:nth-child(3n+4),
  .video_list li:nth-child(2n+3),
  #solution #prod_list li:nth-child(2n+3),
  .quarter_list .item:nth-child(2n+3),
  .epaper_list li:nth-child(4n+5),
  #product_sub #prod_list li:nth-child(3n+4) {
    clear: both;
  }

  .form_line>div {
    width: 30%;
  }

  .intro.manual .form_line>div {
    width: 50%;
  }

  .form_line .input_text {
    width: 40%
  }

  .intro.manual .form_line .input_text {
    width: 50%;
  }

  .ww_box {
    width: 600px;
  }

  #worldwide #comPic {
    margin-left: 1.5rem;
  }

  .fancybox-next {
    right: -70px;
  }

  .fancybox-prev {
    left: -70px;
  }

  #product #prod_list h2,
  #product_sub #prod_list h2 {
    height: 2.5rem;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {

  #product_sub .intro .col-md-offset-9,
  #support_i .intro .col-md-offset-9 {
    width: 30%;
    margin-left: 70%
  }
}



@media screen and (min-width: 992px) and (max-width: 1280px) {

  #product_sub .intro .col-md-offset-9,
  #support_i .intro .col-md-offset-9 {
    width: 30%;
    margin-left: 70%
  }

  .ww_map #map {
    height: 500px
  }

  .about_value .item {
    padding: 2rem 5rem 3rem;
    min-height: 440px;
  }

  .about_value .img-responsive {
    margin-top: 2rem;
  }

  .about_value .flex-control-nav {
    width: 490px;
    bottom: 1.5rem;
  }

  .about_oran_1 .data .box {
    height: 17rem;
    padding: 10% 0;
  }

  .about_oran_1 .data {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .about_oran_1 .data>* {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .oranizetion_content {
    width: 75%;
    float: right;
  }

  .about_gray .box {
    font-size: 1.2rem;
    padding: 2rem;
  }

  .search_list li {
    padding: 3rem 0;
  }

}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .about-nav {
    height: 6rem;
  }

  .about-nav li a {
    line-height: 6rem;
  }

  .about_brand,
  .about_history {
    margin-top: -3rem;
  }

  .brand_banner a {
    width: 24rem;
    height: 24rem;
  }

  .brand_banner .head .icon:before {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
  }

  .brand_banner h1 {
    font-size: 4.8rem;
  }

}

/*-- 20211111 產品內頁新增 social medias --*/
.socialmedia-area span {
  display: inline-block;
  background: #fff;
  font-size: 1rem;
  line-height: 3rem;
  z-index: 1;
  position: relative;
}

.socialmedia-area span a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: relative;
  vertical-align: top;
  color: #061a26;
  font-size: 2rem;
  text-align: center;
}

/*-- 2025 行銷區域新增 popup 功能 --*/
#worldwide .more .more-btn{
    background: #061a26;
    color: #fff;
    padding: 1rem;
    display: inline-block;
    margin-top: 1rem;
}
.download_box.popup{
  font-family: 'MaxPro', Helvetica, Arial, "Microsoft JhengHei", sans-serif;
}
.download_box.popup .title{
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 .8rem;
}
.download_box.popup .intro{
  text-align: center;
  font-size: 1.33rem;
  margin: 1rem 0 1.5rem;
}
.download_box.popup .group{
  margin-bottom: 2rem;
}
.download_box.popup .group label{
  font-size: 1.25rem;
}
.download_box.popup .code {
  padding-right: 8rem;
  position: relative;
}
.download_box.popup .code img {
  position: absolute;
  top: 50%;
  width: 60px;;
  left: 100%;
  margin-left: 1rem;
  margin-top: -1rem;
}
.download_box.popup .code .group {
  margin: 0;
}
.download_box.popup .sub-area .btn{
    display: block;
    width: 100%;
    line-height: 45px;
    color: #fff;
    background: #061a26;
    margin-top: 3rem;
}
@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
}
