@charset "UTF-8";
/* scss file
@font-face {
	font-family: Noto Sans TC;
	src: url(../fonts/NotoSansTC-Regular.otf);
}
@font-face {
	font-family: Noto Sans TC light;
	src: url(../fonts/NotoSansTC-Thin.otf);
}
*/
/* @font-face {
  font-family: RobotoCondensed-Bold;
  src: url(../fonts/RobotoCondensed-Bold.ttf);
} */

html {
  height: 100%;
}

body {
  font-family: Noto Sans TC, Microsoft JhengHei;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/******float position 顯示高度修正***/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.main-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .main-box {
  height: 1%;
}

/* End hide from IE-mac */
h1,
h2,
h3,
h4 {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #363636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input {
  border: 0;
  border-radius: 0;
  font-family: Noto Sans TC;
}

.check-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.img-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}



select,
textarea {
  font-family: Noto Sans TC;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

hr {
  border: 0;
  border-bottom: 1px #cccccc solid;
  margin: 10px 0 10px 0;
}

/* 整體寬度 allwidth  */
.maxwidth {
  max-width: 990px;
  margin: 0 auto;
}

.sub-nav {
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px -2px;
}

.sub-nav li {
  float: left;
  width: calc(12.5% - 4px);
  text-align: center;
  margin: 0 2px;
  background-color: #ececec;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  cursor: pointer;
}

.sub-nav li a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #79633b;
  cursor: pointer;
}

.sub-nav li:hover {
  background-color: #d3bb8e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-nav li:hover a {
  color: #ffffff;
}

header {
  background-color: #f5f7fa;
}

header .top-box {
  max-width: 990px;
  margin: 0 auto;
  padding: 20px 0;
}

header .top-box img {
  width: 100%;
  height: auto;
}

header .top-box .logo01 {
  width: 180px;
  display: block;
  float: left;
}

header .top-box .logo02 {
  width: 130px;
  float: right;
  display: block;
}

header #sub-top-link {
  float: right;
  padding-top: 5px;
}

header #sub-top-link a {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 15px;
  line-height: 1.6em;
}

header #sub-top-link a:after {
  display: inline-block;
  padding-left: 5px;
  content: '/';
}

header nav {
  background-color: #f1f3f3;
  padding: 0 5px;
}

header nav .lis {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav .lis > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header nav .lis > div > a {
  display: block;
  border-right: 1px #d7dddd solid;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
}

header nav .lis > div > a:hover {
  background-color: #e4e4e4;
}

header nav .lis > div .sub-box {
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 25px 30px 30px 30px;
  background-color: white;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  visibility: hidden;
  border-top: 1px #d7dddd solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 500;
  -webkit-box-shadow: 0 5px 5px rgba(61, 61, 61, 0.4);
          box-shadow: 0 5px 5px rgba(61, 61, 61, 0.4);
  /*
                        &.subbg01{ 
                            background-image: url(../images/sub-menu-bg01.png);
                        }

                        &.subbg02{
                            background-image: url(../images/sub-menu-bg02.png);
                        }

                        &.subbg03{
                            background-image: url(../images/sub-menu-bg03.png);
                        }

                        &.subbg04{
                            background-image: url(../images/sub-menu-bg04.png);
                        }
                        */
}

header nav .lis > div .sub-box .item {
  padding: 10px 0;
  margin-bottom: 10px;
  display: block;
  max-width: 70%;
  border-bottom: 1px #d7dddd solid;
}

header nav .lis > div .sub-box .item a {
  color: #505050;
  display: block;
  float: left;
  width: 23%;
  padding: 0 12px;
  margin: 0 1% 10px 1%;
  border-left: 3px #5c69a3 solid;
}

header nav .lis > div .sub-box .item a:hover {
  color: #000;
  background-color: #d7dddd;
}

header nav .lis > div .sub-box .item:last-child {
  border-bottom: 0;
}

header nav .lis > div .sub-box .item .sub-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header nav .lis > div:hover .sub-box {
  opacity: 1;
  top: 55px;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 550;
}

header nav .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav .search-bar input.search-input {
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 45px;
  height: 45px;
  display: block;
  margin: 5px 0 5px 5px;
  padding: 0 10px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #ffffff inset;
          box-shadow: 0 0 0 #ffffff inset;
}

header nav .search-bar button {
  width: 30px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  text-align: center;
  line-height: 45px;
  height: 45px;
  margin: 5px 0;
  border: 0;
  background-color: #ffffff;
}

header nav .search-bar button:hover {
  background-color: #dbdbdb;
}

header nav .search-bar button span {
  display: inline-block;
  width: 16px;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/search-icon.png);
}

/* banner */
.banner {
  background-position: center;
  background-size: cover;
}

.banner .banner-body {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}

.banner .clock {
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 0 0 10px #646097;
  padding-top: 10px;
}

.banner .clock .fl-right {
  float: right;
}

.banner .clock .time {
  
  font-size: 52px;
}

.banner .clock .time span {
  font-size: 40px;
}

.banner .clock .time:before {
  content: '';
  background-image: url(../images/clock-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.banner .clock .slogan {
  font-size: 20px;
  padding-left: 60px;
  display: block;
  font-family: Noto Sans TC;
}

.banner .item {
  max-width: 990px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0px;
}

.banner .item .banner-box {
  width: calc(50% - 30px);
  margin: 30px 15px;
  display: inline-block;
  position: relative;
  font-size: 0px;
}

.banner .item .banner-box:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  background-color: rgba(153, 173, 173, 0.9);
}

.banner .item .banner-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.banner .item .banner-box a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.banner .item .banner-box a .video-img {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.banner .item .banner-box .video:after {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  background-image: url(../images/video-play-icon.png);
}

.banner .arrow-box > div {
  background-color: rgba(85, 85, 85, 0.95);
  padding: 15px;
  position: absolute;
  top: calc(50% - 60px);
  cursor: pointer;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 95px;
  height: 120px;
}

.banner .arrow-box > div:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .arrow-box > div:hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner .arrow-box .btn-left {
  left: -50px;
}

.banner .arrow-box .btn-left:before {
  background-image: url(../images/arrow-left.png);
}

.banner .arrow-box .btn-right {
  right: -50px;
}

.banner .arrow-box .btn-right:before {
  background-image: url(../images/arrow-right.png);
}

.bg01 {
  background-image: url(../images/banner-bg.jpg);
}

/* sub-banner */
.sub-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

.sub-banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 23.8%;
}

.sub-banner h3 {
  font-family: Noto Sans TC;
  font-weight: 100;
  color: #ffffff;
  text-shadow: 1px 1px 0 #0070c0;
  background-color: rgba(0, 154, 207, 0.8);
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 50px;
  font-weight: normal;
  padding: 5px;
  margin: 0;
  position: absolute;
  left: 18%;
  top: calc(50% - 25px);
  text-align: center;
  width: 280px;
}

.sub-banner.banner01 {
  background-image: url(../images/top-banner01.jpg);
}

.sub-banner.banner02 {
  background-image: url(../images/top-banner02.jpg);
}

.sub-banner.banner03 {
  background-image: url(../images/top-banner03.jpg);
}

.sub-banner.banner04 {
  background-image: url(../images/top-banner04.jpg);
}

.sub-banner.banner05 {
  background-image: url(../images/top-banner05.jpg);
}

.sub-banner.banner06 {
  background-image: url(../images/top-banner06.jpg);
}

.sub-banner.banner07 {
  background-image: url(../images/top-banner07.jpg);
}

.sub-banner.banner08 {
  background-image: url(../images/top-banner08.jpg);
}

.sub-banner.banner09 {
  background-image: url(../images/top-banner09.jpg);
}

.sub-banner.banner10 {
  background-image: url(../images/top-banner10.jpg);
}

.sub-banner.banner11 {
  background-image: url(../images/top-banner11.jpg);
}

.sub-banner.banner12 {
  background-image: url(../images/top-banner12.jpg);
}

.sub-banner.banner13 {
  background-image: url(../images/top-banner13.jpg);
}

.sub-banner.banner14 {
  background-image: url(../images/top-banner14.jpg);
}

.sub-banner.banner15 {
  background-image: url(../images/top-banner15.jpg);
}

.sub-banner.banner16 {
  background-image: url(../images/top-banner16.jpg);
}

.sub-banner.banner17 {
  background-image: url(../images/top-banner17.jpg);
}

.sub-banner.banner20 {
  background-image: url(../images/top-banner20.jpg);
}
/* path */
.path {
  background-color: #f3f3f3;
}

.path .path-body {
  max-width: 990px;
  margin: 0 auto;
}

.path .path-body a {
  color: #333333;
  font-size: 16px;
  display: inline-block;
  padding: 12px 0 12px 10px;
}

.path .path-body a:after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  background-image: url(../images/path-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 10px;
}

.path .path-body a:hover {
  color: #856fff;
}

main {
  min-height: 350px;
}

.main-box {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.main-box .left-menu {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
  min-height: 350px;
  background-color: #f3f3f3;
  padding-bottom: 30px;
}

.main-box .left-menu h3 {
  padding: 12px 0 12px 20px;
  font-weight: normal;
  font-size: 20px;
}

.main-box .left-menu ul li a {
  display: block;
  padding: 5px 10px 5px 40px;
}

.main-box .left-menu ul li a.active, .main-box .left-menu ul li a:hover {
  background-color: #aad7ed;
}

.main-box .right-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

.page-title {
  max-width: 990px;
  margin: 0px auto 20px auto;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 10px;
}

.page-info {
  padding: 10px 0px 10px 35px;
  font-size: 18px;
  line-height: 1.6em;
  color: #323237;
}

.page-info span {
  color: #8384ad;
}

.page-tab {
  text-align: center;
  padding: 10px 0 20px 0;
}

.page-tab a {
  display: inline-block;
  color: #ffffff;
  padding: 5px 8px;
  background-color: #d2d7d9;
  border-radius: 5px;
  margin: 0 3px;
}

.page-tab a.btn-prev {
  background-color: #40c5f1;
  margin-right: 10px;
}

.page-tab a.btn-next {
  background-color: #40c5f1;
  margin-left: 10px;
}

.page-tab a.btn-back {
  background-color: #40c5f1;
  float: left;
}

.page-tab a:hover {
  background-color: #0070c0;
}

.page-tab a.active {
  background-color: #0070c0;
  cursor: default;
}

.page-tab a.btn-prev.active, .page-tab a.btn-next.active {
  background-color: #b3b3b3;
  cursor: default;
}

.page-tab .detail-btn {
  float: right;
  width: auto;
}

.page-tab .portal {
  padding: 10px 0 0 0;
}

/* online-service */
.guarantee {
  line-height: 1.6em;
}

.guarantee sup {
  font-size: 12px;
  color: #2251be;
}

.guarantee .guarantee-info-table {
  border: 1px #d4d4d4 solid;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 15px 0;
  width: 100%;
}

.guarantee .guarantee-info-table th {
  padding: 5px 2px;
  border: 1px #d4d4d4 solid;
  background-color: #0a8fec;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
}

.guarantee .guarantee-info-table th sup {
  color: #c0db5d;
}

.guarantee .guarantee-info-table td {
  padding: 5px 2px;
  border: 1px #d4d4d4 solid;
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
}

.guarantee .annotation span {
  font-size: 14px;
  color: #808080;
  display: block;
  padding-bottom: 10px;
  text-indent: -2.5em;
  padding-left: 2.5em;
  line-height: 1.4em;
}

.guarantee h4 {
  padding: 0 0 20px 0;
}

.guarantee ul {
  padding-left: 2em;
  list-style-type: decimal;
  padding-bottom: 1em;
}

.guarantee ul li {
  padding-bottom: 0.5em;
}

.location .location-title {
  background-color: #f3f3f3;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  border-left: 6px #427bff solid;
}

.unifron-table {
  border: 1px #d4d4d4 solid;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 15px 0;
}

.unifron-table th {
  padding: 5px 2px;
  border: 1px #d4d4d4 solid;
  background-color: #0a8fec;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.unifron-table th sup {
  color: #c0db5d;
}

.unifron-table td {
  padding: 5px 2px;
  border: 1px #d4d4d4 solid;
  font-size: 14px;
  text-align: center;
}

/* form-type */
.form-type {
  margin: 15px 0;
  padding: 12px 10px;
  border: 1px #d4d4d4 solid;
  border-radius: 12px;
}

.form-type h5 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 8px 0 8px 20px;
  background-color: #2c8fe0;
  border-radius: 4px;
  color: #ffffff;
  border-left: 10px #345fb9 solid;
}

.form-type button {
  border: 0;
  background-color: #313131;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  min-width: 120px;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-type .form-content {
  margin-bottom: 10px;
}

.form-type .form-content input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 16px;
  width: calc(100% - 100px);
}

