@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*body {
  line-height: 1;
}*/
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input,
select,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: initial;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:focus {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

.clearfix::after {
  /*--給最外層容器--*/
  content: "";
  clear: both;
  display: table;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt15 {
  margin-top: 15px !important;
}

.jc-center {
  justify-content: center !important;
}

.al-center {
  align-items: center !important;
}

/*---手機相關元件設定----*/
.display-mobile {
  display: none;
}

.mobile-menu {
  display: none;
}

/*--------------------*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, calibri, Arial, Helvetica, sans-serif;
}

body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: url(../images/web_background.png) no-repeat center top, #f4f4f4;
  color: #000;
  font-size: 18px;
}

body>* {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  height: 178px;

  max-width: 1852px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  padding-top: 29px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wrapper {
  width: 1255px;
  margin: 0 auto;
}

.top-bar {
  background: #005178;
  color: #fff;
  font-size: 18px;
  padding: 0 24px;
  height: 42px;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 75px 75px 0 75px;
  margin-bottom: 19px;
}

.top-bar.mobile {
  display: none;
}

.top-tel-iofo {
  background: url(../images/icon_service.svg) no-repeat center left;
  padding-left: 37px;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
  min-height: 26px;
}

a.top-tel-iofo {
  color: #fff;
}

.language {
  align-items: center;
  padding-right: 10px;
  padding-left: 37px;
  min-height: 26px;
  color: #fff;
  background: url(../images/icon_language.svg) no-repeat center left;
}

.language:hover {
  color: #c8edff;
}

.header-menu {
  flex-direction: column;
  padding-top: 20px;
  align-items: end;

}


.logo {

  flex: none;

}

.logo img {
  max-width: 100%;
  height: auto;
}

.menu {
  margin-left: auto;
  position: relative;
  font-size: 20px;
  align-items: center;
  padding-right: 13px;
  height: 68px;
  padding-left: 150px;
  background: linear-gradient(to right, rgba(0, 149, 222, 0) 0%, rgba(0, 81, 120, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.menu>li>a {
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  height: 68px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* .menu > li > a.back-home{width: 89px;}
.menu > li.menu-product > a{width: 174px;} */
.menu>li>a:hover,
.menu>li>a.active {
  background: #FF5E00;
}




/* .menu > li.menu-product > a:hover:before{
  position: absolute;
  content: "";
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
height: 0;
border-style: solid;
border-width: 12px 8px 0 8px;
border-color: #0058A5 transparent transparent transparent;
}

 .menu-product-list {
    margin: 0;
    border-top: 5px solid #0058A5;
    border-bottom: 3px solid #0058A5;
    position: absolute;
    left: -200px;
    width: 937px;
    color: inherit;
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: none;
    z-index: 50;
  }
  

.menu-product-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px 0;
}
.menu-product-list ul li{
  width: 33.3%;
}
.menu-product-list ul li a{
  display: flex;
  align-items: center;
  color: #464646;
  padding: 7px 9px;
}

.menu-product-list ul li a:hover .np-desc h3{
  color: #0058A5;
}
.menu-product-list ul li a:hover .np-img{
  border-color: #0058A5;
} */

.np-img {
  width: 56px;
  height: 56px;
  margin-right: 9px;
  flex: none;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.np-img img {
  width: 80%;
  height: auto;
}

.np-img-big img {
  width: 150%;
}

.np-desc h3 {
  font-size: 22px;
}

.np-desc p {
  font-size: 14px;
  color: #777;
}


.menu-standard {
  background: #f2efef;
  margin-top: 27px;
  position: relative;
}

.menu-standard ul {
  padding-top: 26px;
  padding-bottom: 8px;
}

.menu-standard h2 {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 0;
  right: 0;

}

.menu-standard h2 span {
  padding: 6px 16px;
  background: #ed1c24;
  color: #fff;
  display: inline-block;
  border-radius: 75px;
  font-weight: 700;
}

.menu-standard h2:after {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ed1c24;
  content: "";
  top: 19px;
}

.np-img-s1 img {
  width: 120%;
}

.img-rwd {
  width: 100%;
  height: auto;
}

.main {
  padding-top: 49px;
  position: relative;
}

.i-main {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 210px;
  /*pl   142 */
  padding-left: 182px;
  padding-right: 105px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

.index-desc {
  max-width: 640px;
  padding-top: 140px;
  padding-right: 30px;
}

.index-desc--title {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  color: #FF5E00;
  margin-bottom: 19px;
}

.index-desc--title::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 4px white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
}


.index-desc--subtitle {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #008FBD;
  margin-bottom: 20px;
}

.index-desc--subtitle::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 4px white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
}

.index-desc--text {
  font-size: 20px;
  position: relative;
  color: #fff;
  
}

.index-desc--text::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 2px #9F9F9F;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
}

.index-desc--img {
  margin-left: -8px;
  display: flex;
  margin-bottom: 16px;
}

.index-desc--img img {
  margin-right: 14px;
}


.i-side {
  width: 612px;
  border-radius: 20px;
  background: #fff;
  margin-left: 15px;
}

.i-side-tittle {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 16px 10px;
  background: #005178;
  border-radius: 20px 20px 0 0;
}

.i-side-body {
  padding: 16px;
  display: flex;
}

.is-left {
  width: 117px;
  text-align: center;
  margin-right: 22px;
}

.i-download {}

.i-download h2 {
  font-size: 24px;
  font-weight: 700;
  color: #3E3A39;
  margin-bottom: 10px;
}

.i-download ul {
  display: flex;
}

.i-download ul li {
  width: 50%;
  padding-right: 11px;
  position: relative;
}

.i-download ul li a {
  background: #E7E7E7;
  border-radius: 10px;
  padding: 7px;
  display: block;
  height: 100%;
  color: #000;
}

.i-download ul li a:hover {
  color: #005178;
}



.i-download ul li img {
  border-radius: 10px;
  width: 100%;
}

.i-download ul li {
  font-size: 16px;
  text-align: center;
}

.i-side-footer {
  background: #F0F0F0;
  padding: 17px 40px;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
}

.i-side-footer--tittle {
  font-size: 24px;
  color: #3E3A39;
  margin-bottom: 8px;
  font-weight: 700;
}

.i-side-footer--text {
  color: #005178;
  line-height: 1.3;
  margin-bottom: 15px;
}

.select-style01 {
  border-radius: 10px;
  border: 1px solid #9F9F9F;
  color: #3E3A39;
  padding-left: 18px;
  height: 52px;
  padding-right: 50px;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../images/select-arrow.svg) no-repeat right center, #fff;
}

.select-style01:after {
  position: absolute;
  width: 49px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
}


.select-btn {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #9F9F9F;
  color: #3E3A39;
  padding-left: 18px;
  height: 52px;
  padding-right: 50px;
  width: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
  /* Safari and Chrome */
  background: url(../images/select-arrow.svg) no-repeat right center, #fff;
}

.select-btn:after {
  position: absolute;
  width: 49px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
}


/*----mobile -----*/
.m-hamburger {
  position: relative;
  width: 52px;
  height: 52px;
  display: none;
  position: absolute;
  right: 0;
}

.m-hamburger i {
  opacity: 1;
  position: absolute;
  top: 0;
  margin-top: 6px;
  right: 0;
  margin-right: 11px;
  width: 40px;
  height: 6px;
  background-color: #309DD1;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.m-hamburger i:nth-child(1) {
  top: 0;
}

.m-hamburger i:nth-child(2) {
  top: 13px;
}

.m-hamburger i:nth-child(3) {
  top: 25px;
}

.m-hamburger.show {
  /*background-color: #2d54a5;*/
}

.m-hamburger.show i {
  background-color: #309DD1;
}

