@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2023 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 後台編輯器樣式 $ 
 * 因為其他語系都共用zh-tw，所以其他語系不處理.cke_editable
 * */
/* 
 * 編輯器預設通用樣式
 */
.cke_editable {
  background: #fff;
  padding: 5px;
  max-width: 1340px;
}
.cke_editable *, .cke_editable *::after, .cke_editable *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cke_editable img {
  height: auto !important;
  max-width: 100%;
}

.cke_widget_inline {
  vertical-align: top;
}

.editor-wrap:not(.editor-lang-sc) {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
}

.editor-lang-sc {
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
}

.editor-wrap, .cke_editable {
  color: #222;
  font-size: var(--fz-def);
  line-height: 2.12;
  word-wrap: break-word;
}
.editor-wrap *, .editor-wrap *::after, .editor-wrap *::before, .cke_editable *, .cke_editable *::after, .cke_editable *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.editor-wrap img, .cke_editable img {
  height: auto !important;
  max-width: 100%;
}
.editor-wrap ol, .editor-wrap ul, .cke_editable ol, .cke_editable ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.editor-wrap h1, .editor-wrap h2, .editor-wrap h3, .editor-wrap h4, .editor-wrap h5, .editor-wrap h6, .cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
  display: block;
  font-weight: 700;
  margin: 15px auto;
  padding: 0;
  line-height: 1.5;
}
.editor-wrap h1 span, .editor-wrap h2 span, .editor-wrap h3 span, .editor-wrap h4 span, .editor-wrap h5 span, .editor-wrap h6 span, .cke_editable h1 span, .cke_editable h2 span, .cke_editable h3 span, .cke_editable h4 span, .cke_editable h5 span, .cke_editable h6 span {
  font-size: inherit;
}
.editor-wrap h1, .cke_editable h1 {
  font-size: var(--fz-h1);
}
.editor-wrap h2, .cke_editable h2 {
  font-size: var(--fz-h2);
}
.editor-wrap h3, .cke_editable h3 {
  font-size: var(--fz-h3);
}
.editor-wrap h4, .cke_editable h4 {
  font-size: var(--fz-h4);
}
.editor-wrap h5, .cke_editable h5 {
  font-size: var(--fz-h5);
}
.editor-wrap h6, .cke_editable h6 {
  font-size: var(--fz-h6);
}
.editor-wrap blockquote, .cke_editable blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.editor-wrap p, .cke_editable p {
  padding: 0;
  margin: 0 0 1.875rem;
  font-size: 1.0625rem;
}
.editor-wrap hr, .cke_editable hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: calc(var(--gap-vertical) * 0.5) auto var(--gap-vertical);
}
.editor-wrap video, .editor-wrap embed, .editor-wrap iframe, .cke_editable video, .cke_editable embed, .cke_editable iframe {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
}
.editor-wrap video, .editor-wrap embed, .editor-wrap iframe[src*=youtube], .cke_editable video, .cke_editable embed, .cke_editable iframe[src*=youtube] {
  aspect-ratio: 16/9 !important;
}
.editor-wrap .flex-style, .cke_editable .flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*
 * 樣板KIT - 段落
 */
.theme-p {
  padding: 0;
  margin: 0 0 1.875rem;
  font-size: 1.0625rem;
}

/*
 * 樣板KIT - 表格樣式
 */
.theme-table table, .editor-wrap table, .cke_editable table {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 450px;
  color: #666;
  background: #fff;
  border-collapse: collapse;
}
.theme-table table thead, .editor-wrap table thead, .cke_editable table thead {
  background: #444;
}
.theme-table table thead th,
.theme-table table thead td, .editor-wrap table thead th,
.editor-wrap table thead td, .cke_editable table thead th,
.cke_editable table thead td {
  white-space: nowrap;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: var(--fz-listname);
  text-align: inherit;
}
.theme-table table tbody tr, .editor-wrap table tbody tr, .cke_editable table tbody tr {
  border-bottom: 1px solid #ccc;
}
.theme-table table tbody th, .theme-table table tbody .spec-title, .editor-wrap table tbody th, .editor-wrap table tbody .spec-title, .cke_editable table tbody th, .cke_editable table tbody .spec-title {
  background: #f7f7f7;
  font-weight: 500;
  width: min(17vw, 330px);
  min-width: min(17vw, 330px);
}
.theme-table table th,
.theme-table table td, .editor-wrap table th,
.editor-wrap table td, .cke_editable table th,
.cke_editable table td {
  min-width: 100px;
  padding: 20px var(--gap-table-column);
  vertical-align: top;
  line-height: 1.6;
  font-size: 1rem;
}

.pc .theme-table table tbody tr:hover td, .editor-wrap table tbody tr:hover td, .cke_editable table tbody tr:hover td {
  background: #f7f7f7;
}
.pc .theme-table table tbody tr:hover th, .pc .theme-table table tbody tr:hover .spec-title, .editor-wrap table tbody tr:hover th, .editor-wrap table tbody tr:hover .spec-title, .cke_editable table tbody tr:hover th, .cke_editable table tbody tr:hover .spec-title {
  background: #f2f2f2;
}

/*
 * 樣板KIT - 連結看更多
 */
.theme-link {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  position: relative;
  white-space: nowrap;
  color: var(--color-main);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.theme-link::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-main);
}
.theme-link:hover {
  background-color: var(--color-main);
  color: #fff;
  padding: 5px 10px;
}

/*
 * 樣板KIT - 裝飾大標題
 */
.theme-subhead {
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: var(--fz-subhead);
  line-height: 1.3;
  padding: 10px 0 20px;
  margin: 0;
}
.theme-subhead h1, .theme-subhead h2, .theme-subhead h3, .theme-subhead h4, .theme-subhead h5, .theme-subhead h6 {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  font: inherit;
  font-weight: 700;
}
.theme-subhead h1::before, .theme-subhead h2::before, .theme-subhead h3::before, .theme-subhead h4::before, .theme-subhead h5::before, .theme-subhead h6::before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: calc(100% - 6px);
  background-color: var(--product-color1);
}