.form-type .form-content select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 16px;
}

.form-type .form-content textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 16px;
  height: 8em;
  width: 100%;
}

.form-type .form-content label {
  color: #707070;
}

.form-type .form-content label sup {
  color: #ff0404;
}

.form-type .form-content .adress-box {
  background: transparent !important;
}

.form-type .form-content .adress-box .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.form-type .form-content .adress-box .adress select {
  max-width: calc(50% - 6px);
}

.form-type .form-content .adress-box .adress select:last-child {
  margin-left: 12px;
}

.form-type .form-content .adress-box input.detail {
  max-width: 100%;
  width: 100%;
}

.form-type .form-content > div:nth-child(even) {
  background-color: #f8f8f8;
}

.form-type .form-content .contact-person {
  background-color: #ca9f48;
  border-radius: 10px 10px 0 0;
  padding: 6px 10px;
  text-align: center;
  color: #ffffff;
  height: 38px;
}

.form-type .form-content .contact-person-btm {
  background-color: #e0d5bf;
  border-radius: 0 0 10px 10px;
  height: 10px;
  margin-bottom: 10px;
}

.form-type .form-content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
}

.form-type .form-content .list label {
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  line-height: 34px;
  height: 34px;
}

.form-type .form-content .list label sup {
  color: #ff0404;
}

.form-type .form-content .list > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-type .form-content .list02 {
  padding: 10px 5px;
}

.form-type .form-content .list02 input {
  width: 100%;
  display: block;
}
.form-type .form-content .list02 span {
  margin: 0 5px;
}
.form-type .form-content .list02 select {
  width: 100%;
  display: block;
}

.form-type .form-content .list02 label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  line-height: 34px;
  height: 34px;
}

.form-type .form-content .list02:nth-child(even) {
  background-color: #f8f8f8;
}

.form-type .form-content .del {
  text-align: right;
}

.form-type .form-content .del button {
  background-color: #c72525;
  letter-spacing: 3px;
  border-radius: 0 0 10px 10px;
}

.form-type .form-content .del button:hover {
  background-color: #ce6e00;
}

.form-type .note {
  padding: 10px 0;
  color: #5e5e5e;
}

.form-type .note .accept-box {
  display: block;
  padding: 0px 10px;
  font-size: 20px;
  color: #ff0800;
  text-align: left;
}

.form-type .note a {
  color: #345fb9;
}

.form-type .guarantee-card {
  padding: 15px;
  border: 3px #eed6d6 dashed;
  border-radius: 12px;
  border-radius: 5px;
}

.form-type .add-info {
  text-align: left;
  padding: 5px;
}

.form-type .add-info a {
  display: inline-block;
  margin-left: 10px;
}

.form-type .add-info button {
  background-color: #c9b500;
  border-radius: 5px;
}

.form-type .add-info button:hover {
  background-color: #e7da21;
}

.form-type .btn-box {
  text-align: center;
  padding: 30px 0 20px 0;
  margin-top: 20px;
  border-top: 3px #e1edf0 dashed;
}

.form-type .btn-box button {
  background-color: #444444;
  margin: 0 2px;
}

.form-type .btn-box button:hover {
  background-color: #808080;
}

.form-type .btn-box button.send {
  background-color: #2988d1;
}

.form-type .btn-box button.send:hover {
  background-color: #314380;
}

.form-type .links-box {
  text-align: center;
  padding: 15px;
}

.form-type .links-box a {
  display: inline-block;
  margin: 0 2px;
}

.form-type .links-box a:hover {
  color: #5757ff;
}

.form-type .two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.form-type .two-col > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 10px);
}

.form-type .two-col > div:last-child {
  margin-left: 10px;
}

.form-type .two-col > input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-type div.repair-time {
  line-height: 34px;
  width: 210px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.form-type div.repair-time input {
  width: auto;
}

.form-type .select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-type .select-box select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}

.form-type .select-box span {
  width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 5px;
  line-height: 34px;
  font-size: 16px;
}

.form-type #dealer_mode {
  width: 100% !important;
  padding: 10px 12px;
}

.form-type #dealer_mode span {
  display: inline-block;
  width: 100px;
  line-height: 34px;
}

.form-type #dealer_mode input {
  width: auto;
}

/* faq-list */
.qaContent ul.accordionPart {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.qaContent ul.accordionPart > li {
  margin: 0 0 10px 10px;
  padding: 0;
}

.qaContent ul.accordionPart .title {
  border-left: 8px #2c2c2c solid;
  border-bottom: 2px #dfdfdf solid;
  font-size: 18px;
  padding: 10px 5px 10px 25px;
  margin: 30px 0 10px 0px;
  color: #333333;
  text-shadow: 0px 0px 3px #ffffff;
  font-weight: bold;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), to(#fefefe));
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
  /* IE6-9 */
}

.qaContent .tool {
  vertical-align: middle;
  color: #808080;
}

.qaContent .tool a {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.qaContent .tool a:hover {
  color: #d61818;
}

.accordionPart .qa_title {
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #b8b8b8;
  border-bottom: 2px #969696 solid;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordionPart .qa_title a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

.accordionPart .qa_title:hover {
  background-color: #6a68d6;
}

.accordionPart .qa_title:before {
  display: inline-block;
  width: 30px;
  content: 'Q :';
  vertical-align: middle;
  font-size: 18px;
  color: #d9ff51;
  margin-top: -10px;
}

.accordionPart .qa_content {
  padding: 10px 0 10px 40px;
  text-align: left;
  font-size: 14px;
  color: #424242;
  line-height: 1.6em;
  position: relative;
}

.accordionPart .qa_content ul.lsi-disc {
  list-style: disc;
  padding: 5px 0 5px 20px;
}

.accordionPart .qa_content:before {
  display: inline-block;
  content: 'A : ';
  vertical-align: middle;
  font-size: 18px;
  color: #ff4b4b;
  padding-right: 5px;
  position: absolute;
  top: 9px;
  left: 15px;
}

.accordionPart .qa_content .close_qa {
  background: #666;
  border-radius: 4px;
  padding: 3px 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.install-info .case-item {
  border-radius: 0 0 15px 15px;
  border: 2px #55aad1 solid;
  margin: 30px 0;
  padding: 0 20px 20px 20px;
}

.install-info .case-item h4 {
  background-color: #55aad1;
  margin: 0 -20px 20px -20px;
  padding: 5px 15px 5px 85px;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  font-weight: normal;
}

.install-info .case-item h4 span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  padding-right: 5px;
  font-size: 36px;
  color: #55aad1;
  text-align: center;
  position: absolute;
  top: calc(50% - 25px);
  left: 20px;
  background-color: #ffffff;
  border-radius: 99em;
  -webkit-box-shadow: 3px 3px 1px #96abbb;
          box-shadow: 3px 3px 1px #96abbb;
  font-style: italic;
}

/* product */
.product-box {
  padding: 30px 0 0 0;
}

.product-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.product-banner:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 22%;
  display: block;
}

.product-banner.home-series01 {
  background-image: url(../images/porduct-series01.jpg);
}

.product-banner .series-tool {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.product-banner .series-tool a {
  display: inline-block;
  width: 150px;
  padding: 5px 10px;
  text-align: center;
  background-color: #333333;
  vertical-align: middle;
  color: #ffffff;
}

.product-banner .series-tool a span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 3px 0;
  vertical-align: middle;
}

.product-banner .series-tool a .download {
  background-image: url(../images/pro-download.png);
}

.product-banner .series-tool a .manual {
  background-image: url(../images/pro-manual.png);
}

.product-banner .series-tool a .count {
  background-image: url(../images/pro-count.png);
}

.product-banner .series-tool a:hover {
  color: #ffffff;
  background-color: rgba(119, 65, 65, 0.5);
}

.series-features {
  max-width: 990px;
  margin: 0 auto;
  background-color: #d3bb8e;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6em;
  color: #ffffff;
}

.series-detail {
  font-size: 16px;
  color: #505050;
}

.series-detail .pro-title {
  font-size: 32px;
  color: #222222;
  font-weight: normal;
  position: relative;
  padding: 40px 0;
  font-family: Noto Sans TC;
  font-weight: 100;
  text-align: center;
}

.series-detail .sub-pro-title {
  font-size: 18px;
  color: #52433b;
  font-weight: normal;
  margin: 10px 0 10px 0;
  background-color: #ece9e1;
  padding: 5px 15px;
  display: block;
  clear: both;
  text-align: center;
  -webkit-box-shadow: -1px -1px 0 #e2e0db;
          box-shadow: -1px -1px 0 #e2e0db;
  border-radius: 50px;
}

.series-detail p {
  margin: 5px 0 20px 0;
}

.series-detail .cont-box01 {
  padding: 5px 0 60px 0;
}

.series-detail .cont-box02 {
  background-color: #e9e4dd;
  padding: 5px 0 30px 0;
}

.series-detail .cont-box02 .sub-pro-title {
  background-color: #c7c1ae;
  -webkit-box-shadow: 1px 1px 0 #b49494;
          box-shadow: 1px 1px 0 #b49494;
  color: #ffffff;
}

.series-detail .pic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -10px;
}

.series-detail .pic-box img {
  max-width: 100%;
  height: auto;
}

.series-detail .pic-box .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
}