.m-hamburger.show i:nth-child(1) {
  top: -2px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-hamburger.show i:nth-child(2) {
  opacity: 0;
  width: 0;
}

.m-hamburger.show i:nth-child(3) {
  top: 26px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.default ol {
  padding-left: 1.2em;
  line-height: 1.5;
}

.default ol li {
  margin-bottom: 8px;
}

/*-----產品輪播-----*/
.product-slide-wrap {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 13px;
  margin-top: -71px;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 15px #ccc;
  margin-bottom: 32px;
  overflow: hidden;
}


.product-slide {
  padding: 20px 80px;
  position: relative;
}

.product-slide:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 5%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  background: url(../images/lightbox-ico-loading.gif) no-repeat center, #fff;
  pointer-events: none;
  opacity: 0;
  animation-name: slow;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.ps-item {
  animation-name: slow;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes slow {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}


@-moz-keyframes slow {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slow {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}



/*---(不太有用)-因為slick輪播載入時一次出現太多個，測試用這方法假裝沒出現那麼多個----*/
.product-slide li:nth-child(7),
.product-slide li:nth-child(8),
.product-slide li:nth-child(9),
.product-slide li:nth-child(10),
.product-slide li:nth-child(11),
.product-slide li:nth-child(12) {
  display: none;
}

/*--------*/

.ps-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
  padding-bottom: 5px;
}

.ps-photo {
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-photo img {
  max-width: 100%;
  height: auto;
}

.ps-name {
  font-size: 16px;
  color: #464646;
  text-align: center;
  margin-bottom: 7px;
}

.ps-item strong {
  border-radius: 75px;
  color: #fff;
  background: #ED1C24;
  display: inline-block;
  padding: 3px 13px;
  font-size: 16px;
}

.ps-item a:hover .ps-name {
  color: #0058A5;
}

.ps-item a:hover strong {
  background: #0058A5;
}

.ps-item a.active .ps-name {
  color: #0058A5;
}

.ps-item a.active strong {
  background: #0058A5;
  position: relative;
}

.ps-item a.active strong:before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -5px;
  width: 0;
  z-index: 100;
  transform: translateX(-50%);
  left: 50%;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3f51b5 transparent transparent transparent;
}



.title-text {
  color: #0058A5;
  font-size: 22px;
  margin-bottom: 13px;
  font-weight: 700;
}

.position {
  padding-left: 12px;
  width: 427px;
  margin-right: 28px;
}

.position article {
  line-height: 1.7em;
}

.position-list {
  margin-left: -12px;
  margin-top: 8px;
}

.position-list li {
  width: 33.3%;
  padding: 0 8px;
  text-align: center;
}


.position-list li img {
  max-width: 124px;
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 6px;
}

.honor-top {
  justify-content: space-between;
}

.honor-top h2 {
  padding-left: 7px;
}



.honor-item {
  margin-right: 14px;
  padding: 17px 30px;
  overflow: hidden;
  width: 604px;
  justify-content: space-between;
  align-items: center;
}

.d-pdf {
  padding: 8px 14px 14px 14px;
  text-align: center;
}

.d-pdf a {
  padding: 0 10px 10px;
}

.d-pdf img {
  max-width: 138px;
  height: auto;
  width: 100%;
}

.honor1 {
  max-width: 330px;
  width: 100%;
  height: auto;
}

.honor2 {
  max-width: 144px;
  width: 100%;
  height: auto;
}

.d-pdf h3 {
  margin-bottom: 5px;
}

.sm {
  font-size: 14px;
  color: #666;
}

.grt-cookie {
  display: none;
  padding: 20px 10px 19px;
  color: #fff;
  background: rgba(70, 70, 70, 1);
  line-height: 1.5em;
  font-size: 16px;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.grt-cookie i {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url(../images/icon-hint.png) no-repeat;
  background-size: 100%;
  flex: none;
  margin-left: 25px;
  margin-right: 12px;
}

.grt-cookie-active {
  display: block;
}

.footer {
  max-width: 1852px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 130px;
  width: 100%;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.company-name {
  padding-left: 14px;
}

.company-name h1 {
  font-size: 28px;
  font-weight: 700;
}

.company-name h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: -4px;
  color: #008FBD;
}

.footer-info {
  font-size: 18px;
  display: flex;
  align-items: center;

}

.footer-info a {
  color: #000;
}

.footer-info a:hover {
  text-decoration: underline;
}

.c1,
.c2 {
  flex-direction: column;
}

.c1 {
  margin-right: 50px;
  margin-left: 15px;
}


.footer-info section p {
  margin-bottom: 2px;
}

.banner-wrapper {
  max-width: 1852px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 32px;
}

.banner img {
  height: 852px;
}

.banner.inner-banner img {
  height: 303px;
}


/*----內頁---*/


.inner-set.product-slide-wrap {
  margin-top: -158px;
}

.title-big {
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  color: #005178;
  margin-bottom: 18px;
}

.title-big.have-icon {
  display: flex;
  align-items: flex-end;
}


.profile-info {
  padding-top: 10px;
  line-height: 2;
  margin-bottom: 70px;
}

.prifolio-part2 {
  justify-content: space-between;
}


.white-wrap {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #008FBD;
  padding: 15px;
}

.prifolio-part2 section {
  width: 48.5%;
}

.prifolio-part2 {
  margin-bottom: 32px;
}

.prifolio-part2 .white-wrap {
  height: 534px;
}

.history {
  padding: 26px 26px 26px 57px;
  line-height: 2;
  margin-bottom: 32px;
}

.img-rwd2 {
  max-width: 100%;
  height: auto;
}

.content .img-rwd2 {
  width: auto;
}

.work-step {
  flex-wrap: wrap;
  margin: 0 -1%;
}

.work-step li {
  width: 20%;
}

.work-step li img {
  max-width: 100%;
  height: auto;
}

.work-note {
  font-size: 22px;
  color: #ED1C24;
  text-align: center;
  margin-bottom: 24px;
}

.default-title {
  font-size: 22px;
  color: #0058A5;
  margin-bottom: 22px;
  font-weight: 700;
}

.default-p {
  line-height: 2;
  margin-bottom: 25px;
}

.work-article {
  margin-bottom: 25px;
}

.produce-line {
  padding: 27px 53px 17px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.produce-line section {
  width: 48.5%;
}

.produce-line p {
  padding: 10px;
  text-align: center;
}

.produce-line p.pl-first {
  padding-top: 5px;
  padding-bottom: 8px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.process-capability,
.quality {
  padding: 34px 50px;
}

.process-capability-part01,
.process-capability-part02 {
  justify-content: space-between;
  align-items: center;
}

.pap01-desc {
  padding-right: 98px;
}

.pap01-photo {
  flex: none;
  padding-right: 20px;
}

.process-capability-part02 li {
  width: 48.5%;
}

.gray-table {
  border: 1px solid #c1c1c1;
  background: #fff;
  background: #DBE5F1;
  font-size: 16px;
  width: 100%;
  color: #0058A5;
}

.gray-table tr:nth-child(odd) {
  background: #f3f3f3;
  background: #0058A5;
  color: #fff;
}

.gray-table th {
  border-right: 1px solid #c1c1c1;
  padding: 17px 15px 17px 20px;
  text-align: left;
  width: 210px;
}

.gray-table td {
  padding: 17px 8px 17px 8px;
}

.i-check {
  display: inline-block;
  background: url(../new/check2.png) no-repeat;
  width: 26px;
  height: 28px;
  vertical-align: middle;
  margin-right: 6px;
}

.gray-table tr:nth-child(odd) .i-check {
  background: url(../new/check1.png) no-repeat;
}

.gray-table span {
  display: inline-block;
  vertical-align: middle;
}








.quality-photo {
  margin-top: 17px;
  justify-content: space-between;
}

.qp-01 {
  flex-direction: column;
}

.qp-01 img+img {
  margin-top: 10px;
}

.qp-01 {
  width: 30%;
}

.qp-02 {
  width: 30.8%;
}

.qp-03 {
  width: 34.5%;
}


.factory {
  flex-direction: column;
}

.download-area {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 23px;
}

.download-area>section .white-wrap {
  min-height: 588px;
}

.download-area .book {
  width: 51%;
}

.download-area .our-honor {
  width: 48%;
}

.book ul {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px;
}

.book ul li {
  width: 47%;
  text-align: center;
}

.our-honor .white-wrap {
  padding: 27px 48px 20px 37px;
}

.our-honor .d-flex {
  flex-direction: column;
}

.our-honor .o-honor-item {
  flex-direction: row;
  justify-content: space-between;
}

.oh1 img {
  max-width: 330px;
  width: 100%;
  height: auto;
}

.oh2 img {
  max-width: 139px;
  width: 100%;
  height: auto;
}

.gallery a {
  display: block;
  margin-bottom: 16px;
  color: #464646;
}

.gallery a:hover {
  color: #0058A5;
}

.download-area .default-title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}

.contact-text {
  margin-bottom: 22px;
  text-align: center;
}


.contact-form-area {
  /* flex-direction: column;
  padding: 25px; */
  width: 950px;
  margin: 0 auto;
  margin-bottom: 63px;
}

.contact-item {
  margin-bottom: 17px;
  align-items: center;
}

.contact-item h3 {
  width: 200px;
  text-align: right;
  padding-right: 18px;
}

.write {
  width: calc(100% - 110px);
}

.input-style {
  border: 1px solid #9F9F9F;
  border-radius: 10px;
  padding: 5px 8px;
  padding-left: 25px;
  height: 52px;
  width: 100%;
  background: #fff;
  font-size: 18px;
}

.input-style:focus {
  border-color: #0058A5;
}

textarea.input-style {
  max-width: 764px;
  height: 200px;
}

select.input-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: inherit;
  padding-right: 32px;
  background: url(../images/arrow.svg) no-repeat calc(100% - 10px) center, #fff;
}


.write-hint {
  text-align: center;
  color: #FF5E00;
  margin-bottom: 24px;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.contact-form {
  width: 884px;
  margin: 0 auto;
}

/*----*/
.btn-default {

  padding: 10px 88px;
  border: none;
  text-align: center;
  color: #fff;
  background: #005178;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 15px;
  font-size: 20px;
}

.contact-form .btn-default {
  width: 100%;
  max-width: 360px;
  height: 60px;
}


.btn-default:hover {
  background: rgb(0, 64, 120);
}

.btn-area {
  margin-top: 16px;
}

.btn-download {
  padding: 6px 26px;
  font-size: 22px;
}

.product-main-list-s2 .btn-download {
  margin-top: 8px;
}

.product-main-list-s2 strong {
  font-weight: 700;
  color: #005178;
}

.c-part2 {
  background: url(../images/c2.jpg) no-repeat;
  background-size: cover;
  padding-top: 43px;
  padding-bottom: 100px;
}

.note-text {
  color: #ED1C24;
  margin-top: 8px;
}

.callme {
  font-size: 22px;
  color: #ED1C24;
  margin-top: 23px;
}

.wel h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}

.wel h2:before {
  display: inline-block;
  content: "";
  width: 74px;
  height: 2px;
  background: #ab052c;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.wel p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-bottom: 33px;
}

.contact-way {
  margin-bottom: 32px;
}

.contact-way li {
  padding: 0 10px;
}

.contact-way li div,
.contact-way li a {
  padding: 14px 59px;
  color: #fff;
  background: rgba(196, 0, 0, 0.45);
  display: block;
  border-radius: 8px;
  white-space: nowrap;
}

.contact-way li a:hover {
  background: rgba(196, 0, 0, 0.8);
}

.map-wrap {
  margin-bottom: 5%;
}

.map {
  width: 100%;
  max-width: 1570px;
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;

}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.address {
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;

}

.address-text {
  margin-bottom: 15px;
  text-align: center;
}

/*----產品----*/
.product-top-list {
  display: flex;
  flex-wrap: wrap;
}

.product-top-list li {
  width: 25%;
  padding: 3px;
  margin-bottom: 10px;
}

.product-top-list li a {
  display: block;
  padding: 5px;
  border: 2px solid #e1e1e1;
}

.product-top-list li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.mb15 {
  margin-bottom: 15px !important;
}

/*--產品表格--*/
.common-t1 {
  width: 1155px;
  margin: 0 auto;
}

.common-t1 tr td:first-child {
  padding-left: 8px;
}

.common-t1 th,
.common-t1 td {
  vertical-align: middle;
}

.sp-title {
  color: #004386;
  background-color: #E8EFF4;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: 4px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #209ABF;
  border-bottom-color: #A0A0A0;
}

.sp-title2 {
  color: #004386;
  background-color: #E8EFF4;
  text-align: center;
  padding: 10px 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A0A0A0;
}

.sp-boxtext01 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #BFBFBF;
  padding-left: 5px;
}

.sp-boxtext02 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #BFBFBF;
  background-color: #F6F6F6;
  padding-left: 5px;
}

.sp-boxtext03 {
  color: #000;
  padding-bottom: 10px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #209ABF;
  padding: 7px 5px;
}

.p07-part03 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p07-part03 .sp-boxtext01,
.p07-part03 .sp-boxtext03 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p07-part03 .sp-boxtext01,
.p07-part03 .sp-boxtext03 {
  padding-left: 8px;
}

.p07-part03 .sp-title {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 4px;
  line-height: 2;
  vertical-align: middle;
}

.p07-part03 .sp-boxtext03 {
  border-bottom-width: 4px;
}



.products-head {
  display: flex;
}

.ph-photo-wrap {
  margin-right: 15px;

}

.ph-photo {
  background: #fff;
  border-radius: 15px;
  padding: 7px;
  border: 1px solid #008FBD;
  width: 406px;
  flex: none;
}

.ph-photo img {}

.ph-word {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #008FBD;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ph-word h2 {
  padding: 9px 21px;
  background: #008FBD;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.ph-word-body {
  padding: 21px;
  flex-grow: 1;
}

.ph-word p {
  line-height: 1.55;
  padding-left: 14px;
  margin-bottom: 8px;
}

.ph-word-body .blue-title {
  margin-bottom: 3px;
}

.blue-text {
  font-weight: 700;
  color: #008FBD;
}


.blue-area {
  margin-bottom: 8px;
  padding: 7px 20px;
  border-radius: 75px;
  color: #fff;
  font-weight: 700;
  background: #0058A5;
  width: 98%;
}

.customized-area {
  border-top: 1px dotted #9F9F9F;
  padding: 10px 9px 12px;
  text-align: center;
  color: #FF5E00;
  font-weight: 700;
}


.red-area {
  margin-bottom: 8px;
  padding: 5px 20px;
  border-radius: 75px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  background: #ED1C24;
  width: 98%;
}

.product-main-list-wrap {
  padding: 20px 30px 0;
}

.product-main-list,
.product-main-list-s2 {
  flex-wrap: wrap;
  width: 100%;
}

.product-main-list li {
  width: 18%;
  margin: 0 1%;
  margin-bottom: 23px;
  position: relative;

  border-radius: 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #464646;
  box-shadow: 0 0 9px #ccc;
}

.product-main-list.width-more li {
  width: 24%;
}


.product-main-list-s2 li {
  width: 18%;
  margin: 0 1%;
  margin-bottom: 23px;
  position: relative;
  text-align: center;
}


.product-main-list li a {
  display: block;
  padding: 15px;
  color: #464646;

  padding-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.product-main-list-s2 li a.look-photo {
  border-radius: 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #464646;
  box-shadow: 0 0 9px #ccc;

  display: block;
  padding: 15px;
  color: #464646;

  padding-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}



.product-main-list li a img,
.product-main-list-s2 li a.look-photo img {
  width: 100%;
  height: auto;
}

.product-main-list li a p {}

.product-main-list li a:hover,
.product-main-list-s2 li a.look-photo:hover {
  color: #008FBD;
}

.product-main-list li:hover:after,
.product-main-list-s2 li a.look-photo:hover:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  border: 3px solid #008FBD;
  z-index: 1;
}

.product-main-list-wrap .fancybox-caption {
  text-align: center !important;
}


.p01-part4 li {
  width: 20%;
  display: block;
  border-radius: 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #464646;
  box-shadow: 0 0 9px #ccc;
  padding: 15px;
  padding-bottom: 35px;
  text-align: center;
  position: relative;
  margin: 10px;
}

.p01-part4 li p {
  margin-top: 15px;
}

.p02-part02,
.p03-part02 {
  flex-wrap: wrap;
  display: flex;
}

.p02-part02 li {
  width: 25%;
  text-align: center;
}

.p03-part02 li {
  width: 33.3%;
  text-align: center;
}

.p03-part02 {
  align-items: center;
}


.p09-part02 {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.p09-part02 li {
  width: 33.3%;
  text-align: center;
  padding: 0 10px;

}

.wrap-col4 {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.wrap-col4 li {
  width: 25%;
  text-align: center;
  padding: 0 10px;
}

.p09 .product-main-list li a {
  padding-bottom: 15px;
}

.point-wrap {
  flex-wrap: wrap;
  align-items: center;
  padding-left: 42px;
  padding-right: 40px;
}

.point-list {
  width: 60%;
  font-size: 22px;
  line-height: 1.4;
  padding-right: 15px;

}

.point-list li {
  min-height: 38px;
  margin-bottom: 22px;
  background: url(../images/icon-good.png) no-repeat 0 center;
  background-size: 41px;
  padding-left: 46px;
  padding-top: 4px;
}

.point-photo {
  flex: none;
  width: 40%;
}

.point-photo img {
  width: 100%;
  height: auto;
  max-width: 443px;
}

.set-blank-title {
  display: inline-block;
  white-space: nowrap;
}

.dark-blue-area {
  background: #003687;
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
}


.set-w-max {
  max-width: 807px;
}

.p-desc-mit {
  flex-direction: column;
  position: relative;
}

.p-desc-mit h2 {
  margin-bottom: 10px;
}

.icon-jis {

  display: inline-block;
  width: 85px;
  height: 85px;
  /* bottom: 12px;
  right: 10%; */
  margin-left: 8px;
}

.p11-instruction {
  flex-wrap: wrap;
  justify-content: space-between;
}

.p11-instruction li {
  width: 48%;
  text-align: center;
  font-size: 26px;
}

.p11-package {
  flex-wrap: wrap;
  justify-content: space-between;
}

.p11-package li {
  width: 30%;
  max-width: 337px;
  text-align: center;
  font-size: 26px;
}

.fd-column {
  flex-direction: column;
}

.download-all-info {
  margin-bottom: 30px;
  text-align: center;
}

.download-all-info .btn-default {
  padding-left: 45px;
  padding-right: 45px;
}


.p-table {
  width: 100%;
  max-width: 920px;
  margin-bottom: 5px;
  background: #fff;
}

.p-table th {
  background: #f2f2f2;
  padding: 15px;
  text-align: center;
}

.p-table td {
  text-align: center;
}

.p-table th,
.p-table td {
  border: 1px solid #666;
  vertical-align: middle;
}

.p-table th span {
  padding-left: 2px;
  display: inline-block;
}


.use-way {
  line-height: 2.1;
  font-size: 22px;
  padding-left: 75px;
}
.use-way ol li strong{
  font-weight: 700;
}
.p07-part03 {
  justify-content: center;
}

.p07-part03 table {
  width: 100%;
  max-width: 964px;
}

.text-white {
  color: #fff;
}

/* 內頁 */
.wrapper-sm {
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.wrapper--contact {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
}



.wrapper {
  max-width: 1852px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
  padding-bottom: 40px;
}

.content-wrapper {
  display: flex;

}

.inner-banner {
  margin-bottom: 43px;
}

.page-about {
  display: flex;
  flex-direction: column;

}

.unit-tittle--text {
  display: flex;
  align-items: flex-end;

}

.unit-tittle h2 {
  font-size: 32px;
  color: #005178;
  margin-right: 12px;
}

.unit-tittle h3 {
  font-size: 20px;
  color: #008FBD;
  padding-bottom: 2px;
}

.unit-tittle--service.unit-tittle h3 {
  padding-left: 12px;
}

.unit-tittle {
  width: fit-content;
  margin-bottom: 30px;
  min-width: 481px;
}

.unit-tittle--text {
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 7px;
}

.unit-tittle--line {
  background: #D9D9D9;
  height: 5px;
  display: block;
  width: 100%;
  position: relative;
}

.unit-tittle--line:after {
  position: absolute;
  left: 23px;
  top: 0;
  background: #008FBD;
  height: 5px;
  display: block;
  content: "";
  width: 299px;
}



.unit-tittle--service .unit-tittle--line:after {
  width: 370px;
  left: 28px;
}

.about-info-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.about-article {
  width: 55.5%;
  line-height: 1.55;
}

.about-article-top {
  color: #3E3A39;
  margin-bottom: 50px;
}

.fw-bold {
  font-weight: 700 !important;
}

.about-list {
  margin-left: -2px;
  margin-bottom: 5%;
}

.about-list li {
  margin-bottom: 16px;
  position: relative;

}

.about-list li:before {
  position: absolute;
  content: "✅";
}



.about-list li h4 {
  /* text-indent: -1.5rem;*/
  padding-left: 1.6rem;
}

.about-list p {
  padding-left: 1.6rem;
}

.about-info h3 {
  margin-bottom: 14px;
}

.about-photo {
  width: 38%;
  max-width: 494px;
}

.content {
  width: 100%;
  max-width: 1314px;
}

.content img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.about-photo img {
  width: 100%;
  height: auto;
}

.footer.inner {
  background: #fff;
  max-width: 100%;
  padding-left: 200px;
  padding-top: 22px;
  border-top: 3px solid #008FBD;
}



/*
Back to top button 
*/
#back-top {
  position: fixed;
  bottom: 144px;
  right: 70px;
  z-index: 10;
}

#back-top a {
  width: 69px;
  height: 69px;
  display: block;
  background: url(../images/top.svg) no-repeat center;
  background-size: contain;
  font-size: 0;
}

.nav-menu {
  width: 369px;
  margin-right: 66px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #008FBD;
  font-size: 20px;
  position: relative;
}

.nav-menu ul {
  padding: 15px;
}

.nav-menu ul li a {
  color: #000;
  display: flex;
  min-height: 82px;
  align-items: center;
  transition: background 0.3s ease;
  border-radius: 10px;
  padding-left: 18px;
}

.nav-menu ul.nav-product li a {
  padding-left: 12px;
  padding-right: 5px;
}

.nav-menu ul li a .nav-product-name p {
  color: #9F9F9F;
  font-size: 16px;
}

.nav-menu ul li a.active,
.nav-menu ul li a:hover {
  color: #fff;
  background: #1169AC;
}

.nav-menu ul li a.active p,
.nav-menu ul li a:hover p {
  color: #fff;
}

.nav-product:last-child {
  background: #E5F9FF;
}


.nav-product-icon {
  flex: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.nav-menu-title {
  background: linear-gradient(to right, #008FBD, #343E8B);
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  font-size: 24px;
  font-weight: 700;
}

.nav-menu-title span {
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
  padding-top: 2px;
}

.ability-list>li {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}

.al-photo {
  flex: none;
  width: 190px;
  margin-right: 47px;
}

.al-photo img {
  width: 100%;
  height: auto;
}

.standard-title {
  font-size: 24px;
  text-align: center;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #FF5E00;
  color: #fff;
  border-top: 1px solid #008FBD;
  border-bottom: 1px solid #008FBD;
}

.al-text h3 {
  font-weight: 700;
  color: #005178;
  margin-bottom: 16px;
}

.al-text {
  line-height: 1.55;
}

.article-title {
  margin-bottom: 22px;
  font-size: 32px;
  color: #005178;
  text-align: center;
}

.sub-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.white-box {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #9F9F9F;
  margin-bottom: 36px;
  width: 100%;
}

.photo-service_p1 {
  width: 100%;
  height: auto;
  max-width: 410px;
  margin: 0 auto;
  display: block;
}

.service_p-list {
  display: flex;
  flex-wrap: wrap;
}

.service_p-list li p {
  margin-top: 12px;
}

.service_p-list li {
  width: 50%;
  text-align: center;
  margin-bottom: 36px;
  padding: 10px;
}

.nav-menu--mobile {
  margin-bottom: 16px;
}

.sq-list {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.sq-list li {
  margin: 0 7px;
}

.sq-list li img {
  border: 1px solid #A8A8A8;
  border-radius: 10px;
}

.quality-list {
  margin-bottom: 60px;
}

.quality-list li {
  border: 1px solid #666B6D;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0;
}

.ql-photo {
  width: 353px;
  flex: none;
}

.ql-text {
  padding: 40px 58px 54px 64px;
}

.ql-text h3 {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #005178;
  font-weight: 700;
}

.ql-text h3 img {
  max-width: 33px;
  vertical-align: middle;
  margin-right: 12px;
  display: inline-block;
}

.sq-word {
  max-width: 1309px;
  padding-left: 10px;
  text-align: center;
  margin-bottom: 14px;
}

.table01 {
  background: #F6F6F6;
  width: 100%;
}

.table01 thead th {
  padding: 12px 22px;
}

.table01 tbody td,
.table01 tbody th {
  padding: 22px;
}

.padding-sm.table01 tbody td,
.padding-sm.table01 tbody th {
  padding: 12px;
}

.table01 th {
  color: #1169AC;
  font-size: 20px;
}

.table01 tbody th {
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted #A8A8A8;

  /* padding-left: 60px; */
  padding-left: 30px;
}

.table01 td {
  color: #666B6D;
  vertical-align: middle;
  border-bottom: 1px dotted #A8A8A8;
}

.table01 thead {
  border-bottom: 1px solid #A8A8A8;
}

.table01 thead th {
  background: #E8EFF4;
  vertical-align: middle;
  border-top: 4px solid #209ABF;
}

.table01 tbody tr:nth-child(odd) {
  background: #fff;
}

.table01 tbody tr:last-child th,
.table01 tbody tr:last-child td {
  border-bottom: none;
}

.have-v-line th,
.have-v-line td {
  border-right: 1px solid #209ABF;
}

.have-v-line tr th:last-child,
.have-v-line tr td:last-child {
  border-right: none;
}


.set-pd01 {
  padding: 30px;
}

ol li {
  margin-left: 1em;
}

.service2_PP-list {
  display: flex;
  flex-wrap: wrap;

  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.service2_PP-list li {
  width: 35%;
  text-align: center;
  margin: 0 2% 36px;
}

.service2_PP-list li:nth-child(2n) {
  width: 56.7%;
}

.service2_PP-list li img {
  max-height: 482px;
  margin-bottom: 8px;
}

.ql-photo img.set-border {
  border-right: 1px solid #666B6D;

}

.blue-box {
  padding: 20px 36px;
  background: #E5F9FF;
  border: 1px solid #008FBD;
  border-radius: 20px;
  margin-bottom: 22px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.blue-box h3 {
  color: #005178;
  margin-bottom: 22px;
  font-weight: 700;
}

.package-list {
  display: flex;
  justify-content: space-between;
}

.package-list li {
  width: 33.3%;
  padding-left: 20px;
  margin-bottom: 10px;
}


.s3-text {
  line-height: 1.55;
  margin-bottom: 14px;
}

.s3-text h4 strong {
  font-weight: 700;
}

.s3-photo img {
  max-width: 304px;
}

.circle-icon {
  padding-left: 1em;
  margin-bottom: 6px;
  line-height: 1.4;
  background: url(../images/circle02.svg) no-repeat left 10px;
}

.nav-menu ul.technology-list li a:hover .circle-icon,
.nav-menu ul.technology-list li a.active .circle-icon {
  background: url(../images/circle01.svg) no-repeat left 10px;
}

.nav-menu ul.technology-list li a:hover .circle-icon,
.nav-menu ul.technology-list li a.active .circle-icon {
  background: url(../images/circle01.svg) no-repeat left 10px;
}




.nav-menu ul.technology-list li a {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.8;
  min-height: auto;
}

.nav-menu ul.technology-list li a.active:hover .circle-icon {
  background: url(../images/circle01.svg) no-repeat left 10px;
}

.t-article {
  border-bottom: 1px dotted #9F9F9F;
  padding-bottom: 5%;
  padding-left: 12px;
  line-height: 1.55;
  margin-bottom: 3%;
}

.t-desc {

  display: flex;
  justify-content: space-between;
}

.t-left {
  padding-right: 44px;
  padding-top: 17px;
}

.t-left-second {
  color: #3E3A39;
  margin-top: 3%;
  margin-bottom: 3%;
}

.t-left-second p {
  margin-bottom: 3px;
}

.t-right {
  width: 647px;
  flex: none;
  margin-bottom: 3%;
}

.t-right ul {
  display: flex;
  flex-wrap: wrap;
}

.t-right ul li {
  width: 33%;
  padding: 10px;
}

.t-right ul li img {
  max-width: 201px;
}

.table01 thead .set-header-row th {
  border-top: 1px dotted #1169AC;
}

.table01.table01-style2 tbody th {
  padding-left: 22px;
}

.table01.table01-style2.padding-sm tbody th {
  padding-left: 12px;
}

.table01.table01-style2 tbody th,
.table01.table01-style2 thead th {
  font-size: 18px;
}

.table01.table01-style2 {
  background: #fff;
}

.table01.table01-style2 thead {
  border-bottom: 1px solid #A8A8A8;
}

.table01.table01-style2 tbody tr:last-child th,
.table01.table01-style2 tbody tr:last-child td {
  border-bottom: none;
}







.td-set-center {
  text-align: left;
  display: flex;
  justify-content: center;
}

.white-box.have-scroll {
  overflow-x: auto;
}

.blue-title {
  font-weight: 700;
  color: #005178;
}

.blue-sub-title {
  font-weight: 700;
  color: #1169AC;
}

.tech2 {
  padding: 44px;
  line-height: 1.55;
}

.tech2 p {
  margin-bottom: 20px;
}

.tech2 p:last-child {
  margin-bottom: 0;
}

.tech2 .sub-text {
  padding-left: 1.2em;
}

.tt-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.tt-list li {
  width: 33.3%;
  padding: 0 10px;
  margin-bottom: 29px;
}

.tt-list li p {
  margin-top: 15px;
  text-align: center;
}

.contact-ut-wrap {
  display: flex;
  justify-content: center;
}

.contact-top {
  padding-left: 50px;
  margin-bottom: 40px;
  color: #3E3A39;
}



.grt-cookie {
  font-size: 14px;
  padding: 10px;
}

.grt-cookie .wrapper {
  width: 1200px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grt-cookie i {
  width: 25px;
  height: 25px;
  background: url(../images/icon-hint.png) no-repeat;
  background-size: 25px;

  margin-left: 0;
  margin-right: 10px;
}

.have-bottom-line {
  border-bottom: 4px solid #209ABF !important;
}

.set-no-space {
  white-space: nowrap;
}

.nav-menu--mobile-title {
  font-weight: 700;
  font-size: 26px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 5px;
}

.nav-menu--mobile-list {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #1169AC;
  padding: 8px;
  margin-top: -18px;
}

.nav-menu--mobile-list li a {
  color: #000;
  padding: 5px 10px;
  display: block;
  border-radius: 8px;
}

.nav-menu--mobile-list li.active a {
  color: #fff;
  background: #1169AC;
}

.nav-menu--mobile-list li.active .circle-icon {
  background: url(../images/circle01.svg) no-repeat left 8px;
}

.nav-menu--mobile-list li .circle-icon {
  background: url(../images/circle02.svg) no-repeat left 8px;
}


.nav-menu--mobile {
  position: relative;
}

/* .nav-menu--mobile-list.page-resourse {
  padding-top: 40px;
} */

.set-color .sp-boxtext03,
.set-color .sp-boxtext02,
.set-color .sp-boxtext01 {
  color: #666B6D;
}

.common-t1.set-color tr td:first-child {
  color: #1169AC;
}



.need-text {
  color: #FF5E00;
}

/* 內頁選擇 產品 */
.mobile-select-product-list {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12000;
}

.mobile-select-product-list .nav-menu ul li a {
  min-height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

.mobile-select-product-list .nav-menu {
  width: 96%;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #b4b4b4;
  max-height: 90vh;
  overflow-y: auto;
}

.mobile-select-product-list.pc .nav-menu {
  max-width: 600px;
}

.mobile-select-product-list .nav-product li:last-child a {
  border: none
}

.mobile-select-product-list .nav-product:first-child {
  margin-top: -15px;
}

.mobile-select-product-list .standard-title {
  font-size: 22px;
}

.nav-menu--mobile-title2 {
  color: #393939;
  font-weight: 700;
  font-size: 22px;
  padding-left: 27px;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px solid #707070;
}

.mobile-select-product-list .nav-menu ul {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-select-product-list {
  display: none;
}

.mobile-select-product-list .nav-menu ul li a:active,
.mobile-select-product-list .nav-menu ul li a:hover {
  background: #777777;
}

.mobile-select-product-list.pc .nav-menu ul li a:active,
.mobile-select-product-list.pc .nav-menu ul li a:hover {
  color: #0079b3;
  background: transparent;
}





.close-mobile-select-product-list {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #333;
  z-index: 1000;
}

.close-btn {
  position: absolute;
  width: 50px;
  height: 60px;
  cursor: pointer;
  font-size: 0;
  right: 8px;
  top: 4px;
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  border-radius: 8px;
  height: 3px;
  background-color: rgb(114, 114, 114);
  transition: background-color 0.3s;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.common-list {
  margin-left: 1.5rem;
}

.common-list li {
  list-style-type: disc;
  margin-bottom: 1px;

}

/* 
.iso-link{
  padding: 15px;
  padding-bottom: 0;
}
.iso-link a {
  color: #000;
  display: block;
  padding: 12px 0;
  padding-left: 18px;
  border-radius: 10px;
}

.iso-link a:hover {
  color: #fff;
  background: #1169AC;
} */

.nav-menu--mobile .iso-link {
  position: absolute;

}

.nav-menu--mobile .iso-link a {
  padding-top: 6px;
  padding-left: 18px;
}

.copyright {
  max-width: 1852px;
  margin: 0 auto;
  display: flex;
  padding: 0 0 19px 92px;
  width: 100%;
  font-size: 12px;
}

.copyright.inner {
  background: #fff;
  max-width: 100%;
  padding-left: 210px;
}

/* .p-s2-set-height {
  min-height: 78px;
} */
.sercive1-photo ul {
  display: flex;
}

.sercive1-photo ul li {
  width: 50%;
  padding: 0 24px;
  margin-bottom: 60px;
}

.line-area {
  padding-right: 10px;
}

.line-area img {
  width: 100px;
  height: 100px;

}


/* 聯絡資訊-新 */
.contact-head {
  background: #fff;
  border-radius: 10px;
  display: flex;
  padding: 15px 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
}

.contact-head a {
  color: #000;
}

.line-area2 {
  text-align: center;
}

.line-area2 img {
  width: 120px;
  height: 120px;
}

.contact-head h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.c-fax {
  display: inline-block;
}

.c-tel {
  display: inline-block;
  padding-right: 16px;
}

.set-pd-sm {}

th.set-width-s01{
  min-width: 200px;
}
.vertical-top th,
.vertical-top td,
.vertical-top.table01 tbody th{
  vertical-align: top;
}


/*-----RWD----*/
.show-mobile-line {
  display: none;
}

.banner-wrapper--mobile,
.nav-menu--mobile,
.set-show1440,
.display-mobile-footer {
  display: none;
}

@media screen and (max-width: 1880px) {
  .i-main {
    padding-left: 120px;
  }
}

@media screen and (max-width: 1800px) {
  .common-t1 {
    width: 100%;
  }

  .t-right {
    width: 46.7%;
    flex: inherit;
  }

  .t-left {
    width: 50%;
    padding-right: 0;
  }

  .menu>li>a {
    padding: 0 20px;
    font-size: 18px;
  }

}


@media screen and (max-width: 1600px) {
  .ql-text {
    padding: 20px;
  }

  .product-main-list-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    margin-right: 26px;
  }

  .tech2 {
    padding: 20px;
  }

}

@media screen and (max-width: 1500px) {
  .ql-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 1440px) {

  .index-desc--img img {
    width: 100px;
  }

  .footer {
    padding-right: 0;
  }

  .footer.inner {
    padding-left: 32px;
  }

  .copyright.inner {
    padding-left: 92px;
  }

  #back-top {
    right: 10px;
  }

  .table01 tbody th {
    padding-left: 22px;
  }

  .s3-text p {
    min-height: 3em;
  }

  .table01-style2 {}

  .table01.table01-style2 tbody th,
  .table01.table01-style2 tbody td,
  .table01.table01-style2 thead th {
    font-size: 16px;
    padding: 8px;
  }

  .table01.table01-style2.padding-sm tbody th,
  .table01.table01-style2.padding-sm tbody td,
  .table01.table01-style2.padding-sm thead th {
    padding: 8px;
  }





  .t-left-second {
    display: none;
  }

  .t-left-second.set-show1440 {
    display: block;
  }


  .table01.set-pd-sm thead th {
    padding: 8px;
  }

  .table01.set-pd-sm tbody td,
  .table01.set-pd-sm tbody th {
    padding: 8px;
  }




}

@media screen and (max-width: 1442px) {
  .menu>li>a {
    font-size: 16px;
  }
  .set-sm-block{
    display: inline-block;
  }
}

@media screen and (max-width: 1366px) {
  .set-mobile-small-font.table01 th,
  .set-mobile-small-font.table01 td,
  .set-mobile-small-font.common-t1 th,
  .set-mobile-small-font.common-t1 td{
    font-size: 16px;
  } 

  /* .table01.set-pd-sm thead th {
    padding: 3px 5px;
}
.table01.set-pd-sm tbody td, .table01.set-pd-sm tbody th{
  padding: 3px 5px;
} */
  .sercive1-photo ul li {
    padding: 0 14px;
  }

  .ability-list>li {
    align-items: flex-start;
  }

  .product-main-list-wrap {
    padding: 20px 15px 0;
  }

  .grt-cookie .wrapper {
    width: 100%;
  }

  .tech2 {
    padding: 20px;
  }

  .menu {
    padding-left: 0;
  }



  .i-main {
    padding-left: 100px;
  }

  .index-desc--text {
    font-size: 16px;
  }

  .wrapper-sm {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .nav-menu {
    margin-right: 20px;
  }

}

@media screen and (max-width: 1260px) {
  .footer-img {
    display: none;
  }

  .wrapper--contact {
    width: 100%;
    padding: 0 20px;
  }


  .wrapper {
    width: 100%;
  }

  .menu>li>a {
    padding: 0 12px;
  }

  .index-desc--title {}

  .index-desc--subtitle {
    font-size: 22px;
  }

  .nav-menu {
    width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  

  .logo img {
    width: 320px;
  }

  .company-name h1 {
    font-size: 24px;
  }

  .company-name h2 {
    font-size: 16px;
    margin-top: -0;
  }

  .company-name {
    white-space: nowrap;
  }

  .c1 {
    margin-right: 6px;
  }

  .footer-info {
    font-size: 14px;
  }
}

/*----手機板開始---*/
.mobile-menu {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 10000;
  top: 96px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 14px solid #1564A0;
  background-color: #309DD1;
  color: #fff;
}

.mobile-menu .menu>li>a {
  display: block;
  color: #fff;
  font-size: 25px;
  padding: 10px 10px 10px 34px;
  height: auto;
}

.mobile-menu .menu-product-list li a {
  font-size: 18px;
  padding: 5px 0px;

}

.menu-product {
  position: relative
}

@media screen and (max-width: 1100px) {
  .menu {
    padding-right: 0;
  }

  .menu>li>a {
    padding: 0 8px;
  }
}

@media screen and (max-width: 1024px) {

  .show-mobile-line {
    display: block;
  }

  .show-pc-line {
    display: none;
  }

  .p11-package li,
  .p11-instruction li {
    font-size: 20px;
  }

  .t-article {
    padding-left: 8px;
  }

  .contact-ut-wrap {
    display: block;
  }

  .table01.table01-style2 tbody th .ma-title {
    /* width: 50px; */

  }

  .table01.table01-style2 tbody th,
  .table01.table01-style2 tbody td,
  .table01.table01-style2 thead th {
    font-size: 14px;
    padding: 4px;
  }

  .t-desc {
    flex-direction: column;
  }

  .t-left,
  .t-right {
    width: 100%;
  }

  .t-left-second {
    margin-top: 0;
  }

  .blue-box {
    padding: 20px;
  }

  .package-list li {
    padding: 0 10px;
  }



  .ql-photo img.set-border {
    border: 1px solid #666B6D;

  }

  .unit-tittle--text {

    padding-left: 0;
    padding-right: 0;
  }

  .unit-tittle h2 {
    margin-right: 0;
  }

  .unit-tittle--service.unit-tittle h3 {
    padding-left: 0;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px
  }

  .content-wrapper {
    flex-direction: column;
  }

  .nav-side {
    display: none;
  }

  #back-top {
    bottom: 10px;
  }

  #back-top a {
    width: 40px;
    height: 40px;
  }

  .m-hamburger {
    display: block
  }

  .header {
    position: fixed;
    height: 96px;
    background: #fff;
    padding: 0;
    padding-left: 12px;
    align-items: center;
  }

  .header .header-menu {
    display: none;
  }

  .main {
    padding-top: 96px;
  }

  .banner.display-pc {
    display: none;
  }

  .banner-wrapper--mobile,
  .banner.display-mobile,
  .nav-menu--mobile {
    display: block;
  }

  .i-main {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    position: relative;
    justify-content: initial;
    flex-direction: column;

  }

  .banner img {
    height: auto;
    vertical-align: top;
  }

  .banner-wrapper {
    padding: 0 0;
    margin-top: -6px;
  }

  .index-desc {
    display: none;
  }

  .i-side {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
  }

  .i-side-tittle,
  .i-side-footer {
    border-radius: 0;
  }

  /* .i-side-body {
    flex-direction: column;
  }

  .is-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-right: 0;
  } */

  .i-download h2 {
    text-align: center;
  }

  /* .is-left li {
    width: 33.3%;
  } */
  .is-left {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .i-download {
    width: calc(100% - 252px);
  }

  .is-left li img {
    max-width: 100%;
    height: auto;
  }

  .i-side-footer {
    background: #1169AC;
    padding: 16px;
    color: #fff;
    font-size: 20px;
  }

  .i-side-footer--tittle {
    text-align: center;
    color: #fff;
  }

  .i-side-footer--text {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .select-style01 {
    font-size: 20px;
  }

  body {
    background: #f4f4f4;
  }

  .footer {
    padding: 25px;
    padding-bottom: 6px;
    flex-direction: column;
  }

  .copyright {
    padding: 0 0 55px 71px;
  }

  .copyright.inner {
    padding-left: 78px;
  }

  .footer-logo {
    margin-left: 0;
  }

  .company-name {
    text-align: left;
  }

  .footer-img {
    display: none;
  }

  .footer-info {
    flex-direction: column;
  }

  .company-name h1 {
    font-size: 20px;
  }

  .company-name h2 {
    font-size: 16px;
  }

  .c1 {
    flex-direction: column-reverse;
  }

  .c1,
  .c2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 47px;
    width: 100%;
    padding-top: 0;
  }

  .line-area {
    padding-left: 47px;
    width: 100%;
    padding-right: 0;
  }

  .line-area img {
    width: 50px;
    height: 50px;
  }

  .display-pc-footer {
    display: none;
  }

  .display-mobile-footer {
    display: flex;
  }

  .footer-info section p {
    margin-bottom: 3px;
  }

  .logo {
    width: 280px;
  }

  .top-bar {
    background: #1564A0;
    font-size: 24px;
    padding: 0 15px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }

  .top-bar.mobile {
    display: flex;
  }

  .top-tel-iofo {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

  .menu {
    flex-direction: column;
    background: transparent;
    height: auto;
    font-size: 33px;
    align-items: flex-start;
    font-size: 700px;
    padding-right: 0;
  }

  .mobile-menu .menu>li {
    width: 100%;
  }

  .mobile-menu .menu>li>a {
    padding: 20px 38px;
    padding-left: 50px;
    font-size: 33px;
    width: 100%;
    border-bottom: 1px dotted #fff;
  }

  .top-tel-iofo,
  .language {
    height: auto;
  }

  .about-info-wrap {
    flex-direction: column;

  }

  .about-article {
    width: 100%;
  }

  .about-article-top {
    margin-bottom: 0;
  }

  .about-photo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .banner.inner-banner img {
    height: 198px;
  }

  .select-btn {
    font-size: 18px;
  }

  .unit-tittle {
    min-width: auto;
  }
}

/* //1024 END */

.btn-collapse-subnav {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 45px;
  height: 53px;
  /* border-left: 1px solid #ffffff36; */
  text-align: center;
  padding-top: 14px;
  z-index: 10
}

.btn-collapse-subnav:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
}

.btn-collapse-subnav:after {
  content: "";
  border-left: 1px solid #ffffff26;
  height: 50%;
  top: 30%;
  left: 0;
  width: 100%;
  display: inline-block;
  position: absolute;
}

.collapse:before {
  transform: rotate(45deg);
}

.collapse {
  padding-top: 10px
}

.language-area {
  justify-content: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #84afd4;
  border-top: 1px solid #84afd4;
}

.mobile-product-menu-list {
  display: block
}

.menu-product-list ul {
  padding: 10px 10px 10px 34px;
}

.menu-product-list ul li {
  width: 100%;
}

.menu-product-list {
  margin: 0;
  border: none;
  position: relative;
  left: 0;
  width: 100%;
  color: inherit;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.np-img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  flex: none;
  border-radius: 5px;
}

.np-desc h3 {
  font-size: 17px;
}

.menu-standard h2:after {
  display: none
}

.menu-standard h2 {
  text-align: left;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background: #ED1C24;
}

.menu-standard h2 span {
  padding: 4px 4px 4px 34px;
  font-weight: 400
}

.menu-standard {
  margin-top: 0
}




.ps-photo img {
  height: 57px
}

.ps-photo {
  height: 57px;
}

.d-pdf {
  display: none
}

.honor-item {
  width: 100%;
  margin-right: 0
}

.sm {
  padding-top: 5px;
}

.honor-item {
  padding: 12px 16px;
}

.company-name {
  margin-right: auto;
}

.footer .wrapper {
  padding: 34px 37px;
}

.footer-info {
  font-size: 16px;
}

.product-slide {
  padding: 10px 32px 12px;
}

.pap01-desc {
  padding-right: 28px;
}

.inner-set.product-slide-wrap {
  margin-top: -100px;
}


.our-honor .white-wrap {
  padding: 20px;
}

.use-way {
  padding-left: 20px;
  line-height: 1.8;
}

.contact-form {
  width: 100%;
}

textarea.input-style {
  max-width: 100%;
}



.blue-area,
.red-area {
  border-radius: 20px;
}

.point-wrap {
  padding-left: 15px;
  padding-right: 15px
}

.point-list {
  font-size: 18px
}

.dark-blue-area {
  margin-top: 20px;
  font-size: 20px
}

.product-main-list-s2 li {
  width: 23%;
}

.btn-download {
  font-size: 20px
}

.p07-part03 .sp-title {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.p07-part03 {
  font-size: 16px
}

.p07-part03 .sp-boxtext01,
.p07-part03 .sp-boxtext03 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p07-part03 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p07-part03 table .sp-title span {
  display: block;
}


@media screen and (max-width: 1023px) {
  .contact-form-area {
    width: 100%;
  }

  .input-style {
    padding-left: 10px;
  }

  .display-mobile {
    display: block;
  }

  .display-pc {
    display: none;
  }

  .prifolio-part2 section {
    width: 100%;
  }

  .prifolio-part2 {
    flex-wrap: wrap;
  }

  .prifolio-part2 section+section {
    margin-top: 20px
  }

  .history {
    padding: 20px;
  }

  .prifolio-part2 .white-wrap {
    height: auto;
  }

  .title-big {
    margin-bottom: 12px;
  }

  .profile-info {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .common-t1 {
    width: 100%;
    font-size: 14px
  }

  .sp-boxtext02,
  .sp-boxtext01,
  .sp-title {
    padding-top: 3px;
    padding-bottom: 3px
  }

  .ph-word h2 {
    font-size: 30px;
  }

  .product-main-list li a {
    padding-bottom: 15px;
  }

  .point-list li {
    margin-bottom: 15px;
    background-size: 20px;
    padding-left: 26px;
  }

  .unit-tittle {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .unit-tittle--text {
    align-items: center;
    flex-direction: column;
    padding: 0 8px 8px;
  }

  .unit-tittle--line:after,
  .unit-tittle--service .unit-tittle--line:after {
    left: 5%;
    width: 90%;
  }

  .inner-banner {
    margin-bottom: 16px;
  }






}

/* //1023END */


@media screen and (max-width: 800px) {

  .ps-item strong {
    font-size: 14px;
  }

  .footer .wrapper {
    padding: 15px;
  }

  .white-box {
    border-radius: 10px;
  }

  .work-step li {
    width: 33%;
  }

  .work-step {
    justify-content: center
  }

  .produce-line,
  .process-capability,
  .quality {
    padding-left: 20px;
    padding-right: 20px
  }

  .process-capability-part01 {
    flex-wrap: wrap;
  }

  .pap01-desc,
  .pap01-photo {
    padding-right: 0;
    width: 100%
  }

  .pap01-photo {
    margin-bottom: 25px
  }

}

@media screen and (max-width: 768px) {
  /* .p-s2-set-height {
    min-height: 78px;
  } */

  .package-list {
    flex-direction: column;
    align-items: center;
  }

  .package-list li {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  .s3-photo {
    width: 45%;
    flex: none;
  }

  .s3-text {
    padding-left: 14px;
    padding-top: 20px;
  }

  .s3-text p {
    min-height: auto;
  }

  .table01 tbody td,
  .table01 tbody th,
  .table01 thead th {
    padding: 10px;
  }

  .table01 th {
    font-size: 16px;
  }

  .quality-list li {
    flex-direction: column;
    padding-top: 22px;
  }

  .quality-list li img {
    border-radius: 20px;
  }

  .ql-text {
    padding: 20px;
  }

  .white-box {
    padding: 10px;
  }

  .service_p-list li {
    margin-bottom: 0;
  }

  .i-side-body {
    flex-direction: column;
  }


  .is-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-right: 0;
    flex-direction: row;
  }

  .i-download {
    width: 100%;
    margin-bottom: 8px;
  }

  .i-download h2 {
    text-align: center;
  }

  .is-left li {
    width: 33.3%;
  }


  .footer .wrapper {
    flex-wrap: wrap;
  }

  .company-name,
  .footer-info {
    width: 100%
  }



  .hint-cookie {
    padding: 9px 35px 9px 10px;
  }

  .gray-table th {
    padding: 17px;
    padding-right: 10px
  }

  .i-check,
  .gray-table tr:nth-child(odd) .i-check {
    width: 14px;
    background-size: contain;
    height: 14px;
  }

  .default-title {
    text-align: center;
  }

  .download-area .book {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
  }

  .download-area>section .white-wrap {
    min-height: auto;
  }

  .download-area .our-honor {
    width: 100%
  }

  .contact-way {
    flex-wrap: wrap;
  }

  .contact-way li {
    width: 100%;
    text-align: center;
  }

  .contact-way li+li {
    margin-top: 10px;
  }

  .products-head {
    flex-direction: column;
  }

  .ph-photo-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .ph-photo {
    width: 100%;
    text-align: center;
  }

  .ph-photo img {
    max-width: 353px;
  }

  .ph-word {
    width: 100%
  }

  .p09 .ph-word {
    width: 100%
  }

  .products-head {
    justify-content: space-between;
  }

  .product-main-list-wrap {}

  .product-main-list li,
  .product-main-list-s2 li,
  .product-main-list.width-more li {
    width: 31%
  }

  .p01-part4 li {
    width: 33%
  }

  .icon-jis {
    width: 50px;
    height: 50px;
    /* bottom: 6px;
    right: -5px; */
  }
}


@media screen and (max-width: 767px) {
  .al-photo {
    width: 120px;
    margin-right: 20px;
  }

  .p-s2-set-height {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .s3-text {
    padding-top: 5px;
  }

  .table01.set-mobile-small-font,
  .table01.set-mobile-small-font th {
    font-size: 14px;
  }

  .sub-title {
    font-size: 22px;
  }

  .article-title,
  .unit-tittle h2 {
    font-size: 24px;
  }

  .sercive1-photo ul {
    flex-direction: column;
  }

  .sercive1-photo ul li {
    width: 100%;
    padding: 0 3px;
    margin-bottom: 10px;
  }

  .sercive1-photo {
    margin-bottom: 20px;
  }

  .customized-area {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ph-word-body {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hint-cookie {
    font-size: 13px;
  }

  .hint-cookie i {
    width: 37px;
    height: 37px;
  }

  .point-list {
    padding-right: 0;
    width: 100%
  }

  .point-photo {
    width: 100%;
    text-align: center;
  }

  .position,
  .honor {
    width: 100%;
  }

  .title-text {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }

  .position {
    padding: 0 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sm {
    display: none
  }

  .honor-top h2 {
    padding-left: 0;
  }



  .honor2,
  .honor1 {
    width: 90%
  }

  .hint-cookie i {
    margin-left: 0
  }

  .hint-cookie {
    padding: 9px 10px;
    text-align: justify;
  }

  .ph-photo-wrap {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .ph-photo img {
    max-width: 353px;
  }

  .ph-word {
    width: 100%
  }

  .products-head {
    flex-wrap: wrap;
  }

  .ph-word h2 {
    text-align: center;
  }

  .red-area {
    font-size: 20px
  }

  .red-area,
  .blue-area {
    width: 100%
  }

  .product-main-list li a,
  .product-main-list-s2 li a.look-photo {
    padding: 5px;
  }

  .product-main-list li,
  .product-main-list-s2 li a.look-photo {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
  }

  .product-main-list-s2 li a.look-photo {
    margin-bottom: 0
  }

  .product-main-list li:hover:after,
  .product-main-list-s2 li a.look-photo:hover:after {
    border-radius: 5px;
  }

  .product-main-list-s2 li {
    width: 48%;
  }

  .p01-part4 li p {
    margin-top: 6px;
  }

  .p01-part4 li {
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    padding: 5px;
    padding-bottom: 20px;
    margin: 5px;
  }

  .p01-part3 {
    flex-direction: column;
  }

  .p01-part3 li {
    margin-bottom: 5px
  }

  .grt-cookie {
    font-size: 12px
  }

  .tt-list li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {

  .contact-item {
    flex-wrap: wrap;
  }

  .contact-item h3,
  .write {
    width: 100%
  }

  .contact-item h3 {
    margin-bottom: 5px;
    text-align: left;
    padding-right: 0;
    padding-left: 5px;
  }

  .contact-head {
    flex-direction: column;
  }

  .line-area2 {
    margin-top: 15px;
  }

  .contact-top {
    padding-left: 0;
  }

  .mobile-menu .menu>li>a {
    font-size: 24px;
  }

  .ph-word p {
    padding-left: 0;
    margin-bottom: 18px;
  }

  .map {
    padding-bottom: 85%;
  }

  .set-blank-title {
    width: 100%;
    display: block;
  }

  .set-no-space {
    white-space: inherit;
  }

  .table01 tbody td,
  .table01 tbody th,
  .table01 thead th {
    padding: 5px;
  }

  .service2_PP-list {
    margin-top: 10px;
  }

  .sq-list li {
    margin: 1%;
    width: 30%;
  }

  .sq-list {
    flex-wrap: wrap;
  }

  .c1 {
    margin-right: 0;
  }

  .company-name {
    font-size: 16px;
  }

  .footer-info section p {
    margin-bottom: 3px;
  }





  .ps-item strong {
    font-size: 12px;
    padding: 2px 8px;
  }

  .product-slide-wrap {
    border-radius: 8px;
    margin-top: -71px;
    margin-bottom: 15px;
  }

  body {
    font-size: 16px
  }

  .work-note {
    font-size: 16px
  }

  .title-big,
  .ph-word h2 {
    font-size: 20px
  }

  .default-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .p-table {
    font-size: 14px
  }

  .p-table th {
    padding: 5px;
  }

  .p-table th span {
    display: block;
  }

  .p07-part03 {
    font-size: 14px;
  }

  .gray-table th {
    width: 170px;
    padding: 10px;
  }

  .gray-table td {
    padding: 10px 8px;
  }

  .i-check,
  .gray-table tr:nth-child(odd) .i-check {
    margin-right: 5px
  }

  .top-bar {
    font-size: 18px;
  }


  .al-photo {

    margin-right: 0;
  }

  .al-text h3 {
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
  }

  .ability-list>li {
    flex-direction: column;
    margin-bottom: 26px;
    align-items: center;
  }

  .product-main-list li,
  .product-main-list-s2 li,
  .product-main-list.width-more li {
    width: 48%;
  }

  .p01-part4,
  .p01-part4.jc-center {
    flex-wrap: wrap;
    justify-content: space-between !important;
  }

  .p01-part4 li {
    width: 48%;
    margin: 0;
    margin-bottom: 12px;
  }

  .nav-menu--mobile-list li.active .circle-icon {
    background: url(../images/circle01.svg) no-repeat left 6px;
  }

  .nav-menu--mobile-list li .circle-icon {
    background: url(../images/circle02.svg) no-repeat left 6px;
  }

}

@media screen and (max-width: 414px) {
  .s3-text {
    font-size: 14px;
  }

  .nav-menu--mobile-title2,
  .mobile-select-product-list .nav-menu ul {
    font-size: 16px;
  }

  .mobile-select-product-list .standard-title {
    font-size: 16px;
  }

  .ql-photo img.set-border {
    border: none;

  }

  .quality-list li img {
    border-radius: 0;
  }

  .ql-photo {
    width: 100%;
  }

  .quality-list li {
    padding-top: 0;
  }

  .produce-line section {
    width: 100%
  }

  .produce-line {
    flex-wrap: wrap;
  }

  .pap01-photo img {
    max-width: 200px;
  }

  .produce-line,
  .process-capability,
  .quality {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .qp-01 {
    width: 100%;
    margin-bottom: 12px
  }

  .qp-02 {
    width: 45%
  }

  .qp-03 {
    width: 50.5%
  }

  .quality-photo {
    flex-wrap: wrap;
  }

  .gray-table th {
    padding: 10px;
  }

  .gray-table td {
    padding: 10px 5px;
  }

  .produce-line,
  .process-capability,
  .quality {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-wrap {
    border-radius: 8px;
  }

  .book ul,
  .our-honor .white-wrap {
    padding: 12px;
  }

  .fancybox-caption {
    font-size: 18px;
    padding: 20px;
  }

  .address-text {
    font-weight: 400;
    font-size: 18px;
  }

  .address {
    padding-top: 15px;
    padding-bottom: 15px;
  }



  .contact-form-area {
    margin-bottom: 40px;
  }

  .contact-form select.input-style {
    padding-left: 18px
  }

  textarea.input-style {
    height: 100px
  }

  .btn-default {
    font-size: 20px
  }

  .btn-download {
    font-size: 18px;
  }

  .wel h2 {
    font-size: 30px
  }

  .c-part2 {
    padding-bottom: 50px
  }

  .common-t1 {
    font-size: 12px
  }

  .common-t1-wrap {
    padding: 10px;
  }

  .sp-title2 span,
  .sp-title span {
    display: block
  }

  .product-top-list li {
    width: 33%;
  }

  .product-top-list-wrap {
    padding: 8px;
  }

  .product-top-list li {
    margin-bottom: 0
  }



  .product-main-list-wrap {
    padding: 10px;
  }

  /* .p01-part4 li {
    width: 100%;
  } */
  .p01-part4 li p {
    font-size: 14px;
  }

  .p01-part4 {
    flex-wrap: wrap;
  }

  .p01-part4 img {
    max-width: 100px;
  }

  .blue-area,
  .red-area {
    border-radius: 20px;
  }

  .p02-part02 li,
  .p03-part02 li {
    width: 50%;
  }

  .p09-part02 li p {
    font-size: 14px
  }



  .blue-area.set {
    flex-direction: column;
  }

  .ph-photo img {
    max-width: 200px;
  }

  .download-all-info .btn-default {
    font-size: 22px
  }

  .use-way {
    font-size: 18px
  }

  .gray-table th {
    width: 40%;
  }

  .gray-table {
    font-size: 14px
  }

  .gray-table td {
    vertical-align: middle;
  }

  .i-check,
  .gray-table tr:nth-child(odd) .i-check {
    display: block;
  }



}


@media screen and (max-width: 375px) {

  .table01.set-mobile-small-font,
  .table01.set-mobile-small-font th {
    font-size: 12px;
  }

  .blue-area,
  .red-area {
    border-radius: 10px;
    padding: 7px 10px;
  }

  .btn-download {
    font-size: 14px;
  }

  /*.p07-part03{ padding: 0; }*/
}

@media screen and (max-width: 360px) {
  .icon-jis {
    width: 34px;
    height: 34px;
  }

  .work-step li {
    width: 50%;
  }

  .p07-part03 table {
    font-size: 12px
  }

  .logo {
    width: 260px;
  }
}

@media screen and (max-width: 320px) {
  .top-bar .wrapper {
    padding-right: 50px;
  }

  .btn-download {
    font-size: 14px;
  }

  .p-table {
    font-size: 12px
  }

  .download-all-info .btn-default {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px
  }
}




.table01.table01-style2 .no-wrap {
  white-space: inherit;
}

@media screen and (max-width: 600px) {

  .table01.table01-style2 .no-wrap {
    white-space: nowrap;
  }

}



.fancybox-button--thumbs {
  display: none !important;
}