.theme-subhead-lg {
  font-size: var(--fz-subhead);
  line-height: 1.2;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.theme-subhead-sm {
  font-size: var(--fz-subhead);
  display: block;
  margin: 15px 0 0;
}

h1.theme-subhead, h2.theme-subhead, h3.theme-subhead, h4.theme-subhead, h5.theme-subhead, h6.theme-subhead {
  font-size: var(--fz-subhead) !important;
}
h1.theme-subhead-lg, h2.theme-subhead-lg, h3.theme-subhead-lg, h4.theme-subhead-lg, h5.theme-subhead-lg, h6.theme-subhead-lg {
  font-size: var(--fz-subhead) !important;
}
h1.theme-subhead-sm, h2.theme-subhead-sm, h3.theme-subhead-sm, h4.theme-subhead-sm, h5.theme-subhead-sm, h6.theme-subhead-sm {
  font-size: var(--fz-subhead) !important;
}

/*
 * 樣板KIT - 紅底線標題
 */
.theme-title-redline {
  font-size: calc(var(--fz-subhead) * 1.3);
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  display: block;
  padding: 0 5px 14px 0;
  margin: 0 0 18px 0;
  position: relative;
  overflow: hidden;
}
.theme-title-redline::after {
  content: "";
  display: block;
  width: max(0.5em, 35px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-main);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

h1.theme-title-redline, h2.theme-title-redline, h3.theme-title-redline, h4.theme-title-redline, h5.theme-title-redline, h6.theme-title-redline {
  font-size: calc(var(--fz-subhead) * 1.3) !important;
}

/*
 * 樣板KIT - 區塊粗體標題
 */
.theme-block-title {
  display: block;
  font-size: var(--fz-listname);
  font-weight: 700;
  display: block;
  margin: 0;
  line-height: 1.4;
  padding: 15px 0 5px;
}
.theme-block-title.text-center {
  margin-left: auto;
  margin-right: auto;
}
.theme-block-title h1, .theme-block-title h2, .theme-block-title h3, .theme-block-title h4, .theme-block-title h5, .theme-block-title h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

h1.theme-block-title, h2.theme-block-title, h3.theme-block-title, h4.theme-block-title, h5.theme-block-title, h6.theme-block-title {
  font-size: var(--fz-listname) !important;
}

/*
 * 樣板KIT - 清單 UL / OL
 */
.theme-list, .editor-wrap ul:not(.theme-pvtop-info), .cke_editable ul:not(.theme-pvtop-info), .list-dots {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.theme-list > li, .editor-wrap ul:not(.theme-pvtop-info) > li, .cke_editable ul:not(.theme-pvtop-info) > li, .list-dots > li {
  display: block;
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
  color: #666;
  line-height: 1.5;
}
.theme-list > li::before, .editor-wrap ul:not(.theme-pvtop-info) > li::before, .cke_editable ul:not(.theme-pvtop-info) > li::before, .list-dots > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #999;
  position: absolute;
  top: 8px;
  left: 3px;
}

.theme-list-number, .editor-wrap ol, .cke_editable ol {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0;
  padding: 0 0 0 20px;
  counter-reset: newcounter;
}
.theme-list-number > li, .editor-wrap ol > li, .cke_editable ol > li {
  position: relative;
  padding: 0 0 0 0.2em;
  margin: 0;
  display: list-item;
  list-style-position: outside;
}
.theme-list-number > li > ol, .editor-wrap ol > li > ol, .cke_editable ol > li > ol {
  margin: 0 0 var(--gap) 1.9em;
  padding: 0 0 0 1em;
}
.theme-list-number > li > ol > li, .editor-wrap ol > li > ol > li, .cke_editable ol > li > ol > li {
  position: relative;
  padding: 0;
  margin: 5px 0 5px;
  display: block;
}
.theme-list-number > li > ol > li:first-of-type, .editor-wrap ol > li > ol > li:first-of-type, .cke_editable ol > li > ol > li:first-of-type {
  counter-reset: newcounter;
}
.theme-list-number > li > ol > li::before, .editor-wrap ol > li > ol > li::before, .cke_editable ol > li > ol > li::before {
  width: 1.9rem;
  position: absolute;
  top: 0;
  left: -2.2rem;
  text-align: center;
  white-space: nowrap;
  counter-increment: newcounter;
  content: "(" counter(newcounter) ")";
}

/*
 * 【樣板】單欄圖文
 */
.theme-single-column {
  position: relative;
  display: block;
  text-align: center;
}
.theme-single-column > * {
  display: block;
  margin: 0 auto var(--gap-item);
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
}
.theme-single-column .pic {
  margin-bottom: var(--gap);
}
.theme-single-column .pic + .text {
  margin-top: calc(var(--gap) * 2);
}
.theme-single-column .text {
  max-width: calc(1200px + var(--gap) * 2);
  margin: 0 auto calc(var(--gap) * 2);
}
.theme-single-column .text + .pic {
  margin-top: var(--gap);
}
.theme-single-column img {
  line-height: 0;
  display: inline-block;
}

/*
 * 【樣板】左圖右文
 */
.theme-r-text-l-pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.theme-r-text-l-pic .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 41%;
          flex: 1 0 41%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 41%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-text-l-pic .pic img {
  border-radius: var(--r-radius);
  overflow: hidden;
}
.theme-r-text-l-pic .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 58%;
          flex: 1 0 58%;
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  padding-left: max(3.5vw, var(--gap) * 2);
}
.theme-r-text-l-pic.theme-pic-lager .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55%;
          flex: 1 0 55%;
  width: 55%;
}
.theme-r-text-l-pic.theme-pic-lager .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  width: 45%;
}

/*
 * 【樣板】左文右圖
 */
.theme-r-pic-l-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.theme-r-pic-l-text .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 41%;
          flex: 1 0 41%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 41%;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.theme-r-pic-l-text .pic img {
  border-radius: var(--r-radius);
  overflow: hidden;
}
.theme-r-pic-l-text .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 58%;
          flex: 1 0 58%;
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  padding-right: max(3.5vw, var(--gap) * 2);
}
.theme-r-pic-l-text.theme-pic-lager .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55%;
          flex: 1 0 55%;
  width: 55%;
}
.theme-r-pic-l-text.theme-pic-lager .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  width: 45%;
}