.series-detail .pic-box .box-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 10px;
}

.series-detail .cont-note {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  color: #ff3c3c;
  word-break: break-all;
}

.trial-calculation .room-info {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trial-calculation .room-info > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}

.trial-calculation .room-info .floor {
  background-color: #ada491;
}

.trial-calculation .room-info .side {
  background-color: #c2bc8f;
}

.trial-calculation .room-info .top {
  background-color: #8d8a70;
}

.trial-calculation .calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 10px 0;
  background-color: #f8f8f8;
}

.trial-calculation .calculation .space-info-box {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 360px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../images/room-size-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.trial-calculation .calculation .space-info-box .out-box {
  height: 100%;
  white-space: nowrap;
}

.trial-calculation .calculation .space-info-box .slick-prev {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 30px;
  height: 50px;
  background-color: #1f1f1f;
  background-image: url(../images/room-prev.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
}

.trial-calculation .calculation .space-info-box .slick-prev:hover {
  background-color: #a79377;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trial-calculation .calculation .space-info-box .slick-next {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 30px;
  height: 50px;
  background-color: #1f1f1f;
  background-image: url(../images/room-next.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
}

.trial-calculation .calculation .space-info-box .slick-next:hover {
  background-color: #a79377;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trial-calculation .calculation .space-info-box .room {
  width: 100%;
  height: 100%;
  font-family: Noto Sans TC;
  font-weight: 100;
  font-size: 24px;
  display: block;
  float: left;
}

.trial-calculation .calculation .space-info-box .room .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.trial-calculation .calculation .space-info-box .number {
  font-size: 80px;
  
}

.trial-calculation .calculation .space-info-box .number:after {
  content: '坪';
  font-size: 20px;
  font-family: Noto Sans TC;
}

.trial-calculation .calculation .space-info-box .info {
  font-family: Noto Sans TC;
  color: #8f5b5b;
  font-size: 18px;
}

.trial-calculation .calculation .space-info-box .info .efficacy {
  display: block;
  font-size: 18px;
  color: #ec0303;
  padding: 5px 0;
  line-height: 1em;
  font-weight: 400;
}

.trial-calculation .calculation .space-info-box .info .efficacy span {
  font-size: 24px;
}

.trial-calculation .calculation .funtion-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.trial-calculation .calculation .funtion-list .funtion-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 5px;
}

.trial-calculation .calculation .funtion-list .funtion-sub a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  text-align: center;
  margin: 2px;
  background-color: #b3b3b3;
  padding: 10px 5px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  line-height: 1.2em;
}

.trial-calculation .calculation .funtion-list .funtion-sub a.tab01 {
  background-color: #5976ba;
}

.trial-calculation .calculation .funtion-list .funtion-sub a.tab02 {
  background-color: #f39800;
}

.trial-calculation .calculation .funtion-list .funtion-sub a.tab03 {
  background-color: #009ec8;
}

.trial-calculation .calculation .funtion-list .funtion-sub a.tab04 {
  background-color: #009944;
}

.trial-calculation .calculation .funtion-list .funtion-sub a.tab05 {
  background-color: #931574;
}

.trial-calculation .calculation .funtion-list .funtion-sub a.tab06 {
  background-color: #947f28;
}

.trial-calculation .calculation .funtion-list .funtion-sub a:hover {
  background-color: #cccccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trial-calculation .calculation .funtion-list .funtion-sub a.active {
  color: #252525;
  -webkit-box-shadow: 0 0 7px #979797 inset;
          box-shadow: 0 0 7px #979797 inset;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #cccccc;
}

.product {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 系列列表 */
  /* 產品列表 */
}

.product h4 {
  font-size: 18px;
  font-weight: normal;
  color: #181818;
}

.product .page-title a.all-series {
  display: inline-block;
  padding: 5px 30px;
  background-color: #a79377;
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  vertical-align: text-top;
  letter-spacing: 3px;
}

.product .page-title a.all-series:hover {
  background-color: #ff8a47f2;
}

.product .page-title a.all-series:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 5px 3px 0;
  background-image: url(../images/pro-all-series.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: bottom;
}

.product .series-list {
  margin: 0 -1%;
}

.product .series-list .item {
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 5px 5px #dbdbdb;
          box-shadow: 0 5px 5px #dbdbdb;
  float: left;
  width: 31.3%;
  margin: 1%;
  background-color: #f7f7f7;
}

.product .series-list .item .title {
  background-color: #f7f7f7;
}

.product .series-list .item .title h3 {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #ffffff;
  padding: 10px 0px;
  min-height: 75px;
}

.product .series-list .item .title h3 span {
  display: block;
  color: #d4b894;
  font-size: 22px;
  height: 33px;
  overflow: hidden;
}

.product .series-list .item .title .photo {
  position: relative;
  z-index: 5;
}

.product .series-list .item .title .photo:before {
  width: 100%;
  content: '';
  display: block;
  height: 0;
  padding-bottom: 75%;
}

.product .series-list .item .title .photo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.product .series-list .item .title a.inter-btn {
  background-color: #887d6a;
  width: 120px;
  text-align: center;
  padding: 5px 0;
  border: 1px #ffffff solid;
  display: block;
  margin: -15px auto 0 auto;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 4px;
  position: relative;
  z-index: 50;
}

.product .series-list .item .title a.inter-btn:hover {
  border: 1px #97896c solid;
  color: #5c523e;
  background-color: #cbdda2;
}

.product .series-list .series01 {
  background-image: url(../images/index-service-banner01.jpg);
}

.product .product-list {
  margin: 0 -3px;
}

.product .product-list .item {
  padding: 0;
  margin: 0 3px 20px 3px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  width: calc(33.3% - 6px);
}

.product .product-list .item .title {
  background-color: #f7f7f7;
}

.product .product-list .item .title h3 {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  background-color: #1f1f1f;
  color: #ffffff;
  padding: 10px 15px;
  min-height: 75px;
}

.product .product-list .item .title h3 span {
  display: block;
  color: #d4b894;
  font-size: 20px;
}

.product .product-list .item .title .photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product .product-list .item .title .photo:before {
  width: 100%;
  content: '';
  display: block;
  height: 0;
  padding-bottom: 75%;
}

.product .product-list .item .title a.inter-btn {
  background-color: #887d6a;
  width: 90%;
  text-align: center;
  padding: 5px 0;
  border: 1px #ffffff solid;
  display: block;
  margin: -15px auto 0 auto;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
}

.product .product-list .item .title a.inter-btn:hover {
  border: 1px #97896c solid;
  color: #5c523e;
  background-color: #cbdda2;
}

.product .product-list .item .funtion-box {
  margin: 0;
  padding: 0px 0 10px 0px;
}

.product .product-list .series01 {
  background-image: url(../images/index-service-banner01.jpg);
}

.product .pro-lis {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product .pro-lis .box {
  margin-bottom: 3px;
  overflow: hidden;
}

.product .pro-lis .box .photo-name {
  background-color: #ffffff;
}

.product .pro-lis .box .photo-name .photo {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.product .pro-lis .box .photo-name .photo a {
  width: 100%;
  content: '';
  display: block;
  height: 0;
  padding-bottom: 100%;
}

.product .pro-lis .box .photo-name h3 {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: 1.2em;
  height: calc(2.4em + 10px);
  padding: 5px 10px;
  background-color: #5c523e;
  color: #f5f5f5;
}

.product .pro-lis .box .info {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0;
}

.product .pro-lis .box .info .unit {
  font-size: 14px;
  color: #1b1b1b;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.product .pro-lis .box .info .unit .data {
  padding: 10px 0 0 0;
  font-size: 12px;
}

.product .pro-lis .box .info .unit .data span {
  color: #808080;
}

.product .pro-lis .box .info .unit .data .red {
  color: #ffa43c;
}

.product .pro-lis .box .info .unit .data .blue {
  color: #427bff;
}

.product .pro-lis .box .info .unit h4 {
  font-size: 14px;
  color: #ffffff;
  margin: 5px auto;
  padding: 5px 0;
  border-radius: 99em;
}

.product .pro-lis .box .info .unit h4 img {
  max-width: 200px;
  width: 100%;
}

.product .pro-lis .box .info .unit h4 span {
  font-family: RobotoCondensed-Bold;
  font-size: 20px;
  padding-top: 5px;
}

.product .pro-lis .box .info:last-child .unit {
  margin-bottom: 0;
}

.funtion-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -2px;
  padding: 15px 15px 0 15px;
  height: 210px;
  overflow:hidden
}

.funtion-box li {
  float: left;
  width: 34px;
  margin: 2px;
}

.calculation-funtion-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 15px;
  display: none;
}

.calculation-funtion-box li {
  margin: 0px 0 5px 0;
  float: left;
  width: 50%;
  font-size: 14px;
}

.calculation-funtion-box li span {
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

span.funtion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: block;
}

span.funtion:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

span.funtion.icon1-1 {
  background-image: url(../images/funtion1-1.png);
}

span.funtion.icon1-2 {
  background-image: url(../images/funtion1-2.png);
}

span.funtion.icon1-3 {
  background-image: url(../images/funtion1-3.png);
}

span.funtion.icon1-4 {
  background-image: url(../images/funtion1-4.png);
}

span.funtion.icon1-5 {
  background-image: url(../images/funtion1-5.png);
}

span.funtion.icon1-6 {
  background-image: url(../images/funtion1-6.png);
}

span.funtion.icon1-7 {
  background-image: url(../images/funtion1-7.png);
}

span.funtion.icon2-1 {
  background-image: url(../images/funtion2-1.png);
}

span.funtion.icon2-2 {
  background-image: url(../images/funtion2-2.png);
}

span.funtion.icon2-3 {
  background-image: url(../images/funtion2-3.png);
}

span.funtion.icon2-4 {
  background-image: url(../images/funtion2-4.png);
}

span.funtion.icon2-5 {
  background-image: url(../images/funtion2-5.png);
}

span.funtion.icon2-6 {
  background-image: url(../images/funtion2-6.png);
}

span.funtion.icon3-1 {
  background-image: url(../images/funtion3-1.png);
}

span.funtion.icon3-2 {
  background-image: url(../images/funtion3-2.png);
}

span.funtion.icon3-3 {
  background-image: url(../images/funtion3-3.png);
}

span.funtion.icon3-4 {
  background-image: url(../images/funtion3-4.png);
}

span.funtion.icon3-5 {
  background-image: url(../images/funtion3-5.png);
}

span.funtion.icon3-6 {
  background-image: url(../images/funtion3-6.png);
}

span.funtion.icon4-1 {
  background-image: url(../images/funtion4-1.png);
}

span.funtion.icon4-2 {
  background-image: url(../images/funtion4-2.png);
}

span.funtion.icon4-3 {
  background-image: url(../images/funtion4-3.png);
}

span.funtion.icon5-1 {
  background-image: url(../images/funtion5-1.png);
}

span.funtion.icon5-2 {
  background-image: url(../images/funtion5-2.png);
}

span.funtion.icon5-3 {
  background-image: url(../images/funtion5-3.png);
}

span.funtion.icon5-4 {
  background-image: url(../images/funtion5-4.png);
}

span.funtion.icon5-5 {
  background-image: url(../images/funtion5-5.png);
}

span.funtion.icon6-1 {
  background-image: url(../images/funtion6-1.png);
}

span.funtion.icon6-2 {
  background-image: url(../images/funtion6-2.png);
}

.bg-style {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 20px;
}

.bg-style.t-right {
  text-align: right;
}

.bg-style .bg-cont-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  display: inline-block;
  color: #636363;
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
}