/*
 * 【樣板】多欄圖文
 */
.theme-mutiple-columns {
  position: relative;
  margin: 0 calc(var(--gap-item) * -1) var(--gap-vertical) calc(var(--gap-item) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - var(--gap-item) * 2);
  margin: 0 var(--gap-item) calc(var(--gap-item) * 2);
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
}
.theme-mutiple-columns .pic {
  text-align: center;
  margin-bottom: calc(var(--gap-item) + 10px);
}
.theme-mutiple-columns .pic + .text {
  margin-top: 20px;
}
.theme-mutiple-columns img {
  line-height: 0;
  display: inline-block;
  border-radius: var(--r-radius);
  overflow: hidden;
}

/*
 * 【樣板】灰底多欄
 */
.theme-mutiple-columns-gray {
  position: relative;
  margin: 0 calc(var(--gap-item) * -1) var(--gap-vertical) calc(var(--gap-item) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-mutiple-columns-gray > * {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - var(--gap-item) * 2);
  margin: 0 var(--gap-item) calc(var(--gap-item) * 2);
  padding: max(var(--gap), 1.822vw);
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.045);
}
.theme-mutiple-columns-gray .pic {
  text-align: center;
  margin-bottom: calc(var(--gap-item) + 10px);
}
.theme-mutiple-columns-gray .pic + .text {
  margin-top: 20px;
}
.theme-mutiple-columns-gray img {
  line-height: 0;
  display: inline-block;
  border-radius: var(--r-radius);
  overflow: hidden;
}
.theme-mutiple-columns-gray .theme-block-title {
  margin-bottom: 10px;
}

/*
 * 【樣板】圖示多欄
 */