.bg-style .bg-cont-box h2,
.bg-style .bg-cont-box h3,
.bg-style .bg-cont-box h4 {
  color: #313131;
}

.bg-style02 {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  position: relative;
}

.bg-style02 .bg-cont-box {
  padding: 20px;
  display: inline-block;
  color: #636363;
  font-size: 14px;
  line-height: 1.6em;
  text-align: left;
  width: 100%;
}

.bg-style02 .bg-cont-box h2,
.bg-style02 .bg-cont-box h3,
.bg-style02 .bg-cont-box h4 {
  color: #313131;
}

/* cert-info */
.cert-info {
  padding: 10px 0px 10px 35px;
}

.cert-info p {
  font: 16px;
  padding: 0 0 20px 0;
  margin: 0;
}

.cert-info .item {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cert-info .item .title {
  width: 270px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  line-height: 1.6em;
  text-align: center;
  padding: 10px;
}

.cert-info .item .title-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6em;
  text-align: center;
  padding: 10px;
}

.cert-info .item .kind {
  width: 280px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  line-height: 1.6em;
  background-color: #f0f4f7;
  text-align: left;
  padding: 0px 20px;
  border-right: 1px #c6c9cc solid;
}

.cert-info .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6em;
  text-align: left;
  padding: 0px 20px 10px 20px;
}

.cert-info .item .first {
  padding: 40px 20px 10px 20px;
  border-top: 1px #c6c9cc solid;
}

.cert-info .item .last {
  padding: 0px 20px 40px 20px;
  border-bottom: 1px #c6c9cc solid;
}

.cert-info .sub-title { 
  margin: 10px 0; 
  color: #333; 
  font-weight: 500;
}

.cert-info ul.cert-ul { 
  list-style: disc;
  padding-left: 20px;
 }

 .cert-info .note {
  color: #c90000;
 }

/* baby */
.baby {
  padding: 10px 0px 10px 35px;
}

.baby h3 {
  color: #0097e0;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.baby p {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  color: #303030;
}

.baby .col-two {
  padding: 0;
}

/* globle */
.globle {
  padding: 10px 0px 10px 35px;
}

.globle .sub-tab {
  padding: 5px 0 0 0;
}

.globle .sub-tab a {
  display: block;
  padding: 10px 30px;
  color: #323237;
  font-size: 18px;
  border-top: 5px #b2f0ff solid;
  background-color: #b2f0ff;
  float: left;
}

.globle .sub-tab a:hover {
  background-color: #8aafff;
  color: #ffffff;
}

.globle .sub-tab a.active {
  background-color: #f3f3f3;
  cursor: default;
}

.globle .sub-tab a.active:hover {
  background-color: #f3f3f3;
  color: #323237;
  cursor: default;
}

.globle h3 {
  font: 18px;
  color: #0097e0;
  font-weight: normal;
  margin-bottom: 10px;
}

.globle p {
  font-size: 16px;
  color: #303030;
  padding-bottom: 30px;
  margin: 0;
}

.globle .globle-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px #c6c9cc solid;
  border-bottom: 1px #c6c9cc solid;
  margin-bottom: 20px;
}

.globle .globle-list .item .kind {
  width: 250px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f4f7;
  padding: 20px 10px;
  border-right: 1px #c6c9cc solid;
  font-size: 20px;
}

.globle .globle-list .item .kind a {
  display: block;
  color: #0097e0;
  font-size: 14px;
  padding: 5px 5px 5px 0;
}

.globle .globle-list .item .kind a:before {
  content: '>';
  padding-right: 5px;
}

.globle .globle-list .item .kind a:hover {
  color: #6a69c0;
}

.globle .globle-list .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  line-height: 1.8em;
}

.globle .globle-list .item .info > div {
  width: 100%;
  padding-left: 20px;
}

.globle .globle-list .item .about-pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}

.globle .globle-list .item .about-pic img {
  display: block;
}

.globle .globle-list .item .info2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0px 0px 20px;
}

.globle .globle-list .item .info2 h3 {
  font-weight: normal;
}

.globle .globle-list .item .info2 h3 a {
  display: inline-block;
  color: #0097e0;
  font-size: 14px;
  padding: 5px 5px 5px 10px;
}

.globle .globle-list .item .info2 h3 a:before {
  content: '>';
  padding-right: 5px;
}

.globle .globle-list .item .info2 h3 a:hover {
  color: #6a69c0;
}

.globle .globle-list .item .info2 p {
  padding: 0 0 20px 0;
  margin: 0;
}

.globle .globle-4pic {
  text-align: center;
  position: relative;
}

.globle .globle-dot:after {
  content: '';
  display: block;
  background-image: url(../images/globle-dot.png);
  background-position: left top;
  background-repeat: repeat-x;
  height: 5px;
  position: absolute;
  left: 80%;
  right: -25%;
  top: 50%;
  z-index: 500;
}

.globle .globle-4pic-info {
  font-size: 14px;
  padding: 10px 0;
}

.globle .col-two {
  padding: 0;
}

/* affiliate */
.affiliate .kind {
  background-color: #bff5ff;
  font-weight: normal;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 12px;
  padding: 8px 10px 10px 10px;
}

.affiliate .kind span {
  font-size: 22px;
  display: block;
}

.affiliate .affiliate-box {
  display: block;
}

.affiliate .affiliate-box .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 20px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.affiliate .affiliate-box .item .company-name {
  display: block;
  font-size: 12px;
}

.affiliate .affiliate-box .item > div {
  width: 100%;
}

/* responsibility */
.responsibility {
  padding: 10px 0px 10px 35px;
}

.responsibility h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.responsibility p {
  margin: 0 0 20px 0;
  font-size: 16px;
}

.responsibility .gwp {
  font-size: 16px;
  color: #0097e0;
}

.responsibility .gwp-note {
  font-size: 12px;
}

.responsibility .pic-top {
  padding-top: 45px;
  text-align: center;
}

.responsibility .col-two {
  margin: 0 -1%;
  padding: 0;
}

/* award */
.award h3 {
  color: #3b3b3b;
  font-size: 22px;
  padding: 5px 10px;
  text-align: center;
  background-color: #f3f3f3;
  font-weight: normal;
}

.award .award-list {
  padding: 10px 0;
  margin: 0 -5px 20px -5px;
}

.award .award-list .item {
  float: left;
  width: calc(25% - 10px);
  margin: 5px;
  background-color: #d8f0fc;
  padding: 15px;
}

.award .award-list .item.w-full {
  width: calc(100% - 10px);
}

.award .award-list .item .pic {
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.award .award-list .item span {
  margin: 10px 0 5px 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #323237;
  display: block;
  line-height: 1.4em;
  height: 2.8em;
  display: block;
}

/* company */
.company {
  padding: 10px 0px 10px 35px;
}

.company h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.company h4 {
  background-color: #00cdff;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 25px;
  display: inline-block;
  clear: both;
  margin: 0 0 15px 0;
}

.company p {
  margin: 0 0 20px 0;
  font-size: 16px;
}

.company .point-there {
  background-color: #f3f3f3;
  text-align: center;
}

.company .point-there h4 {
  background: none;
  font-size: 22px;
  color: #0a8fec;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.company .point-there p {
  color: #434343;
  font-size: 18px;
  margin-bottom: 15px;
}

.company .col-two {
  margin: 0 -1%;
  padding: 0;
}

/* chairman */
.chairman {
  padding: 10px 0px 10px 35px;
}

.chairman h3 {
  font-size: 22px;
  color: #2e2e2e;
  border-bottom: 2px #00cdff solid;
  padding-bottom: 5px;
  font-weight: normal;
  position: relative;
}

.chairman h3 span {
  color: #000000;
  padding-left: 10px;
  font-size: 20px;
}

.chairman h3:before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 4px #199fbf solid;
  width: 70px;
  left: 0;
  bottom: -2px;
}

.chairman p {
  font-size: 16px;
  color: #7d7d7d;
  padding-bottom: 30px;
}

/* seven-core */
.seven-tab {
  padding: 10px 0;
  margin: 0 -5px 30px -5px;
  text-align: center;
}

.seven-tab li {
  float: left;
  width: calc(25% - 10px);
  padding: 10px 10px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #9898dd;
  color: #f7f7f7;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px #7e80e9 solid;
  text-shadow: 0 2px 0 #8374b8;
}

.seven-tab li:hover {
  background-color: #0074c1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.seven-core {
  padding: 10px 0px 10px 35px;
}

.seven-core .seven-title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
}