.theme-columns-icons {
  position: relative;
  margin: 0 calc(var(--gap-item) * -1) var(--gap-vertical) calc(var(--gap-item) * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-columns-icons > * {
  margin: 0 auto calc(var(--gap-item) * 2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - var(--gap-item) * 2);
  margin: 0 var(--gap-item) calc(var(--gap-item) * 2);
  padding: max(var(--gap), 1.822vw);
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.045);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.theme-columns-icons .pic {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.theme-columns-icons .pic img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.theme-columns-icons .pic + .text {
  padding-left: var(--gap);
}
.theme-columns-icons img {
  line-height: 0;
  display: block;
}
.theme-columns-icons .text {
  -ms-flex-preferred-size: calc(100% - 100px - var(--gap));
      flex-basis: calc(100% - 100px - var(--gap));
}
.theme-columns-icons .theme-block-title {
  margin-bottom: 10px;
}

/*
 * 【樣板】數據成就
 */
.theme-focus-number {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 0 var(--gap-vertical) 0 !important;
  margin-bottom: 0 !important;
  margin-left: calc(max(0.18vw, 15px) * -1);
  margin-right: calc(max(0.18vw, 15px) * -1);
}
.theme-focus-number .item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: nowrap;
  padding: max(0.18vw, 15px);
  position: relative;
  color: #555;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.theme-focus-number .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 0;
  top: calc(var(--gap) * 1.5);
  bottom: calc(var(--gap) * 1.5);
  background: #ddd;
}
.theme-focus-number .item:first-child::before {
  display: none;
}
.theme-focus-number .num {
  font-size: var(--fz-subhead);
  line-height: 1.2;
  display: block;
  color: var(--color-main);
  font-style: normal;
}

/*
 * 【樣板】滿版彈出影片
 */
.theme-full-block-video {
  position: relative;
}
.theme-full-block-video > div {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.theme-full-block-video img, .theme-full-block-video iframe {
  width: 100% !important;
  max-height: calc(90vh - var(--h-header));
  -o-object-fit: contain;
     object-fit: contain;
}

.article-wrap .theme-full-block-video > div, .pv-details .theme-full-block-video > div {
  width: 100%;
  margin-left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.theme-full-block-video + .theme-r-text-l-pic,
.theme-full-block-video + .theme-r-pic-l-text,
.theme-full-block-video + .theme-single-column,
.theme-full-block-video + .theme-mutiple-columns,
.theme-full-block-video + .theme-mutiple-columns-gray,
.theme-full-block-video + .theme-columns-icons {
  padding-top: var(--gap-vertical);
}

.theme-r-text-l-pic,
.theme-r-pic-l-text,
.theme-single-column,
.theme-mutiple-columns,
.theme-mutiple-columns-gray {
  margin-bottom: calc(var(--gap-vertical) * 0.5);
}
.theme-r-text-l-pic + .theme-r-text-l-pic,
.theme-r-text-l-pic + .theme-r-pic-l-text,
.theme-r-text-l-pic + .theme-single-column,
.theme-r-text-l-pic + .theme-mutiple-columns,
.theme-r-text-l-pic + .theme-mutiple-columns-gray,
.theme-r-text-l-pic + .theme-columns-icons,
.theme-r-pic-l-text + .theme-r-text-l-pic,
.theme-r-pic-l-text + .theme-r-pic-l-text,
.theme-r-pic-l-text + .theme-single-column,
.theme-r-pic-l-text + .theme-mutiple-columns,
.theme-r-pic-l-text + .theme-mutiple-columns-gray,
.theme-r-pic-l-text + .theme-columns-icons,
.theme-single-column + .theme-r-text-l-pic,
.theme-single-column + .theme-r-pic-l-text,
.theme-single-column + .theme-single-column,
.theme-single-column + .theme-mutiple-columns,
.theme-single-column + .theme-mutiple-columns-gray,
.theme-single-column + .theme-columns-icons,
.theme-mutiple-columns + .theme-r-text-l-pic,
.theme-mutiple-columns + .theme-r-pic-l-text,
.theme-mutiple-columns + .theme-single-column,
.theme-mutiple-columns + .theme-mutiple-columns,
.theme-mutiple-columns + .theme-mutiple-columns-gray,
.theme-mutiple-columns + .theme-columns-icons,
.theme-mutiple-columns-gray + .theme-r-text-l-pic,
.theme-mutiple-columns-gray + .theme-r-pic-l-text,
.theme-mutiple-columns-gray + .theme-single-column,
.theme-mutiple-columns-gray + .theme-mutiple-columns,
.theme-mutiple-columns-gray + .theme-mutiple-columns-gray,
.theme-mutiple-columns-gray + .theme-columns-icons {
  padding-top: calc(var(--gap-vertical) * 0.5);
}

/* 產品 列表 */
.tit {
  font-size: calc(var(--fz-listname) * 1.1);
  font-weight: 600;
  color: #444;
}

/* 產品 Info */
.theme-pvtop-info, .pv-top-info > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.theme-pvtop-info > li, .pv-top-info > ul > li {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #abadb3;
  min-height: calc(2.12rem + 20px);
}
.theme-pvtop-info > li:first-child, .pv-top-info > ul > li:first-child {
  border-top: 1px solid #abadb3;
}
.theme-pvtop-info > li .stit, .pv-top-info > ul > li .stit {
  font-weight: 500;
  width: 42.85%;
  color: #000;
  background-color: #d5d9e0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-right: var(--gap-table-column);
  padding: 20px var(--gap-table-column);
}

/* 編輯器 - 新定義共用 */
.editor-wrap .section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #ddd solid 1px;
}
.editor-wrap .section.no-border {
  border-bottom: none;
}
.editor-wrap .section .theme-block-title {
  margin: 0;
  padding: 0 0 5px;
}
.editor-wrap .section > ul {
  font-size: 1.0625rem;
}
.editor-wrap .section > ul li {
  padding-left: 2.2em;
  line-height: 1.8;
}
.editor-wrap .section > ul li::before {
  top: 10px;
  left: 10px;
}
.editor-wrap .section .theme-table {
  padding-top: 5px;
}
.editor-wrap .theme-table.table-border table {
  border: #ddd solid 1px;
}
.editor-wrap .theme-table.table-border table th, .editor-wrap .theme-table.table-border table td {
  border: #ddd solid 1px;
}
.editor-wrap .theme-table.txt-type th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 400;
}
.editor-wrap .theme-table.txt-type td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.editor-wrap .theme-table.txt-type td span {
  display: inline-block;
  vertical-align: middle;
}
.editor-wrap .theme-table.txt-type td .icon-tick img {
  max-width: 21px;
}
.editor-wrap .theme-table.txt-type thead.line th:not(:last-child) {
  position: relative;
}
.editor-wrap .theme-table.txt-type thead.line th:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
}
.editor-wrap .theme-table.txt-type tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.editor-wrap .theme-table.txt-type tbody tr:hover td {
  background-color: transparent;
}
.editor-wrap .theme-table.data-type th {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4;
}
.editor-wrap .theme-table.data-type tbody tr:hover td {
  background-color: transparent;
}
.editor-wrap .theme-table.data-type tbody tr td:nth-child(odd) {
  background-color: #f7f7f7;
}
.editor-wrap .theme-table.no-scroll {
  overflow: hidden;
}
.editor-wrap .theme-table.no-scroll table {
  min-width: 100%;
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 10px 0;
  text-decoration: none;
  border: var(--product-color1) solid 1px;
}
.download-list:not(:last-child) {
  margin-bottom: 5px;
}
.download-list .th, .download-list .td {
  padding: 15px var(--gap-table-column);
  font-size: 1rem;
  line-height: 1.6;
}
.download-list .th {
  position: relative;
  color: var(--product-color1);
}
.download-list .th::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.download-list .td {
  text-align: center;
  line-height: 0;
}
.download-list .td img {
  display: inline-block;
  width: 18px;
  height: 25px;
  overflow: hidden;
}

/* 水平圖文列表 */
.list-graphic .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.list-graphic .section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list-graphic .section .pic {
  width: 31.344%;
  max-width: 420px;
}
.list-graphic .section .txt {
  padding-left: 2.5vw;
  width: 68.656%;
}
.list-graphic .section .theme-block-title {
  font-size: 1.5rem;
}

/* 文繞圖 */
.text-around::after {
  content: "";
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.text-around .pic, .text-around .theme-table.txt-type {
  margin: 0 0 1vw 3.5vw;
  float: right;
}
.text-around .pic {
  width: 31.344%;
  max-width: 420px;
}

/* icon list */
.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 25px;
}
.icon-list .item {
  padding: 2.5vw 2vw;
  width: 32%;
  border: #ddd solid 1px;
}
.icon-list .item .icon {
  margin: 0 auto;
  width: 28.571%;
  max-width: 100px;
}
.icon-list .item .ti {
  margin: 25px 0 15px;
  font-size: var(--fz-listname);
  text-align: center;
}

/* img scroll */
.theme-img-scroll {
  position: relative;
  margin: 1.5vw 0 3.5vw;
  padding-bottom: 5px;
  text-align: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.theme-img-scroll::after {
  pointer-events: none;
  display: none;
  position: absolute;
  z-index: 20;
  top: 5px;
  right: 20px;
  content: "";
  width: 55px;
  height: 50px;
  background: url(../images/touch_icon_mb.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1;
  opacity: 0;
  -webkit-animation: ani_move_loop 0.8s both linear infinite;
          animation: ani_move_loop 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* 聯絡清單 */
.data-list {
  color: #666;
  border-top: #444 solid 3px;
}
.data-list .caption {
  padding: 12px var(--gap-table-column) 15px;
  width: 100%;
  font-size: 1.0625rem;
  color: #fff;
  line-height: 1.6;
  background-color: #444;
}
.data-list > div:not(.caption, .half) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  border-bottom: #ccc solid 1px;
}
.data-list.flex-style .half {
  width: 50%;
}
.data-list.flex-style .half > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  border-bottom: #ccc solid 1px;
}
.data-list.flex-style .half .ti br {
  display: none;
}
.data-list .ti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px var(--gap-table-column);
  width: 240px;
  background-color: #f7f7f7;
}
.data-list .txt {
  padding: 15px var(--gap-table-column);
  width: calc(100% - 240px);
}
.data-list .txt a {
  color: #666;
  text-decoration: underline;
}
.data-list .txt a:hover {
  color: var(--color-main);
}

/* 股價資訊 */
.stock-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stock-info .item {
  padding: 2vw 1.5vw;
  width: 32.2%;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8;
  border: #ddd solid 1px;
  background-color: #f9f9f9;
}
.stock-info .item .ti {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.4;
}
.stock-info .item strong {
  display: block;
}

/* 按鈕連結樣式 */
.btn-link {
  display: block;
  margin: 12px auto 0;
  max-width: 140px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  background-color: #333;
}
.btn-link:hover {
  color: #fff;
  background-color: var(--product-color1);
}
.btn-link i {
  display: inline-block;
  margin: -3px 8px 0 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(../images/icon_link.png) no-repeat 0 0;
  background-size: cover;
}

/* ---- about ---- */
.about > .theme-p {
  margin: 0 auto;
  max-width: 955px;
  text-align: center;
}
.about .data {
  position: relative;
  margin: 2.5vw 0 4.5vw;
  padding-bottom: 32.09%;
  border-radius: 6px;
  overflow: hidden;
}
.about .data .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  padding: 0 2.5vw;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about .data ul li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 33%;
  color: #fff;
  text-align: center;
}
.about .data ul li::before {
  display: none;
}
.about .data ul li:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(221, 221, 221, 0.4);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about .data ul li .icon {
  margin: 0 auto 10px;
  max-width: 80px;
}
.about .data ul li .value {
  font-size: 1.125rem;
  color: var(--product-color1);
}
.about .data ul li .value span {
  padding-right: 6px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.about .quality {
  position: relative;
  margin-bottom: 1vw;
  padding: 2.5vw 0;
}
.about .quality .img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 38.806%;
  max-width: 520px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about .quality .img::after {
  display: block;
  content: "";
  padding-bottom: 53.847%;
}
.about .quality .img .item {
  position: absolute;
  top: 0;
  width: 53.847%;
  max-width: 280px;
  text-align: center;
}
.about .quality .img .item::after {
  display: block;
  content: "";
  padding-bottom: 100%;
  border-radius: 100%;
}
.about .quality .img .item:nth-child(1) {
  left: 0;
}
.about .quality .img .item:nth-child(1)::after {
  background-color: var(--product-color1);
}
.about .quality .img .item:nth-child(2) {
  right: 0;
}
.about .quality .img .item:nth-child(2)::after {
  border: var(--product-color1) solid 4px;
}
.about .quality .img .item .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about .quality .img .item .icon {
  margin: 0 auto 10px;
  width: 81.633%;
  max-width: 80px;
}
.about .quality .img .item .ti {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
}
.about .quality .img .item .ti span {
  display: block;
}
.about .quality .img .item:nth-child(1) .ti {
  color: #fff;
}
.about .quality .img .item:nth-child(2) .ti {
  color: var(--product-color1);
}
.about .quality .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .quality .txt .item {
  width: calc(50% - 8.5vw);
}
.about .quality .txt .item:nth-child(1) {
  padding-right: 160px;
}
.about .quality .txt .item:nth-child(2) {
  padding-left: 160px;
}
.about .quality .txt .item .ti {
  font-size: 1.375rem;
  font-weight: 700;
}

.certific .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.certific .group:not(:last-child) {
  margin-bottom: 3.5vw;
  padding-bottom: 1.5vw;
  border-bottom: #ddd solid 1px;
}
.certific .group .theme-subhead {
  width: 220px;
}
.certific .group .list {
  width: calc(100% - 220px);
}
.certific .group .list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.419vw;
}
.certific .group .list .item {
  margin-bottom: 20px;
  padding: 0 1.419vw;
  width: 25%;
}
.certific .group .list .item a {
  display: block;
}
.certific .group .list .item .pic {
  border: #ddd solid 1px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}
.certific .group .list .item .ti {
  margin-top: 10px;
  font-size: 1.125rem;
  color: #444;
  text-align: center;
}

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantage .pic {
  max-width: 440px;
}
.advantage .txt {
  padding-left: 4vw;
  width: calc(100% - 440px);
}
.advantage .txt .theme-block-title {
  margin: 0 0 2vw 0;
  font-size: 1.625rem !important;
}
.advantage .txt ul {
  padding-left: 0;
}
.advantage .txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0 14px 0;
  border-bottom: #ddd solid 1px;
}
.advantage .txt ul li::before {
  display: none;
}
.advantage .txt ul li:not(:last-child) {
  margin-bottom: 14px;
}
.advantage .txt ul li .item {
  width: 100px;
  font-size: 1.0625rem;
  color: #fff;
  text-align: center;
  line-height: 44px;
  border-radius: 100px;
  background-color: var(--product-color1);
}
.advantage .txt ul li p {
  margin-bottom: 0;
  padding-left: 1.5vw;
  width: calc(100% - 100px);
}

.advantage.editor-lang-en .txt ul li .item {
  width: 140px;
  white-space: nowrap;
  font-size: 1rem;
}

/* contact */
.contact .box {
  min-height: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contact .box + .box {
  margin-top: 5.5vw;
}
.contact .box:last-child {
  margin-bottom: 2vw;
}
.contact .txt {
  padding-right: 3.5vw;
  width: 53.731%;
}
.contact .txt ul {
  margin-top: 10px;
  border-top: #444 solid 3px;
}
.contact .txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 15px 0;
  font-size: 1.0625rem;
  border-bottom: #ddd solid 1px;
}
.contact .txt ul li::before {
  display: none;
}
.contact .txt ul li .ti {
  width: 185px;
}
.contact .txt ul li p {
  margin: 0;
  width: calc(100% - 185px);
}
.contact .txt ul li a {
  color: #444;
}
.contact .txt ul li a:hover {
  color: var(--product-color1);
  text-decoration: underline;
}
.contact .map {
  position: relative;
  padding: 12px;
  width: 46.269%;
  max-width: 620px;
  border: #ddd solid 1px;
  aspect-ratio: 620/370 !important;
}
.contact .map iframe {
  position: absolute;
  width: calc(100% - 24px) !important;
  height: calc(100% - 24px) !important;
  border: none;
}