.seven-core .seven-title span {
  display: inline-block;
  padding: 5px 30px;
  background-color: #5e5e5e;
  border-bottom: 0;
  border-top: 0;
  position: relative;
  z-index: 10;
  letter-spacing: 3px;
  color: #ffffff;
  border-radius: 50px;
  text-shadow: 0 1px 0 #2e2e2e;
}

.seven-core .seven-title:before {
  content: '';
  display: block;
  position: relative;
  border-bottom: 2px #5e5e5e solid;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.seven-core .seven-cont {
  font-size: 18px;
  line-height: 1.6em;
  color: #353535;
  padding: 20px 0 50px 0;
}

.seven-core .seven-cont .cont-title {
  border-left: 3px #d1d1d1 solid;
  color: #636363;
  padding-left: 20px;
  font-size: 22px;
  margin-bottom: 0;
}

.seven-core .seven-cont .sub-title {
  font-size: 20px;
  color: #365080;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  border: 1px #ececec solid;
  background-color: #f7f7f7;
  font-weight: normal;
}

.seven-core .seven-cont .cont-two {
  padding: 10px 0;
}

.seven-core .seven-cont .cont-two .left {
  width: 49%;
  margin-right: 1%;
  float: left;
}

.seven-core .seven-cont .cont-two .right {
  width: 49%;
  margin-left: 1%;
  float: left;
}

.seven-core .seven-cont .time-line {
  padding: 10px 0;
  border-top: 3px #e4e4e4 solid;
  margin: 10px 0;
}

.seven-core .seven-cont .time-line li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #e0e0e0 dotted;
  font-size: 16px;
}

.seven-core .seven-cont .time-line li .time {
  display: inline-block;
  color: #0097e0;
  padding-right: 10px;
}

.seven-core .seven-cont .cont-list {
  padding: 10px 0;
  margin-left: 20px;
  list-style: decimal;
}

.seven-core .seven-cont .cont-list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.seven-core .seven-cont .cont-list li h4 {
  margin: 0 0 5px 0;
}

/* RoHs */
.rohs {
  padding: 10px 0px 10px 35px;
}

.rohs .rohs-list {
  padding: 15px 0;
  list-style: outside;
  margin-left: 20px;
}

.rohs .rohs-list li {
  padding: 5px 0;
}

.rohs .rohs-table {
  padding: 20px 0;
}

.rohs .rohs-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px #e9e9e9 solid;
}

.rohs .rohs-table li:nth-child(odd) {
  background-color: #f7f7f7;
}

.rohs .rohs-table li span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 5px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px #e9e9e9 solid;
  border-right: 1px #e9e9e9 solid;
}

.rohs .rohs-table li span.download {
  width: 90px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.rohs .rohs-table li span.download a {
  display: block;
  padding: 3px 10px;
  background-color: #beb135;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
}

.rohs .rohs-table li span.download a:hover {
  background-color: #ff0011;
}

.rohs .rohs-table li.th {
  background-color: #7e80e9;
  color: #ffffff;
  border-left: 1px #7e80e9 solid;
}

.rohs .rohs-table li.th span {
  border-right: 1px #b48bff solid;
  padding: 7px;
}

/* authorization */
.authorization {
  padding: 10px 0px 10px 35px;
}

.authorization .picture {
  text-align: center;
  padding: 10px 0;
}

.authorization .picture img {
  max-width: 100%;
  width: 400px;
  height: auto;
}

.authorization .authorization-list {
  padding: 15px 0;
  clear: both;
  margin: 0 -1%;
}

.authorization .authorization-list li {
  float: left;
  width: 31.3%;
  margin: 3px 1%;
  padding-bottom: 6px;
  font-size: 14px;
  color: #595959;
  border-bottom: 1px #e0e0e0 solid;
}

/* certification */
.certification {
  padding: 10px 0px 10px 35px;
}

.certification .Cert-select {
  clear: both;
  padding: 15px;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  background-color: #e9e9e9;
}

.certification .Cert-select .Cert-box {
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}

.certification .Cert-select .Cert-box span {
  display: block;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.certification .Cert-select .Cert-box .Cert01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3px 10px 3px;
  border-bottom: 1px #cecece solid;
}

.certification .Cert-select .Cert-box .Cert01 span {
  background-color: #9898dd;
  color: #ffffff;
}

.certification .Cert-select .Cert-box .Cert01 div {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 3px;
}

.certification .Cert-select .Cert-box .Cert02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3px 10px 3px;
  border-bottom: 1px #cecece solid;
}

.certification .Cert-select .Cert-box .Cert02 span {
  background-color: #20ccaf;
  color: #ffffff;
}

.certification .Cert-select .Cert-box .Cert02 div {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 3px;
}

.certification .Cert-select .Cert-box .Cert03 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3px 10px 3px;
  border-bottom: 1px #cecece solid;
}

.certification .Cert-select .Cert-box .Cert03 span {
  background-color: #beb135;
  color: #ffffff;
}

.certification .Cert-select .Cert-box .Cert03 div {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 3px;
}

.certification .Cert-select .Cert-search {
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 30px;
}

.certification .Cert-select .Cert-search button {
  float: right;
  background-color: #0074c1;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  width: 100px;
  line-height: 30px;
}

.certification .Cert-select .Cert-search button:hover {
  background-color: #0097e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.certification .Cert-select .area {
  margin-right: 100px;
  line-height: 30px;
}

.certification .Cert-select .area span {
  width: 60px;
  float: left;
  text-align: right;
  padding-right: 10px;
}

.certification .Cert-select .area select {
  font-family: sans-serif;
  padding: 7px 8px;
  font-size: 14px;
  border-radius: 3px;
  display: block;
  width: calc(100% - 70px);
  border: 0;
  line-height: 30px;
}

.certification .note {
  padding: 10px 0 0 0;
  text-align: right;
  color: #ff0011;
}



.table-vendor-box {
  max-width: 720px;
  max-height:470px;
  width: 100%;
  overflow: auto;
  
}

.table-vendor-box tbody {
  border-left: 1px #9393c7 solid;
}


table.vendor-list {
  margin: 20px 0;
  border: 1px #9393c7 solid;
  border-spacing:0px;
}

table.vendor-list .area {
  position: sticky;
  top:0;
  left: 0;
  background: #fff;
}

table.vendor-list .name {
  position: sticky;
  top:0;
  left: 58px;
  background: #fff;
}

table.vendor-list th {
  font-size: 14px;
  font-weight: 400;
  background-color: #494aa3;
  color: #ffffff;
  text-align: center;
  white-space:nowrap;
}


table.vendor-list th.area {
  width: 75px;
  border-right: 1px #e2e2ff solid;
  background-color: #494aa3;
  
  z-index: 99;

}

table.vendor-list th.name {
  width: 215px;
  border-right: 1px #e2e2ff solid;
  background-color: #494aa3;
  
  z-index: 99;

}

table.vendor-list th.info {
  width: auto;
  flex: 1;
  white-space:nowrap;
  position: sticky;
  top: 0;
  left: 275px;
}


table.vendor-list th.info > span {
  display: block;
  padding: 5px 0;
}


table.vendor-list td {
  border-bottom: 1px #e2e2ff solid;
  white-space:nowrap;
}


table.vendor-list tr:last-child {
  border-bottom: 0;
}

table.vendor-list tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.vendor-list td.area {
  width: 60px;
  padding: 5px 8px;
  font-size: 14px;
  text-align: center;
}

table.vendor-list td.name {
  width: 215px;
  padding: 5px 8px;
  font-size: 14px;
  border-left: 1px #e2e2ff solid;
}

table.vendor-list td.info {
  display: flex;
  padding: 5px 8px;
  border-left: 1px #e2e2ff solid;
  font-size: 14px;
  
}

table.vendor-list td.info span {
  width: 80px;
  flex: none;
  border-radius: 3px;
  margin: 0 2px;
  padding: 3px 10px;
  font-size: 12px;
  text-align: center;
}

table.vendor-list th.info .info-list {
  display: flex;
  border-top: 1px #e2e2ff solid;
  white-space:nowrap;
  padding:  0 8px;
}

table.vendor-list th.info .info-list .item {
  width: 84px;
  flex: none;
  padding: 3px;
}