.stronghold .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.stronghold .item {
  margin-bottom: 30px;
  padding: 0 2vw;
  width: 33.333%;
}
.stronghold .item .island {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stronghold .item .island span {
  display: block;
  width: 6px;
  height: 32px;
}
.stronghold .item .island h3 {
  margin: 0 0 0 15px;
  font-size: var(--fz-subhead);
}
.stronghold .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  padding: 0;
  border-top: #444 solid 3px;
}
.stronghold .item ul li {
  margin: 0;
  padding: 12px 10px 12px 40px;
  width: 50%;
  font-size: 1.0625rem;
  border-bottom: #ddd solid 1px;
}
.stronghold .item ul li::before {
  top: 20px;
  left: 25px;
}

/*
 * 編輯器樣板 RWD
 */
@media screen and (min-width: 840px) {
  .download-list .th {
    width: calc(100% - 115px);
  }
  .download-list .td {
    width: 115px;
  }
}
@media screen and (max-width: 1279px) {
  .editor-wrap .theme-subhead {
    padding-bottom: 10px;
  }
  .editor-wrap .theme-subhead h3::before {
    top: 3px;
    height: calc(100% - 7px);
  }
  .list-graphic .section .theme-block-title {
    font-size: 1.375rem;
  }
  .stock-info .item {
    padding: 25px 15px;
  }
  .data-list.flex-style .half {
    width: 100%;
  }
  .data-list.flex-style .half:last-child {
    border-top: #444 solid 3px;
  }
}
@media screen and (max-width: 1099px) {
  .theme-iabout-pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
  .theme-r-pic-l-text, .theme-r-text-l-pic,
  .theme-r-pic-l-text.theme-pic-lager, .theme-r-text-l-pic.theme-pic-lager {
    display: block;
  }
  .theme-r-pic-l-text .pic, .theme-r-text-l-pic .pic,
  .theme-r-pic-l-text.theme-pic-lager .pic, .theme-r-text-l-pic.theme-pic-lager .pic {
    display: block;
    width: 100%;
    margin: 0 auto var(--gap) auto;
    padding: 0;
  }
  .theme-r-pic-l-text .text, .theme-r-text-l-pic .text,
  .theme-r-pic-l-text.theme-pic-lager .text, .theme-r-text-l-pic.theme-pic-lager .text {
    display: block;
    width: 100%;
    padding: 0;
  }
  .theme-columns-icons {
    display: block;
    margin: 0 auto var(--gap-item);
  }
  .theme-columns-icons > * {
    width: 100%;
    margin: 0 auto calc(var(--gap-item) * 2);
  }
  .theme-table table tbody th, .theme-table table tbody .spec-title, .editor-wrap table tbody th, .editor-wrap table tbody .spec-title, .cke_editable table tbody th, .cke_editable table tbody .spec-title {
    width: 220px;
    min-width: 220px;
  }
  .theme-table table th,
  .theme-table table td, .editor-wrap table th,
  .editor-wrap table td, .cke_editable table th,
  .cke_editable table td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .theme-pvtop-info > li, .pv-top-info > ul > li {
    min-height: calc(2.12rem + 12px);
  }
  .theme-pvtop-info > li .stit, .pv-top-info > ul > li .stit {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1079px) {
  .editor-wrap .w-1080 table {
    min-width: 1080px;
  }
  .editor-wrap .w-560 table {
    min-width: 560px;
  }
  .list-graphic .section .theme-block-title {
    font-size: 1.25rem;
  }
  .download-list .th {
    width: calc(100% - 130px);
  }
  .download-list .td {
    width: 130px;
  }
}
@media screen and (max-width: 991px) {
  .stock-info .item:first-child {
    margin-bottom: 10px;
    width: 100%;
  }
  .stock-info .item:nth-child(2), .stock-info .item:nth-child(3) {
    width: 49.2%;
  }
}
@media screen and (max-width: 839px) {
  .theme-mutiple-columns {
    display: block;
    margin: 0 auto;
  }
  .theme-mutiple-columns > * {
    margin: 0 auto calc(var(--gap-item) * 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .theme-mutiple-columns .pic {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .theme-mutiple-columns .pic img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
  }
  .theme-mutiple-columns .pic + .text {
    margin-top: 0;
  }
  .theme-mutiple-columns img {
    line-height: 0;
    display: block;
  }
  .theme-mutiple-columns .text {
    -ms-flex-preferred-size: calc(100% - 250px - var(--gap));
        flex-basis: calc(100% - 250px - var(--gap));
    padding-left: var(--gap);
  }
  .theme-mutiple-columns-gray {
    display: block;
    margin: 0 auto var(--gap-item);
  }
  .theme-mutiple-columns-gray > * {
    width: 100%;
    display: block;
    margin: 0 auto calc(var(--gap-item) * 2);
  }
  .download-list {
    padding: 0;
  }
  .list-graphic .section .pic {
    margin: 0 auto;
    width: 100%;
  }
  .list-graphic .section .txt {
    padding: 10px 0 0 0;
    width: 100%;
  }
  .list-graphic .section .theme-block-title {
    font-size: 1.125rem;
    text-align: center;
  }
  .text-around .pic {
    width: 42%;
  }
  .text-around .theme-table.txt-type {
    float: none;
    margin: 5px auto 15px;
  }
  .icon-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px 15px 20px;
    width: 100%;
  }
  .icon-list .item:not(:last-child) {
    margin-bottom: 10px;
  }
  .icon-list .item .icon {
    width: 100%;
    max-width: 50px;
  }
  .icon-list .item .txt {
    padding-left: 20px;
    width: calc(100% - 50px);
  }
  .icon-list .item .ti {
    margin: 2px 0 3px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .theme-subhead {
    text-align: center;
  }
  .theme-subhead h3 {
    font-weight: 500;
  }
  .theme-subhead-sm {
    margin: 10px 0 0;
    font-weight: 500;
  }
  .theme-block-title {
    font-weight: 500;
  }
  .theme-single-column .pic + .text {
    margin-top: var(--gap);
  }
  .theme-columns-icons .pic {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
  .theme-columns-icons .text {
    -ms-flex-preferred-size: calc(100% - 70px - var(--gap));
        flex-basis: calc(100% - 70px - var(--gap));
  }
  .theme-table table tbody th, .theme-table table tbody .spec-title, .editor-wrap table tbody th, .editor-wrap table tbody .spec-title, .cke_editable table tbody th, .cke_editable table tbody .spec-title {
    width: 180px;
    min-width: 180px;
  }
  .theme-table table th,
  .theme-table table td, .editor-wrap table th,
  .editor-wrap table td, .cke_editable table th,
  .cke_editable table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .theme-r-text-l-pic,
  .theme-r-pic-l-text,
  .theme-single-column,
  .theme-mutiple-columns,
  .theme-mutiple-columns-gray {
    margin-bottom: var(--gap-vertical);
  }
  .theme-r-text-l-pic + .theme-r-text-l-pic,
  .theme-r-text-l-pic + .theme-r-pic-l-text,
  .theme-r-text-l-pic + .theme-single-column,
  .theme-r-text-l-pic + .theme-mutiple-columns,
  .theme-r-text-l-pic + .theme-mutiple-columns-gray,
  .theme-r-pic-l-text + .theme-r-text-l-pic,
  .theme-r-pic-l-text + .theme-r-pic-l-text,
  .theme-r-pic-l-text + .theme-single-column,
  .theme-r-pic-l-text + .theme-mutiple-columns,
  .theme-r-pic-l-text + .theme-mutiple-columns-gray,
  .theme-single-column + .theme-r-text-l-pic,
  .theme-single-column + .theme-r-pic-l-text,
  .theme-single-column + .theme-single-column,
  .theme-single-column + .theme-mutiple-columns,
  .theme-single-column + .theme-mutiple-columns-gray,
  .theme-mutiple-columns + .theme-r-text-l-pic,
  .theme-mutiple-columns + .theme-r-pic-l-text,
  .theme-mutiple-columns + .theme-single-column,
  .theme-mutiple-columns + .theme-mutiple-columns,
  .theme-mutiple-columns + .theme-mutiple-columns-gray,
  .theme-mutiple-columns-gray + .theme-r-text-l-pic,
  .theme-mutiple-columns-gray + .theme-r-pic-l-text,
  .theme-mutiple-columns-gray + .theme-single-column,
  .theme-mutiple-columns-gray + .theme-mutiple-columns,
  .theme-mutiple-columns-gray + .theme-mutiple-columns-gray {
    padding-top: var(--gap);
  }
  .theme-pvtop-info, .pv-top-info > ul {
    margin-left: calc(var(--gap) * -1);
    margin-right: calc(var(--gap) * -1);
  }
  .theme-pvtop-info > li, .pv-top-info > ul > li {
    min-height: calc(2.12rem + 10px);
    padding-left: var(--gap);
    padding-right: var(--gap);
  }
  .theme-pvtop-info > li .stit, .pv-top-info > ul > li .stit {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: calc(var(--gap) * -1);
  }
  .editor-wrap .theme-subhead {
    text-align: left;
  }
  .editor-wrap h4 {
    font-weight: 500;
  }
  .editor-wrap .section ul li {
    padding-left: 18px;
  }
  .editor-wrap .section ul li::before {
    top: 9px;
    left: 2px;
    width: 6px;
    height: 6px;
  }
  .editor-wrap .theme-table.data-type th {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .text-around .pic {
    margin: 20px auto;
    float: none;
    width: 100%;
  }
  .theme-img-scroll {
    margin-bottom: 30px;
  }
  .theme-img-scroll::after {
    display: block;
    opacity: 0.8;
  }
  .theme-img-scroll img {
    max-width: 670px;
  }
  .theme-img-scroll.business img {
    max-width: 560px;
  }
  .theme-img-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .theme-img-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 20px;
    background: #ddd;
  }
  .theme-img-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 20px;
    background: #999;
  }
  .theme-img-scroll:hover::-webkit-scrollbar-thumb {
    background: #666;
  }
  .download-list .th {
    width: calc(100% - 70px);
  }
  .download-list .td {
    width: 70px;
  }
  .data-list .ti {
    width: 180px;
  }
  .data-list .txt {
    width: calc(100% - 180px);
  }
  .stock-info .item {
    font-size: 1.0625rem;
  }
  .btn-link {
    max-width: 120px;
    line-height: 42px;
  }
}
@media screen and (max-width: 549px) {
  .theme-p {
    padding: 0;
    margin: 0 0 15px;
  }
  .theme-subhead {
    text-align: center;
  }
  .theme-mutiple-columns > * {
    display: block;
    margin: 0 auto calc(var(--gap) * 2);
  }
  .theme-mutiple-columns .pic {
    width: 100%;
    margin: 0 auto var(--gap) auto;
  }
  .theme-mutiple-columns .pic img {
    position: relative;
    top: auto;
    left: auto;
  }
  .theme-mutiple-columns .pic + .text {
    margin-top: 20px;
  }
  .theme-mutiple-columns .text {
    padding-left: 0;
  }
  .theme-focus-number {
    margin-left: -10px;
    margin-right: -10px;
  }
  .theme-focus-number .item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0 10px 20px;
    background-color: rgba(0, 0, 0, 0.015);
  }
  .theme-focus-number .item::before {
    display: none;
  }
  .editor-wrap .section {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .editor-wrap .section .theme-block-title {
    padding-top: 5px;
  }
  .editor-wrap .theme-table.txt-type th, .editor-wrap .theme-table.txt-type td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .editor-wrap .theme-table.txt-type th {
    font-size: 1.0625rem;
  }
  .list-graphic .section {
    margin-bottom: 30px;
  }
  .text-around .pic {
    margin: 15px auto;
  }
  .icon-list .item {
    padding: 20px 10px 15px 20px;
  }
  .icon-list .item .txt {
    padding-left: 15px;
  }
  .data-list .ti {
    width: 130px;
  }
  .data-list .txt {
    width: calc(100% - 130px);
  }
  .data-list.stock-agency .ti {
    width: 80px;
  }
  .data-list.stock-agency .txt {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 449px) {
  .theme-columns-icons > * {
    display: block;
  }
  .theme-columns-icons .pic {
    max-width: 70px;
    margin: 0 auto 5px;
    display: block;
    text-align: center;
  }
  .theme-columns-icons .pic + .text {
    padding-left: 0;
  }
  .theme-columns-icons .text {
    display: block;
  }
  .theme-columns-icons .theme-block-title {
    text-align: center;
  }
  .data-list.flex-style .half .ti br {
    display: block;
  }
}
@media screen and (max-width: 413px) {
  .stock-info .item:not(:last-child) {
    margin-bottom: 10px;
  }
  .stock-info .item:nth-child(2), .stock-info .item:nth-child(3) {
    width: 100%;
  }
}
/* about */
@media screen and (max-width: 1365px) {
  .certific .group .theme-subhead {
    width: 170px;
  }
  .certific .group .list {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 1279px) {
  .about .data ul li .value span {
    font-size: 2.5rem;
  }
  .about .quality {
    margin-bottom: 0;
  }
  .about .quality .img .item .ti {
    font-size: 1.25rem;
  }
  .advantage .txt .theme-block-title {
    font-size: 1.375rem !important;
  }
  .advantage .txt ul li .item {
    width: 90px;
    font-size: 1rem;
    line-height: 38px;
  }
  .advantage .txt ul li p {
    width: calc(100% - 90px);
  }
  .advantage.editor-lang-en .txt ul li .item {
    width: 140px;
  }
  .advantage.editor-lang-en .txt ul li p {
    width: calc(100% - 140px);
  }
  .contact .txt ul li {
    padding: 10px 0;
  }
  .stronghold .item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1079px) {
  .about .data {
    margin: 20px 0 50px;
  }
  .about .data ul li .icon {
    max-width: 60px;
  }
  .about .data ul li .value span {
    font-size: 2rem;
  }
  .about .quality {
    padding: 0;
  }
  .about .quality .img {
    display: block;
    position: relative;
    left: 0;
    margin: 0 auto 30px;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .about .quality .txt .item {
    padding: 0 !important;
    width: 100%;
  }
  .about .quality .txt .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .about .quality .txt .item .ti {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .certific .group .theme-subhead {
    width: 120px;
  }
  .certific .group .list {
    width: calc(100% - 120px);
  }
  .certific .group .list .box {
    margin: 0 -10px;
  }
  .certific .group .list .item {
    padding: 0 10px;
  }
  .advantage .pic {
    max-width: 380px;
  }
  .advantage .txt {
    padding-left: 30px;
    width: calc(100% - 380px);
  }
  .advantage .txt .theme-block-title {
    margin-bottom: 15px;
  }
  .advantage .txt ul li {
    padding-bottom: 10px;
  }
  .advantage .txt ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .advantage .txt ul li .item {
    width: 80px;
    font-size: 0.9375rem;
    line-height: 32px;
  }
  .advantage .txt ul li p {
    padding-left: 15px;
    width: calc(100% - 80px);
  }
  .contact .txt ul li .ti {
    width: 150px;
  }
  .contact .txt ul li p {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1199px) {
  .stronghold .item .island span {
    height: 26px;
  }
  .stronghold .item .island h3 {
    margin-left: 8px;
  }
  .stronghold .item ul li {
    padding-left: 35px;
  }
  .stronghold .item ul li::before {
    left: 18px;
  }
}
@media screen and (max-width: 991px) {
  .advantage .pic {
    display: none;
  }
  .advantage .txt {
    padding-left: 0;
    width: 100%;
  }
  .stronghold .item ul li {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  .certific .group:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .certific .group .theme-subhead, .certific .group .list {
    width: 100%;
  }
  .certific .group .list .item .ti {
    font-size: 1.0625rem;
  }
  .advantage .txt .theme-block-title {
    font-size: 1.125rem !important;
  }
  .contact .box + .box {
    margin-top: 40px;
  }
  .contact .box:last-child {
    margin-bottom: 0;
  }
  .contact .txt {
    padding: 10px 0 0 0;
    width: 100%;
  }
  .contact .txt ul {
    margin-top: 5px;
  }
  .contact .map {
    padding: 5px;
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
  .contact .map iframe {
    width: calc(100% - 10px) !important;
    height: calc(100% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  .about > .theme-p br {
    display: none;
  }
  .about .data {
    padding-bottom: 38%;
  }
  .about .data ul li .value span {
    font-size: 1.625rem;
  }
  .certific .group .list .item {
    width: 33.333%;
  }
  .stronghold .item {
    width: 50%;
  }
  .stronghold .item ul {
    margin-top: 10px;
  }
  .stronghold .item ul li {
    padding: 6px 10px 6px 35px;
  }
  .stronghold .item ul li::before {
    top: 16px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 549px) {
  .about .data {
    padding: 0;
    background: url(../images/edit/about_data_bg.jpg) no-repeat 70% top;
    background-size: cover;
  }
  .about .data ul {
    display: block;
    position: static;
    left: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .about .data ul li {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .data ul li:not(:last-child)::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
  }
  .about .data ul li .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
    margin: 0 15px 0 0;
  }
  .about .data ul li .value {
    white-space: nowrap;
  }
  .about .data ul li .ti {
    margin: 0 0 0 5px;
    white-space: nowrap;
  }
  .about .data .pic {
    display: none;
  }
  .about .quality .img .item .ti, .about .quality .txt .item .ti {
    font-size: 1.125rem;
  }
  .about .quality .img .item .icon {
    margin-bottom: 5px;
    max-width: 60px;
  }
  .about .quality .img .item .ti span {
    font-size: 1rem;
  }
  .certific .group:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .certific .group .list .item {
    width: 50%;
  }
  .service .data-list .ti {
    width: 100px;
  }
  .service .data-list .txt {
    width: calc(100% - 100px);
  }
  .contact .txt ul li .ti {
    width: 100%;
    color: var(--product-color1);
  }
  .contact .txt ul li p {
    width: 100%;
  }
  .stronghold .item {
    padding: 0;
    width: 100%;
  }
}