table.vendor-list td.info span.gold {
  color: #000;
  background: linear-gradient(to bottom, #fffbee 0%,#ffe79c 77%,#ffe9a6 100%); 
}

table.vendor-list td.info span.silver {
  color: #000;
  background: linear-gradient(to bottom, #fafafa 0%,#c1c1c1 78%,#aeaeae 100%);
}


table.vendor-list td.info span.copper {
  color: #000;
  background: linear-gradient(to bottom, #f5f9fc 0%,#b5d2ec 77%,#c5dcf0 100%);
}

table.vendor-list td.info span.none {
  color: #757474;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
}


table.vendor-list td.info span.iron {
  color: #000;
  background: linear-gradient(to bottom, #f8ffea 0%,#c0db8e 100%); 
}


table.vendor-list td.info span.iron {
  color: #000;
  background: linear-gradient(to bottom, #f8ffea 0%,#c0db8e 100%); 
}


.vendor-list {
  margin: 20px 0;
  border: 1px #9393c7 solid;
}

.vendor-list li {
  border-bottom: 1px #e2e2ff solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendor-list li:last-child {
  border-bottom: 0;
}

.vendor-list li:nth-child(odd) {
  background-color: #f5f5f5;
}

.vendor-list li.th {
  background-color: #494aa3;
  color: #ffffff;
  text-align: center;
  white-space:nowrap;
}

.vendor-list li .area {
  width: 60px;
  padding: 5px 8px;
  flex: none;
  font-size: 14px;
  text-align: center;
}

.vendor-list li .name {
  width: 215px;
  padding: 5px 8px;
  flex: none;
  font-size: 14px;
  border-left: 1px #e2e2ff solid;
}

.vendor-list li.th .area,
.vendor-list li.th .name {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vendor-list li.th .info {
  width: auto;
  flex: 1;
  white-space:nowrap;
}

.vendor-list li .info {
  width: 82px;
  flex: none;
  padding: 5px 8px;
  border-left: 1px #e2e2ff solid;
  font-size: 14px;
  white-space:nowrap;
}


.vendor-list li .info span {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: 82px;
}

.vendor-list li .info .info-list {
  flex: 1;
  display: flex;
  border-top: 1px #e2e2ff solid;
  white-space:nowrap;
}

.vendor-list li .info .info-list .item {
  width: 82px;
  flex: none;
  padding-top: 3px;
}

.vendor-list li .info span.gold {
  color: #000;
  background: linear-gradient(to bottom, #ffe8e8 0%,#fdffb2 0%,#d2d37c 69%,#e8e478 100%);
}

.vendor-list li .info span.silver {
  color: #000;
  background: linear-gradient(to bottom, #ffe8e8 0%,#fcfcfc 0%,#dddddd 68%,#e0e0e0 100%); 
}


.vendor-list li .info span.copper {
  color: #000;
  background: linear-gradient(to bottom, #ffe8e8 0%,#ebeaff 0%,#b7b8e8 68%,#d8dbff 100%);
}

.vendor-list li .info span.iron {
  color: #000;
  background: linear-gradient(to bottom, #f8ffea 0%,#c0db8e 100%); 
}


.vendor-list li .info span.iron {
  color: #000;
  background: linear-gradient(to bottom, #f8ffea 0%,#c0db8e 100%); 
}




.vendor-list li .info span.cerf01 {
  background-color: #9898dd;
}

.vendor-list li .info span.cerf02 {
  background-color: #9898dd;
}

.vendor-list li .info span.cerf03 {
  background-color: #20ccaf;
}

.vendor-list li .info span.cerf03-2 {
  background-color: #20ccaf;
}

.vendor-list li .info span.cerf04 {
  background-color: #beb135;
}

.vendor-list li .info span.default {
  background-color: #ffffff;
  color: #cecece;
  border: 1px #cecece solid;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 2px 8px;
}

.label-list { display: flex; flex-wrap: wrap; margin-bottom: 5px; }
.label-list label { width: auto; flex: none; margin-right: 5px; color: #636147; }
.label-list label.cert01 { color: #f7e600; }
.label-list label.cert02 { color: #929292; }
.label-list label.cert03 { color: #6dbdfa; }
.label-list .cont { flex: 1; }

/* dealer-tool */
.dealer {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 0;
}

.dealer .dealer-content {
  padding-bottom: 20px;
}

.dealer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.dealer-search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px;
  border: 2px #dbdbdb solid;
  border-right: 0;
}

.dealer-search button {
  width: 80px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background-color: #0097e0;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  text-align: center;
  
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dealer-search button:hover {
  background-color: #2251be;
}

.change-list {
  padding: 5px 0 15px 0;
}

.change-list > div {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-color: #2990df;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.change-list > div:hover {
  background-color: #9898dd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.change-list > div.active {
  cursor: default;
  background-color: #7b7b7b;
}

.change-list .tree {
  background-image: url(../images/icon-tree.png);
}

.change-list .full-list {
  background-image: url(../images/icon-list.png);
}

.dealer-tool .name {
  font-size: 18px;
  display: block;
  padding: 5px 15px;
  background-color: #0097e0;
  color: #ffffff;
  border-bottom: 1px #65c4db solid;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dealer-tool .name:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url(../images/dealer-info-arrow.png);
  background-size: cover;
}

.dealer-tool .name:hover {
  background-color: #494aa3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dealer-tool .sub-list {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dealer-tool .sub-list .name {
  background-color: #7b7b7b;
  border-bottom: 1px #8b8b8b solid;
  font-size: 16px;
}

.dealer-tool .info-list {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dealer-tool .info-list li {
  font-size: 14px;
  border: 1px #e2e2e2 solid;
  border-top: 0;
  clear: both;
  background-color: #f5f5f5;
  position: relative;
}

.dealer-tool .info-list li .tool {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 100px;
  white-space: nowrap;
  border-left: 0;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px 0 0;
}

.dealer-tool .info-list li .tool div {
  margin-top: 5px;
  border-radius: 5px 0 0 0;
  padding: 5px;
  background-color: #979797;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  width: 83px;
  float: right;
  clear: both;
}

.dealer-tool .info-list li .tool div.PDF {
  background-color: #f76565;
}

.dealer-tool .info-list li .tool div.PDF:before {
  content: 'PDF';
}

.dealer-tool .info-list li .tool div.ZIP {
  background-color: #66b46a;
}

.dealer-tool .info-list li .tool div.ZIP:before {
  content: 'ZIP';
}

.dealer-tool .info-list li .tool div.JPG {
  background-color: #f32ca0;
}

.dealer-tool .info-list li .tool div.JPG:before {
  content: 'JPG';
}

.dealer-tool .info-list li .tool a {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #c9c9c9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
}

.dealer-tool .info-list li .tool a:hover {
  background-color: #a8a8a8;
}

.dealer-tool .info-list li .tool .open {
  background-image: url(../images/tool-icon-open.png);
}

.dealer-tool .info-list li .tool .download {
  background-image: url(../images/tool-icon-download.png);
}

.dealer-tool .info-list li .info {
  padding: 15px 10px 15px 15px;
}

.dealer-tool .info-list li .info .time {
  display: block;
  font-size: 12px;
  color: #538849;
  padding: 5px 0 0 0;
}

.dealer-tool .info-list li .info .size {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}

.dealer-tool .info-list li .info .language {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}

.dealer-tool .info-list li .info .path {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
}

.dealer-tool .info-list li > div.name {
  background-color: #4f869c;
}

.dealer-tool .open {
  display: block;
}

.dealer-tool .select-lis {
  display: none;
}

.dealer-tool .select-lis select {
  font-size: 18px;
  display: block;
  padding: 5px 15px;
  background-color: #0097e0;
  color: #ffffff;
  border: 0;
  border-bottom: 1px #65c4db solid;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.dealer-tool.no-name {
  border-top: 1px #e2e2e2 solid;
}

.dealer-tool.no-name .name {
  display: none;
}

.dealer-tool.no-name .sub-list {
  display: block;
}

.dealer-tool.no-name .info-list {
  display: block;
}

.dealer-tool.no-name .select-lis {
  display: block;
}

/* form */
.member-login-title {
  background-color: #19a6c9;
  background-image: url(../images/title-bg.png);
  background-size: cover;
  background-position: right;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px 5px 0 0;
}

.form {
  padding: 10px 0px 10px 35px;
  max-width: 600px;
  margin: 0 auto;
}

.form-box {
  padding: 50px 20px 20px 20px;
  border: 1px #19a6c9 solid;
  border-radius: 0 0 5px 5px;
  background-image: url(../images/login-bg.jpg);
  background-position: bottom;
  background-color: #ffffff;
  background-size: cover;
}

.form-box .lis {
  margin-bottom: 10px;
}

.form-box .lis span {
  display: block;
  width: 100px;
  float: left;
  text-align: right;
}

.form-box .lis .input-style {
  margin-left: 110px;
}

.form-box .lis .input-style input {
  width: 100%;
  border: 1px #e4e4e4 solid;
  padding: 5px 10px;
  border-radius: 3px;
}

.form-box .btn {
  margin: 10px 0 0 0;
  padding: 10px 0 10px 105px;
}

.form-box .btn a {
  display: inline-block;
  color: #ffffff;
  margin: 0 5px;
  padding: 7px 15px;
  font-size: 16px;
  background-color: #0074c1;
  border-radius: 3px;
}

.form-box .btn a.login {
  background-color: #538849;
}

.form-box .btn a:hover {
  background-color: #b98825;
}

/* index service */
.index-service {
  background-color: #f5f7fa;
  border-bottom: 1px #cccccc solid;
  margin-bottom: 10px;
}

.index-service .service-title {
  padding: 35px 0;
  text-align: center;
  font-size: 40px;
  margin: 0;
  background-color: #ffffff;
  letter-spacing: 3px;
  font-weight: normal;
  font-family: Noto Sans TC;
  font-weight: 100;
}

.index-service .service-box {
  max-width: 990px;
  margin: 0 auto;
  padding: 25px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-service .service-box .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 15px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff;
  min-height: 470px;
}

.index-service .service-box .item a {
  display: inline-block;
  padding: 3px 2px;
  font-size: 16px;
  background-color: #ffffff;
}

.index-service .service-box .item.box-bg01 {
  background-image: url(../images/index-service-bg01.jpg);
}

.index-service .service-box .item.box-bg01 a {
  color: #0070c0;
  border: 1px #0070c0 solid;
  margin: 1% 0.5%;
  width: 46%;
}

.index-service .service-box .item.box-bg01 a:hover {
  color: #ffffff;
  background-color: #40c5f1;
}

.index-service .service-box .item.box-bg02 {
  background-image: url(../images/index-service-bg02.jpg);
}

.index-service .service-box .item.box-bg02 a {
  color: #40c5f1;
  border: 1px #40c5f1 solid;
  margin: 1% 0.5%;
  width: 48%;
}

.index-service .service-box .item.box-bg02 a:hover {
  color: #ffffff;
  background-color: #0070c0;
}

.index-service .service-box .item.box-bg03 {
  border: 1px #d2d7d9 solid;
  border-top: 0;
}

.index-service .service-box .item h3 {
  text-align: center;
  margin: 0;
  padding: 15px 0 10px 0;
  font-size: 35px;
  font-weight: normal;
  font-family: Noto Sans TC;
  font-weight: 100;
  color: #ffffff;
  text-shadow: 0 0 8px #25265c;
  letter-spacing: 3px;
  background-position: top;
}

.index-service .service-box .item h3.title01 {
  background-image: url(../images/index-service-title01.jpg);
}

.index-service .service-box .item h3.title02 {
  background-image: url(../images/index-service-title01.jpg);
}

.index-service .service-box .item h3.title03 {
  background-image: url(../images/index-service-title01.jpg);
}

.index-service .service-box .item .body-box {
  padding: 15px;
  text-align: center;
  word-wrap: normal;
}

.index-service .service-box .item .body-box .banner-link {
  border: 1px #d2d7d9 solid;
  border-radius: 3px;
  margin: 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-service .service-box .item .body-box .banner-link a {
  display: block;
  z-index: 10;
  position: relative;
  font-size: 20px;
  line-height: 35px;
  padding: 10px;
  text-align: left;
  color: #595959;
  background: none;
}

.index-service .service-box .item .body-box .banner-link a:before {
  content: '';
  display: inline-block;
  margin: 0 20px;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.index-service .service-box .item .body-box .banner-link.icon01 a::before {
  background-image: url(../images/index-service-icon01.png);
}

.index-service .service-box .item .body-box .banner-link.icon02 a::before {
  background-image: url(../images/index-service-icon02.png);
}

.index-service .service-box .item .body-box .banner-link.icon03 a::before {
  background-image: url(../images/index-service-icon03.png);
}

.index-service .service-box .item .body-box .banner-link.icon04 a::before {
  background-image: url(../images/index-service-icon04.png);
}

.index-service .service-box .item .body-box .banner-link.icon05 a::before {
  background-image: url(../images/index-service-icon05.png);
}

.index-service .service-box .item .body-box .banner-link:after {
  content: '';
  display: block;
  background-color: #f5f7fa;
  position: absolute;
  left: -65px;
  top: -80px;
  width: 150px;
  height: 150px;
  z-index: 1;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.index-service .service-box .item .body-box .banner-link:hover {
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-service .service-banner {
  background-color: #ffffff;
  padding: 50px 0;
}

.index-service .service-banner .banner-box {
  max-width: 990px;
  margin: 0 auto;
}

.index-service .service-banner .banner-box a {
  float: left;
  width: calc(33.3% - 30px);
  margin: 5px 15px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.index-service .service-banner .banner-box a:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 39%;
}

.index-service .service-banner .banner-box a:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

/* index news about */
.index-news-link {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.index-news-link h3.title {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 3px;
  font-family: Noto Sans TC;
  font-weight: 100;
  background-color: #ffffff;
  margin: 0;
  padding: 35px 0;
  color: #313131;
}

.index-news-link .index-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f7f8f8;
  margin-right: 30px;
  position: relative;
  padding-bottom: 52px;
}

.index-news-link .index-news .index-news-lis {
  padding: 10px;
}

.index-news-link .index-news .index-news-lis li {
  padding: 10px 10px 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px #c4c4c4 solid;
}

.index-news-link .index-news .index-news-lis li a {
  display: block;
  color: #000000;
  padding: 10px;
}

.index-news-link .index-news .index-news-lis li a:hover {
  color: #313131;
}

.index-news-link .index-news .index-news-lis li .time {
  display: inline-block;
  padding: 2px 10px;
  color: #313131;
}

.index-news-link .index-news .index-news-lis li .tabs {
  background-color: #e8e8e8;
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 14px;
  color: #7b7b7b;
}

.index-news-link .index-news .index-news-lis li .new {
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #ff0011;
  font-size: 12px;
}

.index-news-link .index-news .more-info {
  background-color: #ffffff;
  padding: 10px 0;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-news-link .index-news .more-info .btn-more {
  padding: 5px 10px;
  color: #0074c1;
  border: 1px #0074c1 solid;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.index-news-link .index-news .more-info .btn-more:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 5px transparent solid;
  border-left: 10px #0074c1 solid;
}

.index-news-link .index-news .more-info .btn-more:hover {
  background-color: #0074c1;
  color: #ffffff;
}

.index-news-link .index-news .more-info .btn-more:hover:before {
  border-left: 10px #ffffff solid;
}

.index-news-link .index-about {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  max-width: 470px;
}

.index-news-link .index-about .index-about-banner {
  padding-bottom: 10px;
}

.index-news-link .index-about .index-about-banner img {
  display: block;
}

.index-news-link .index-about .left-box {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.index-news-link .index-about .right-box {
  float: right;
  width: 48%;
  margin-left: 2%;
}

.index-news-link .index-about .index-about-icon li {
  border: 1px #cccccc solid;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  border-radius: 5px;
  font-size: 18px;
  line-height: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f4f3+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f4f3));
  background: linear-gradient(to bottom, #ffffff 0%, #f3f4f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f4f3', GradientType=0);
  /* IE6-9 */
}

.index-news-link .index-about .index-about-icon li span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index-news-link .index-about .index-about-icon li .icon01 {
  background-image: url(../images/index-about-icon01.png);
}

.index-news-link .index-about .index-about-icon li .icon02 {
  background-image: url(../images/index-about-icon03.png);
}

.index-news-link .index-about .index-about-icon li .icon03 {
  background-image: url(../images/index-about-icon02.png);
}

.index-news-link .index-about .index-about-icon li .icon04 {
  background-image: url(../images/index-about-icon04.png);
}

.index-news-link .index-about .index-about-icon li .icon05 {
  background-image: url(../images/index-about-icon05.png);
}

.index-news-link .index-about .index-about-icon li .icon06 {
  background-image: url(../images/index-about-icon06.png);
}

.index-news-link .index-about .index-about-icon li .icon07 {
  background-image: url(../images/index-about-icon07.png);
}

.index-news-link .index-about .index-about-icon li .icon08 {
  background-image: url(../images/index-about-icon08.png);
}

.index-news-link .index-about .index-about-icon li .icon09 {
  background-image: url(../images/index-about-icon09.png);
}

.index-news-link .index-about .index-about-icon li .icon10 {
  background-image: url(../images/index-about-icon10.png);
}

.index-news-link .index-about .index-about-icon li .icon11 {
  background-image: url(../images/index-about-icon11.png);
}

.index-news-link .index-about .index-about-icon li .icon12 {
  background-image: url(../images/index-about-icon12.png);
}

.index-news-link .index-about .index-about-icon li .icon13 {
  background-image: url(../images/index-about-icon13.png);
}

.index-news-link .index-about .index-about-icon li .icon14 {
  background-image: url(../images/index-about-icon14.png);
}

.index-news-link .index-about .index-about-icon li .icon15 {
  background-image: url(../images/index-about-icon15.png);
}

.index-news-link .index-about .index-about-icon li .icon16 {
  background-image: url(../images/index-about-icon16.png);
}

.index-news-link .index-about .index-about-icon li .icon17 {
  background-image: url(../images/index-about-icon17.png);
}

.index-news-link .index-about .index-about-icon li .icon18 {
  background-image: url(../images/index-about-icon18.png);
}

.index-news-link .index-about .index-about-icon li a {
  display: block;
  margin-left: 60px;
  margin-right: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
}

.index-news-link .index-about .index-about-icon li:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2e6+0,fefefd+99 */
  background: #f2f2e6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2e6), color-stop(99%, #fefefd));
  background: linear-gradient(to bottom, #f2f2e6 0%, #fefefd 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2e6', endColorstr='#fefefd', GradientType=0);
  /* IE6-9 */
}

/* search */
.search {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 0;
}

.search ul {
  margin: 0;
  padding: 10px 0px 10px 35px;
}

.search ul li {
  border-bottom: 1px #dbdbdb solid;
}

.search ul li a {
  padding: 8px 0;
  display: block;
  color: #333333;
}

.search ul li a:hover {
  color: #7e80e9;
}

/* video */
.video {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

.video ul {
  margin: 0 -1%;
  padding: 0 0 20px 0;
}

.video ul li {
  float: left;
  width: 23%;
  margin: 1%;
  padding-bottom: 10px;
  border-bottom: 1px #f2f2e6 solid;
  overflow: hidden;
  position: relative;
  /*
            &:before{
                content: '';
                display: block;
                width: 100px;
                height: 100px;
                position: absolute;
                top: -70px;
                left: -70px;
                transform: rotate(45deg);
                background-color: #f0f0f0;
                z-index: -1;
            }
            */
}

.video ul li h3.video-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
}

.video ul li .video-img {
  width: 100%;
  border: 5px #d8d8d8 solid;
  position: relative;
}

.video ul li .video-img tab {
  color: #ffffff;
  font-size: 12px;
  padding: 0px 5px;
  background-color: #ff0011;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.video ul li .video-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.video ul li .video-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.video ul li .video-img a:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.video ul li .time {
  color: #464646;
  padding: 5px 0 0 0;
  font-size: 14px;
}

.video ul li .brief {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.6em;
  height: 3.2em;
  overflow: hidden;
}

/* quarterly */
.quarterly {
  max-width: 990px;
  margin: 0 auto;
  padding: 10px 0px 10px 35px;
}

.quarterly .info {
  color: #0097e0;
  font-size: 18px;
  line-height: 1.6em;
}

.quarterly ul {
  margin: 0 -1%;
  padding: 20px 0;
}

.quarterly ul li {
  float: left;
  width: 23%;
  margin: 1%;
  position: relative;
}

.quarterly ul li .quarterly-img {
  width: 100%;
  position: relative;
  padding: 38px;
  background-color: #eaeceb;
  background-image: url(../images/books-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 5px #bbbbbb;
          box-shadow: 3px 3px 5px #bbbbbb;
  border-radius: 5px;
  overflow: hidden;
}

.quarterly ul li .quarterly-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 136%;
}

.quarterly ul li .quarterly-img a {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 7px #616161;
          box-shadow: 3px 3px 7px #616161;
  border: 2px #ffffff solid;
  border-radius: 3px;
  overflow: hidden;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.quarterly ul li .quarterly-img a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.quarterly ul li .time {
  color: #a3cfe7;
  padding: 5px 0 0 0;
  font-size: 24px;
  font-family: RobotoCondensed-Bold;
}

.quarterly ul li .nunmber {
  color: #000000;
  font-size: 18px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

/* news */
.news-lis {
  max-width: 990px;
  margin: 0 auto;
}

.news-lis ul {
  padding: 10px 0 20px 0;
}

.news-lis ul .Sticky {
  background-color: #f1f1f1;
  border-bottom: 1px #cccdce solid;
}

.news-lis ul li {
  font-size: 16px;
  border-bottom: 1px #ebebeb solid;
  padding: 10px 0;
}

.news-lis ul li.title-th {
  background-color: #bbb3a8;
  color: #ffffff;
  border-bottom: 0;
}

.news-lis ul li.title-th span {
  color: #ffffff;
}

.news-lis ul li.title-th .title-name {
  margin-left: 180px;
}

.news-lis ul li span {
  display: block;
  width: 150px;
  text-align: center;
  float: left;
  color: #6a69c0;
}

.news-lis ul li span.tab {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-right: 10px;
  background-color: #a5a5a5;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  float: none;
  clear: both;
}

.news-lis ul li .tab {
  display: block;
  width: auto;
  padding: 0 20px;
}

.news-lis ul li a {
  display: block;
  margin-left: 160px;
}

.news-lis ul li a:hover {
  color: #5762f3;
}

.news-cont {
  padding: 0 10px 0 0px;
}

.news-cont h4 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 20px;
  border: 1px #dbdbdb solid;
  color: #4e4e57;
}

.news-cont .time-tab {
  padding: 0 10px 5px 20px;
  color: #929292;
}

.news-cont .content {
  padding-left: 20px;
  line-height: 1.8em;
}

/* footer */
footer {
  background-color: #eaeff3;
  border-top: 5px #3fcdfd solid;
  padding: 50px 0 0 0;
}

footer .foot-menu {
  max-width: 990px;
  margin: 0 auto;
  padding-bottom: 50px;
}

footer .foot-menu .lis {
  word-break: normal;
  float: left;
  width: 16%;
  margin: 0 2%;
  text-align: center;
}

footer .foot-menu .lis h3 {
  max-width: 110px;
  margin: 0 auto 10px auto;
}

footer .foot-menu .lis h3 span {
  display: block;
  text-align: center;
}

footer .foot-menu .lis h3 span img {
  width: 62px;
  height: auto;
}

footer .foot-menu .lis h3 a {
  display: block;
}

footer .foot-menu .lis ul {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 120px;
}

footer .foot-menu .lis ul li {
  width: 100%;
  margin-bottom: 5px;
}

footer .foot-menu .lis ul li a {
  width: 100%;
  display: block;
  color: #7a7a7a;
}

footer .foot-menu .lis ul li a:hover {
  color: #000;
}

footer .copyright {
  background-color: #323237;
  padding: 25px 0;
  text-align: center;
}

footer .copyright .f-cont {
  max-width: 990px;
  margin: 0 auto;
  color: #f5f7fa;
  font-size: 18px;
  letter-spacing: 1px;
}

footer .copyright .f-cont span {
  padding-top: 10px;
  display: block;
  color: #737d82;
  line-height: 1.6em;
}

footer .copyright .f-cont .buttom-link {
  padding: 10px 0;
  text-align: center;
}

footer .copyright .f-cont .buttom-link a {
  display: inline-block;
  color: #737d82;
  padding: 0 30px;
}

footer .copyright .f-cont .buttom-link a:hover {
  color: #f5f7fa;
}

.top-btn {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 500;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}

.top-btn a {
  color: #f1f1f1;
  padding: 10px;
  display: block;
}

.top-btn:hover {
  background-color: #837d49;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.col-two {
  clear: both;
  padding: 20px 0;
  margin: 0 -1%;
}

.col-two img {
  max-width: 100%;
}

.col-two span {
  padding: 10px 0;
  display: block;
  font-size: 14px;
  color: #979797;
}

.col-two .left {
  width: 48%;
  float: left;
  margin: 1%;
}

.col-two .right {
  width: 48%;
  float: right;
  margin: 1%;
}

.col-two .col-3 {
  width: 31.3%;
  margin: 1%;
  float: left;
}

.col-two .col-4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col-two .col-6 {
  width: 64.6%;
  margin: 1%;
  float: left;
}

.col-two .col-1-4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.table-style {
  margin: 20px 0;
  border-left: 1px #20ccaf solid;
  border-top: 1px #20ccaf solid;
}

.table-style .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-style .td span {
  padding: 5px 10px;
  display: block;
  border-right: 1px #20ccaf solid;
  border-bottom: 1px #20ccaf solid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.4em;
}

.table-style .td .title {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 35%;
  background-color: #f1f1f1;
  color: #114177;
}

.table-style .td.th {
  background-color: #2990df;
  color: #ffffff;
}

/* pop */
.pop {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 950;
}

.pop .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop .box .pop-box {
  position: absolute;
  top: calc(50% - 280px);
  left: calc(50% - 400px);
  width: 800px;
  bottom: 20px;
}

.pop .box .pop-box .cont-box {
  position: relative;
  max-height: 80%;
}

.pop .box .pop-box .cont-box .close-btn {
  position: absolute;
  right: -45px;
  top: px;
  width: 30px;
  height: 30px;
  background-image: url(../images/pop-close-btn.png);
  background-size: cover;
  cursor: pointer;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.pop .box .pop-box .cont-box .close-btn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.pop .box .pop-box .cont-box h3 {
  padding: 10px 15px;
  font-weight: normal;
  line-height: 1.2em;
}

.pop .box .pop-box .cont-box .video-box {
  position: relative;
}

.pop .box .pop-box .cont-box .video-box:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.pop .box .pop-box .cont-box .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pop .box .pop-box .cont-box .mbody {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  overflow-y: scroll;
  height: 500px;
  background-color: #ffffff;
  font-size: 16px;
}

.pop .box .pop-box .cont-box .mbody h3 {
  text-align: center;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.pop .box .pop-box .cont-box .mbody .btn {
  text-align: center;
  padding: 10x 0 0 0;
}

.pop .box .pop-box .cont-box .mbody .btn a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #960606;
  color: #ffffff;
}

.pop .box .pop-box .cont-box .video-info {
  font-size: 14px;
  color: #575757;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  padding: 0 15px;
}

/* pop */
.pop02 {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 950;
}

.pop02 .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop02 .box .pop-box {
  position: absolute;
  top: calc(50% - 280px);
  left: calc(50% - 400px);
  width: 800px;
  bottom: 20px;
}

.pop02 .box .pop-box .cont-box {
  position: relative;
  max-height: 80%;
}

.pop02 .box .pop-box .cont-box .close-btn {
  position: absolute;
  right: -40px;
  top: 0px;
  width: 30px;
  height: 30px;
  background-image: url(../images/pop-close-btn.png);
  background-size: cover;
  cursor: pointer;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.pop02 .box .pop-box .cont-box .close-btn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.pop02 .box .pop-box .cont-box h3 {
  padding: 10px 15px;
  font-weight: normal;
  line-height: 1.2em;
}

.pop02 .box .pop-box .cont-box .video-box {
  position: relative;
}

.pop02 .box .pop-box .cont-box .video-box:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.pop02 .box .pop-box .cont-box .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pop02 .box .pop-box .cont-box .mbody {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  overflow-y: scroll;
  height: 500px;
  background-color: #ffffff;
  font-size: 16px;
}

.pop02 .box .pop-box .cont-box .mbody h3 {
  text-align: center;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.pop02 .box .pop-box .cont-box .mbody .btn {
  text-align: center;
  padding: 10x 0 0 0;
}

.pop02 .box .pop-box .cont-box .mbody .btn a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #79633b;
  color: #ffffff;
}

.pop02 .box .pop-box .cont-box .video-info {
  font-size: 14px;
  color: #575757;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  padding: 0 15px;
}

/* table-style02 */
* html .tr-lis {
  height: 1%;
}

.table-style02 .th-lis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #8f8065;
  font-size: 14px;
  color: #ffffff;
}

.table-style02 .th-lis .time {
  width: 80px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  color: #ffffff;
}

.table-style02 .th-lis .language {
  width: 80px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  color: #ffffff;
}

.table-style02 .th-lis .btn-td {
  padding: 5px;
}

.table-style02 .tr-lis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px #dbdbdb solid;
  border-top: 0;
}

.table-style02 .tr-lis:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.table-style02 div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  line-height: 1.4em;
}

.table-style02 div.category {
  width: 200px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  text-align: left;
}

.table-style02 div.numbering {
  width: 150px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  text-align: left;
}

.table-style02 div.series {
  width: 150px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  text-align: left;
}

.table-style02 div.name {
  text-align: left;
}

.table-style02 div.name a {
  color: #616263;
}

.table-style02 div.time {
  width: 80px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  color: #5c5c5c;
}

.table-style02 div.language {
  width: 80px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  color: #5c5c5c;
}

.table-style02 div.btn-td {
  width: 80px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  padding: 0 5px;
}

.table-style02 div.btn-td a {
  display: block;
  background-color: #8a8a8a;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.table-style02 div.btn-td a:hover {
  background-color: #d47c7c;
}

.table-style02 div.btn-td .btn-read {
  background-color: #40dad2;
}

.table-style02 div.btn-td .btn-download {
  background-color: #f8aa34;
}

.table-style02 .tr-lis:nth-child(odd) {
  background-color: #f7f7f7;
}

.table-style02 .text-left {
  text-align: left;
}

.table-style02.orange .th-lis {
  background-color: #f78400;
}

.table-style02.orange .tr-lis:nth-child(odd) {
  background-color: #fff2e1;
}

.ol-lsit {
  /*
    list-style: decimal;
    */
  padding-left: 20px;
}

.ol-lsit h3 {
  margin-bottom: 5px;
  color: #000000;
}

.ol-lsit li {
  padding-bottom: 20px;
  color: #595959;
}

.red {
  color: #ff0011;
}

.blue {
  color: #6062ce;
}

.b-yellow {
  display: inline-block;
  padding: 5px 20px;
  background-color: #eff13f;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4em;
}

.w-full {
  width: 100%;
}

.max-600 {
  max-width: 600px;
  margin: 0 auto;
}

.max-500 {
  max-width: 500px;
  margin: 0 auto;
}

.max-400 {
  max-width: 400px;
  margin: 0 auto;
}

.m-center {
  margin: 0 auto;
}

.t-center {
  text-align: center;
}

.search-box {
  clear: both;
  border-radius: 5px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px #e0e0e0 solid;
}

.search-box .left-area {
  margin-right: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box .left-area span {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 80px;
}

.search-box .left-area input {
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  width: calc(100% - 80px);
}

.search-box button {
  float: right;
  width: 80px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  font-family: Noto Sans TC;
  font-size: 16px;
  background-color: #2990df;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box button:hover {
  background-color: #4c4e92;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box {
  clear: both;
  border-radius: 5px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px #e0e0e0 solid;
}

.search-box .left-area {
  margin-right: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box .left-area span {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 80px;
}

.search-box .left-area input {
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  width: calc(100% - 80px);
}

.search-box button {
  float: right;
  width: 80px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  font-family: Noto Sans TC;
  font-size: 16px;
  background-color: #2990df;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box button:hover {
  background-color: #4c4e92;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box02 {
  clear: both;
  border-radius: 5px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px #e0e0e0 solid;
  margin-bottom: 10px;
}

.search-box02 .left-area {
  float: left;
  width: calc(100% - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box02 .left-area span {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 90px;
  padding-right: 10px;
  line-height: 28px;
}

.search-box02 .left-area input {
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  width: calc(100% - 80px);
}

.search-box02 .left-area select {
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  width: calc(50% - 40px);
  margin-right: 10px;
}

.search-box02 button {
  width: 80px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  font-family: Noto Sans TC;
  font-size: 16px;
  background-color: #2990df;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-box02 button:hover {
  background-color: #4c4e92;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-track {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.btn {
  text-align: center;
  padding: 10x 0 0 0;
}

.btn a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #79633b;
  color: #ffffff;
}

.member-lebel {
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px #e64d4d solid;
}

.member-lebel label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 10px;
  text-align: center;
  color: #000;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.member-lebel label.active {
  background-color: #e64d4d;
  color: #ffffff;
}

.member-lebel label:hover {
  background-color: #eb8f25;
  color: #ffffff;
}

.pdf-download a {
  color: #0097e0;
  display: block;
  margin-bottom: 5px;
}
/*# sourceMappingURL=main.css.map */