@charset "UTF-8";
/* --- EDITOR DEFAULT --- */
.cke_editable {
  max-width: 1640px;
  font-size: 1rem;
  color: #555555;
}
.cke_editable img {
  height: auto !important;
  max-width: 100%;
}
.cke_editable ul.theme-ul-half {
  display: inline-block !important;
  width: calc(48% - 4px);
}

.theme-wrap {
  font-size: 1rem;
  line-height: 2;
  overflow-wrap: break-word;
}
.theme-wrap * {
  max-width: 100%;
}
.theme-wrap img {
  height: auto !important;
}

.theme-title {
  line-height: 1.5;
  font-weight: 800;
  position: relative;
  font-size: clamp(22px, var(--fluid-title), 36px);
  margin-bottom: 1rem;
  color: #00263e;
}

.theme-orange-ti {
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  font-size: 36px;
  margin-bottom: 1rem;
  color: #e0592a;
}
.theme-orange-ti.center {
  text-align: center;
}

.theme-blue-ti {
  line-height: 2;
  color: #00263e;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1rem;
}
.theme-blue-ti::before {
  content: "";
  width: 5px;
  height: 20px;
  background: #e0592a;
  display: inline-block;
  margin-right: 1rem;
}
.theme-blue-ti.font-style {
  font-family: "Roboto";
}

.theme-gray-ti {
  line-height: 2;
  color: #333333;
  font-weight: bold;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.theme-gray-ti::before {
  content: "";
  width: 5px;
  height: 20px;
  background: #e0592a;
  display: inline-block;
  margin-right: 1rem;
}

.theme-sub-title {
  font-size: 1.63rem;
  color: #e0592a;
}

.theme-h4 {
  font-size: 1.25rem;
  color: #e0592a;
  line-height: 1;
  margin-bottom: 1rem;
}

a.theme-h4 {
  margin-bottom: 1rem;
  display: inline-block;
  text-decoration: underline;
  line-height: 1;
}
a.theme-h4:hover {
  color: #00263e;
}

.theme-p,
.theme-p-center,
.theme-p-red-bg,
.theme-p-yellow-bg {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #666666;
}

.theme-p .orange {
  color: #e0592a;
  text-decoration: underline;
}

.theme-p-center {
  text-align: center;
}

.theme-p-red-bg {
  background: #fff2f0;
  padding: 2rem;
  border-radius: 10px;
}

.theme-p-yellow-bg {
  background: #fffae5;
  padding: 2rem;
  color: #666666;
  border-radius: 10px;
}

/* 樣版1️⃣ - 左圖右文 */
.theme-r-word-l-pic {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.theme-r-word-l-pic .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.8;
}
.theme-r-word-l-pic .pic {
  display: table-cell;
  vertical-align: top;
  width: 45%;
  line-height: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.theme-r-word-l-pic .pic img {
  width: 100%;
}
.theme-r-word-l-pic .word {
  display: table-cell;
  padding: 0 0 0 5%;
  vertical-align: top;
  width: 55%;
}
.theme-r-word-l-pic.word-bigger .pic {
  width: 40%;
}
.theme-r-word-l-pic.word-bigger .word {
  width: 60%;
}
.theme-r-word-l-pic .more {
  vertical-align: text-top;
}

/* 樣版2️⃣ - 右圖左文 */
.theme-r-pic-l-word {
  display: table;
  width: 100%;
  margin: 0 auto;
  direction: rtl;
}
.theme-r-pic-l-word .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.8;
}
.theme-r-pic-l-word .pic {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  direction: ltr;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.theme-r-pic-l-word .pic img {
  width: 100%;
}
.theme-r-pic-l-word .word {
  display: table-cell;
  padding: 0 5% 0 0;
  vertical-align: top;
  width: 50%;
  direction: ltr;
}
.theme-r-pic-l-word.word-bigger .pic {
  width: 40%;
}
.theme-r-pic-l-word.word-bigger .word {
  width: 60%;
}
.theme-r-pic-l-word.word-biggest .pic {
  width: 33%;
  vertical-align: top;
  padding-top: 7%;
}
.theme-r-pic-l-word.word-biggest .word {
  width: 67%;
  line-height: 1.8;
}

/* 樣版3️⃣ - 單圖單文 */
.theme-full {
  width: 100%;
  margin: 0 auto 25px;
}

.theme-full .pic {
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}

.theme-full img {
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
}

.theme-full .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
}
.theme-full .theme-p .more {
  vertical-align: text-top;
}

/* 樣版4️⃣ - 多欄圖文 */
.theme-mutiple-columns {
  margin: 0 0 40px;
  font-size: 0;
  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;
  gap: 1.5rem;
}
.theme-mutiple-columns > * {
  max-width: calc(33.33% - 1.5rem);
  font-size: 1rem;
}
.theme-mutiple-columns img {
  line-height: 0;
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
}

.theme-mutiple-column-text {
  display: block;
  color: #555;
  text-align: left;
}

.theme-pic-text {
  font-size: 1.125rem;
  text-align: left;
  color: #333;
  display: block;
  padding-left: 1.5rem;
}

.theme-ol {
  color: #555;
  line-height: 2rem;
  padding-left: 22px;
}
.theme-ol > li {
  margin: 10px 0;
}

.theme-ul {
  line-height: 2rem;
  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0;
}
.theme-ul > li {
  padding-left: 20px;
  position: relative;
}
.theme-ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0592a;
  position: absolute;
  left: 0;
  top: 10px;
}

.theme-ul-half {
  line-height: 2.5rem;
  list-style: none;
  margin: 3rem 0;
  padding: 0 2rem 0 0;
  display: inline-block;
  width: calc(50% - 4px);
  vertical-align: top;
  font-size: 1.0625rem;
}
.theme-ul-half > li {
  padding-left: 20px;
  position: relative;
}
.theme-ul-half > li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0592a;
  position: absolute;
  left: 0;
  top: 15px;
}

.theme-p-yellow-bg .theme-ul {
  color: #666;
  margin: 0;
}
.theme-p-yellow-bg .theme-ul > li::before {
  background: #666;
}

@media (max-width: 1366px) {
  .theme-title,
  .theme-orange-ti {
    font-size: 2rem;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    margin-bottom: 1.5rem;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-pic-l-word .pic {
    width: 45%;
  }
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .word {
    width: 55%;
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .theme-wrap {
    padding: 1rem 0;
  }
  .theme-blue-ti,
  .theme-gray-ti {
    margin-bottom: 10px;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    display: block;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .pic,
  .theme-r-pic-l-word .word {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    display: block;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .pic,
  .theme-r-pic-l-word .word {
    width: 100%;
    display: block;
    padding: 0;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-pic-l-word .pic {
    margin: 0 0 1rem 0;
  }
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .word {
    margin: 0;
  }
  .theme-r-word-l-pic.word-bigger .pic, .theme-r-word-l-pic.word-biggest .pic,
  .theme-r-pic-l-word.word-bigger .pic,
  .theme-r-pic-l-word.word-biggest .pic {
    width: 100%;
    padding: 1rem;
  }
  .theme-r-word-l-pic.word-bigger .word, .theme-r-word-l-pic.word-biggest .word,
  .theme-r-pic-l-word.word-bigger .word,
  .theme-r-pic-l-word.word-biggest .word {
    width: 100%;
    padding: 1rem;
  }
  .theme-ul-half {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 2;
    font-size: 1rem;
  }
  .theme-p,
  .theme-p-center,
  .theme-p-red-bg,
  .theme-p-yellow-bg {
    font-size: 1rem;
    line-height: 2.2;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .theme-wrap {
    font-size: 1rem;
    padding: 0;
  }
  .theme-title,
  .theme-orange-ti {
    font-size: 1.5rem;
  }
  .theme-blue-ti,
  .theme-gray-ti {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .theme-sub-title {
    font-size: 1.125rem;
  }
  .theme-h4 {
    font-size: 1rem;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    margin-bottom: 1rem;
  }
  .theme-r-word-l-pic .theme-p,
  .theme-r-pic-l-word .theme-p {
    margin-bottom: 1rem;
    font-size: 15px;
  }
  .theme-r-word-l-pic.word-bigger .pic,
  .theme-r-word-l-pic.word-bigger .word, .theme-r-word-l-pic.word-biggest .pic,
  .theme-r-word-l-pic.word-biggest .word,
  .theme-r-pic-l-word.word-bigger .pic,
  .theme-r-pic-l-word.word-bigger .word,
  .theme-r-pic-l-word.word-biggest .pic,
  .theme-r-pic-l-word.word-biggest .word {
    padding: 0.5rem;
  }
  .theme-mutiple-columns {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .theme-mutiple-columns > div {
    width: 100%;
    max-width: 100%;
    padding: 0 0 1.5rem 0;
  }
  .theme-sub-title {
    font-size: 1.175rem;
    margin-bottom: 10px;
  }
  .theme-full {
    margin-bottom: 2rem;
  }
  .theme-p,
  .theme-p-center,
  .theme-p-red-bg,
  .theme-p-yellow-bg {
    margin-top: 0;
    line-height: 2;
  }
}
@-webkit-keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 樣版6️⃣ - 表格樣式 */
.theme-table {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto 2rem;
}
.theme-table::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  top: 10px;
  opacity: 0;
  right: 10px;
  -webkit-animation: ani_LR 1.2s both linear infinite;
          animation: ani_LR 1.2s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.theme-table.need-scroll::after {
  opacity: 0.9;
}
.theme-table::-webkit-scrollbar {
  height: 3px;
}
.theme-table::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #ddd;
}
.theme-table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #999;
}
.theme-table:hover::-webkit-scrollbar-thumb {
  background: #666;
}
.theme-table table {
  position: relative;
  z-index: 1;
  width: 100%;
  border-collapse: collapse;
}
.theme-table table thead {
  border-top: 2px solid #e0592a;
}
.theme-table table thead th {
  color: #fff;
  background: #00263e;
  padding: 15px 30px;
  text-align: center;
}
.theme-table table thead th:last-child {
  border-right: 0;
}
.theme-table table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.theme-table table tbody td {
  font-weight: 500;
  padding: 10px 40px;
  border: 1px solid #e3e3e3;
  vertical-align: top;
  border-left: 0;
}
.theme-table table tbody td:last-child {
  border-right: 0;
}
.theme-table table tbody td.td-bg-style {
  background: #f8f8f8;
}
.theme-table.theme-pro-top table thead th {
  border-top: 1px solid #304b5c;
  border-right: 1px solid #304b5c;
}
.theme-table.theme-pro-top table tbody tr:nth-child(even) {
  background: transparent;
}
.theme-table.theme-pro-top table tbody tr.bg-style {
  background: #f8f8f8;
}
.theme-table.theme-pro-top table tbody td:nth-child(1) {
  vertical-align: middle;
}
.theme-table.theme-pro-top table tbody td:nth-child(3), .theme-table.theme-pro-top table tbody td:nth-child(4), .theme-table.theme-pro-top table tbody td:nth-child(5), .theme-table.theme-pro-top table tbody td:nth-child(6) {
  color: #e0592a;
  text-align: center;
}
.theme-table.theme-calibration-tab thead tr:nth-child(2) th:nth-child(1) {
  width: 22.5%;
  border-top: 1px solid #304b5c;
}
.theme-table.theme-calibration-tab thead tr:nth-child(2) th:nth-child(2) {
  border-top: 1px solid #304b5c;
}
.theme-table.theme-calibration-tab thead th:nth-child(1) {
  width: 55%;
}
.theme-table.theme-calibration-tab thead th:nth-child(2), .theme-table.theme-calibration-tab thead th:nth-child(3) {
  width: 22.5%;
  text-align: center;
}
.theme-table.theme-calibration-tab thead th:nth-child(1), .theme-table.theme-calibration-tab thead th:nth-child(2) {
  border-right: 1px solid #304b5c;
}
.theme-table.theme-calibration-tab tbody tr:nth-child(odd) {
  background: #fff;
}
.theme-table.theme-calibration-tab tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.theme-table.theme-calibration-tab tbody td:nth-child(1) {
  width: 55%;
}
.theme-table.theme-calibration-tab tbody td:nth-child(2), .theme-table.theme-calibration-tab tbody td:nth-child(3) {
  width: 22.5%;
  text-align: center;
  color: #e0592a;
}

.pc .theme-table::after {
  background-image: url(../images/touch_icon_pc.png);
}

.mb .theme-table::after {
  background-image: url(../images/touch_icon_mb.png);
}

@media (max-width: 991px) {
  .theme-table table {
    font-size: 0.9375rem;
  }
  .theme-table table {
    padding: 10px 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .theme-table table {
    font-size: 0.9375rem;
  }
  .theme-table table {
    padding: 8px 10px;
    line-height: 1.5;
  }
  .theme-table table tbody td:nth-child(1) {
    width: 20%;
  }
  .theme-table.theme-pro-top > table {
    width: 600px;
  }
}
.theme-repair-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-repair-list .theme-box {
  position: relative;
  text-align: center;
  border: 2px solid #5bc2e7;
  border-radius: 8px;
  padding: 2rem 1rem;
  width: calc(20% - 1rem);
  background: #fff;
}
.theme-repair-list .theme-box:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #5bc2e7;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.theme-repair-list .theme-box img {
  margin-bottom: 1rem;
}
.theme-repair-list .theme-box h3 {
  color: #e0592a;
  margin-bottom: 1rem;
}
.theme-repair-list .theme-box p {
  font-size: 1.0625rem;
  line-height: 1.8;
  margin: 0;
}
.theme-repair-list.four .theme-box {
  width: calc(25% - 1rem);
  padding: 2rem;
}
.theme-repair-list.aed-style {
  gap: 3rem;
}
.theme-repair-list.aed-style .theme-box {
  width: 20%;
}
.theme-repair-list.aed-style .theme-box::after {
  display: none;
}
.theme-repair-list.aed-style p {
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .theme-repair-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .theme-repair-list .theme-box {
    padding: 1.5rem;
    width: calc(33.33% - 1rem);
  }
  .theme-repair-list .theme-box:not(:last-child)::after {
    right: -25px;
  }
  .theme-repair-list .theme-box img {
    width: 70px;
  }
  .theme-repair-list.aed-style {
    gap: 1rem;
  }
  .theme-repair-list.aed-style .theme-box {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .theme-repair-list .theme-box h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .theme-repair-list .theme-box img {
    width: 65px;
    margin-bottom: 10px;
  }
  .theme-repair-list .theme-box p {
    font-size: 1rem;
  }
  .theme-repair-list.four .theme-box {
    width: calc(50% - 1rem);
  }
  .theme-repair-list.aed-style .theme-box {
    width: calc((100% - 2rem) / 3);
  }
}
@media (max-width: 767px) {
  .theme-repair-list .theme-box {
    width: 100%;
    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;
  }
  .theme-repair-list .theme-box:not(:last-child)::after {
    top: calc(100% + 15px);
    left: 50%;
    right: unset;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-color: #5bc2e7 transparent transparent transparent;
  }
  .theme-repair-list .theme-box img {
    width: 40px;
    margin-bottom: 1rem;
  }
  .theme-repair-list .theme-box h3 {
    width: calc(100% - 40px);
    padding-left: 10px;
    text-align: left;
  }
  .theme-repair-list .theme-box p {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    text-align: left;
  }
  .theme-repair-list.four .theme-box {
    width: 100%;
    padding: 1.5rem;
  }
  .theme-repair-list.aed-style .theme-box {
    width: 100%;
  }
}
.theme-process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-process-list .theme-box {
  width: calc(33.33% - 40px);
  margin: 0 20px 1.5rem;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 1.5rem;
  min-height: 120px;
  position: relative;
}
.theme-process-list .theme-box::after {
  content: url(../images/icon_aw.png);
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.theme-process-list .theme-box:last-child::after, .theme-process-list .theme-box:nth-child(3n)::after {
  display: none;
}
.theme-process-list .theme-box .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0 50% 50% 50%;
  color: #fff;
  font-size: 1.85rem;
  background: #5bc2e7;
}
.theme-process-list .theme-box p {
  width: calc(100% - 70px);
  margin: 0;
  padding-left: 1rem;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .theme-process-list .theme-box {
    padding: 10px;
    width: calc(33.33% - 20px);
    margin: 0 10px 10px;
  }
  .theme-process-list .theme-box::after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    right: -25px;
  }
  .theme-process-list .theme-box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.1rem;
  }
  .theme-process-list .theme-box p {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .theme-process-list .theme-box {
    width: calc(50% - 20px);
  }
  .theme-process-list .theme-box:nth-child(2n)::after {
    display: none;
  }
  .theme-process-list .theme-box:nth-child(3n)::after {
    display: block;
  }
  .theme-process-list .theme-box:nth-child(6n)::after {
    display: none;
  }
  .theme-process-list .theme-box p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .theme-process-list .theme-box {
    width: 100%;
    margin-bottom: 1.5rem;
    min-height: unset;
    padding: 1rem;
  }
  .theme-process-list .theme-box::after {
    top: calc(100% - 3px);
    -webkit-transform: scale(0.7) rotate(90deg) translate(-50%, 0);
        -ms-transform: scale(0.7) rotate(90deg) translate(-50%, 0);
            transform: scale(0.7) rotate(90deg) translate(-50%, 0);
    right: unset;
    left: 50%;
    z-index: 5;
  }
  .theme-process-list .theme-box:nth-child(2n)::after, .theme-process-list .theme-box:nth-child(6n)::after {
    display: block;
  }
}
.theme-calibration-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-calibration-list .theme-box {
  position: relative;
  border-radius: 8px;
  padding: 3rem 3rem 3rem 180px;
  width: calc((100% - 1.5rem) / 2);
  max-width: calc((100% - 1.5rem) / 2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-calibration-list .theme-box:nth-child(1) {
  background: #e67a55;
}
.theme-calibration-list .theme-box:nth-child(2) {
  background: #5bc2e7;
}
.theme-calibration-list .theme-box:nth-child(3) {
  background: #cebb52;
}
.theme-calibration-list .theme-box:nth-child(4) {
  background: #335165;
}
.theme-calibration-list .theme-box img {
  position: absolute;
  width: 105px;
  left: 3rem;
  top: 3rem;
}
.theme-calibration-list .theme-box h3 {
  text-transform: uppercase;
  font-size: 1.85rem;
  font-weight: normal;
}
.theme-calibration-list .theme-box p {
  font-size: 1.0625rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 991px) {
  .theme-calibration-list .theme-box {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 130px;
  }
  .theme-calibration-list .theme-box img {
    width: 80px;
    left: 1.5rem;
    top: 1.5rem;
  }
  .theme-calibration-list .theme-box h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .theme-calibration-list .theme-box {
    width: 100%;
    padding: 1rem 1rem 1rem 85px;
  }
  .theme-calibration-list .theme-box img {
    width: 55px;
    left: 1rem;
    top: 1rem;
  }
  .theme-calibration-list .theme-box h3 {
    font-size: 1.25rem;
  }
  .theme-calibration-list .theme-box p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.theme-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme-faq-list .theme-box {
  width: calc(50% - 1rem);
  background: #fff2f0;
  padding: 2rem;
  border-radius: 10px;
}
.theme-faq-list .theme-box .qua {
  font-size: 1.19rem;
  font-weight: normal;
  position: relative;
  margin: 0;
  font-weight: bold;
  padding-left: 40px;
}
.theme-faq-list .theme-box .qua::before {
  content: "Q";
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #e0592a;
}
.theme-faq-list .theme-box .ans {
  font-size: 1.0625rem;
  color: #666666;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .theme-faq-list {
    gap: 1rem;
  }
  .theme-faq-list .theme-box {
    padding: 1.5rem;
    width: calc(50% - 0.5rem);
  }
  .theme-faq-list .theme-box .qua {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .theme-faq-list .theme-box {
    width: 100%;
    padding-left: 1rem;
  }
  .theme-faq-list .theme-box .qua {
    font-size: 1.0625rem;
    padding-left: 35px;
  }
  .theme-faq-list .theme-box .qua::before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
  .theme-faq-list .theme-box .ans {
    padding-left: 35px;
    line-height: 1.5;
  }
}
.theme-video-list {
  font-size: 0;
}
.theme-video-list .box {
  display: inline-block;
  margin: 0 1rem 2rem;
  width: calc(33.33% - 2rem);
  vertical-align: top;
}
.theme-video-list .box .pic-box {
  border-radius: 20px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.theme-video-list .box .pic-box::before, .theme-video-list .box .pic-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.theme-video-list .box .pic-box::before {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #e0592a;
  border-style: solid;
  z-index: 1;
}
.theme-video-list .box .pic-box::after {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}
.theme-video-list .box .txt-box .h3 {
  font-size: 1.125rem;
  margin: 0;
}
.theme-video-list .box .txt-box .time {
  color: #00263e;
  font-size: 1rem;
}

.pc .theme-video-list .box .txt-box .h3:hover {
  color: #00263e;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .theme-video-list .box {
    width: calc(33.33% - 1rem);
    margin: 0 0.5rem 1rem;
  }
  .theme-video-list .box .pic-box {
    border-radius: 10px;
  }
  .theme-video-list .box .txt-box .h3 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .theme-video-list .box {
    width: calc(50% - 1rem);
  }
  .theme-video-list .box .pic-box {
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .theme-video-list .box .txt-box .h3 {
    font-size: 0.9375rem;
  }
}
/* information table*/
.information-table {
  width: 100%;
}
.information-table .thead {
  width: 100%;
  border-radius: 4px;
  color: #fff;
}
.information-table .thead .th-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information-table .thead .th-box .th {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  border-top: 2px solid #e0592a;
  color: #fff;
  background: #00263e;
  border-right: 1px solid #304b5c;
  padding: 20px 40px;
}
.information-table .thead .th-box .th:nth-child(1) {
  width: 150px;
}
.information-table .thead .th-box .th:nth-child(2) {
  width: calc(100% - 150px);
}
.information-table .tbody {
  width: 100%;
  font-size: 1rem;
}
.information-table .tbody .td-box {
  font-size: 0;
  width: 100%;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information-table .tbody .td-box:nth-child(even) {
  background: #f8f8f8;
}
.information-table .tbody .td-box .td {
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  padding: 20px 40px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
  border-left: 0;
}
.information-table .tbody .td-box .td:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}
.information-table .tbody .td-box .td:nth-child(1) {
  text-align: center;
  width: 150px;
}
.information-table .tbody .td-box .td:nth-child(1) img {
  margin: 0 auto;
}
.information-table .tbody .td-box .td:nth-child(2) {
  width: calc(100% - 150px);
}
.information-table .tbody .td-box .td:nth-child(2) .number {
  font-weight: bold;
}
.information-table.model-style .thead .th-box .th:nth-child(1) {
  width: 20%;
}
.information-table.model-style .thead .th-box .th:nth-child(2) {
  width: 80%;
}
.information-table.model-style .tbody .td-box .td:nth-child(1) {
  width: 20%;
}
.information-table.model-style .tbody .td-box .td:nth-child(2) {
  width: 80%;
}

.theme-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-flex-wrap > div {
  width: calc(50% - 2rem);
}

@media (max-width: 991px) {
  .information-table .thead {
    display: none;
  }
  .information-table .tbody {
    background: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .information-table .tbody .td-box {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }
  .information-table .tbody .td-box .td {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    line-height: 1.5rem;
  }
  .information-table .tbody .td-box .td:not(:last-child) {
    border-right: 0;
  }
  .information-table .tbody .td-box .td:nth-child(2):before {
    content: attr(data-mtit) "：";
    font-style: unset;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #666;
  }
  .theme-flex-wrap {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .theme-flex-wrap > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .information-table .tbody .td-box {
    padding: 10px 8px;
    margin-bottom: 1rem;
  }
  .information-table .tbody .td-box .td {
    border: 0;
    width: 100%;
    display: block;
  }
  .information-table .tbody .td-box .td:nth-child(1), .information-table .tbody .td-box .td:nth-child(2) {
    width: 100%;
  }
}
.about-theme-one .container-1200,
.about-theme-two .container-1200,
.about-theme-three .container-1200 {
  width: 100%;
  max-width: calc(1150px + 4rem) !important;
  padding: 0 2rem;
  margin: 0 auto;
}
.about-theme-one .flex-wrap,
.about-theme-two .flex-wrap,
.about-theme-three .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-theme-one .txt,
.about-theme-two .txt,
.about-theme-three .txt {
  line-height: 2;
  font-size: 1.13rem;
}

.about-theme-one {
  padding-top: 0;
}
.about-theme-one .flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-theme-one .flex-wrap .left-box {
  width: 37%;
}
.about-theme-one .flex-wrap .left-box img {
  width: 100%;
}
.about-theme-one .flex-wrap .right-box {
  width: 63%;
  padding-right: 3%;
}

.about-theme-two {
  position: relative;
  color: #fff;
  background: url(../images/about_02.jpg);
  background-size: cover;
  padding: 8% 0;
}
.about-theme-two .wave-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
  display: block;
  -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease;
  transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-mask-image: url(../images/wave.svg);
          mask-image: url(../images/wave.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-transition: height 1s;
  transition: height 1s;
  background: #fff;
  -webkit-animation: wave-ani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: wave-ani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.about-theme-two .wave-img.bottom-wave {
  -webkit-mask-image: url(../images/wave_2.svg);
          mask-image: url(../images/wave_2.svg);
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  bottom: -1px;
  top: unset;
  -webkit-animation: wave-ani-two 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: wave-ani-two 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.about-theme-two .g-h3 {
  color: #fff;
}
.about-theme-two .right-box {
  width: 57%;
}
.about-theme-two .left-box {
  width: 43%;
}

.about-theme-three .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.about-theme-three .box {
  position: relative;
  color: #fff;
  border-radius: 10px;
  padding: 4%;
  background: #e67a55;
  width: calc((100% - 3rem) / 2);
  font-size: 1.125rem;
  line-height: 2.2;
}
.about-theme-three .box .about-theme-number {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  font-size: 10rem;
  line-height: 1;
}

@media (max-width: 1199px) {
  .about-theme-one .container-1200,
  .about-theme-two .container-1200,
  .about-theme-three .container-1200 {
    max-width: 100%;
  }
  .about-theme-one .txt,
  .about-theme-two .txt,
  .about-theme-three .txt {
    line-height: 2;
    font-size: 1.0625rem;
  }
  .about-theme-two {
    background: url(../images/about_02.jpg) -500px center #00263e no-repeat;
  }
  .about-theme-three .list {
    gap: 1.5rem;
  }
  .about-theme-three .box {
    line-height: 1.8;
    font-size: 1.0625rem;
    width: calc((100% - 1.5rem) / 2);
  }
}
@media (max-width: 991px) {
  .about-theme-one .flex-wrap .left-box,
  .about-theme-one .flex-wrap .right-box,
  .about-theme-two .flex-wrap .left-box,
  .about-theme-two .flex-wrap .right-box {
    width: 100%;
    padding: 1rem 0;
  }
  .about-theme-two .right-box {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .about-theme-three .list {
    gap: 1rem;
  }
  .about-theme-three .box {
    width: calc((100% - 1rem) / 2);
    padding: 2rem;
  }
  .about-theme-three .box .about-theme-number {
    font-size: 7.5rem;
  }
}
@media (max-width: 767px) {
  .about-theme-one .g-h3,
  .about-theme-two .g-h3,
  .about-theme-three .g-h3 {
    font-size: 1.8rem;
  }
  .about-theme-one {
    padding-top: 1.5rem;
  }
  .about-theme-two {
    background: url(../images/about_02.jpg) no-repeat;
    background-size: cover;
  }
  .about-theme-two ul {
    padding-left: 20px;
  }
  .about-theme-two .flex-wrap .right-box {
    background: rgba(4, 17, 30, 0.43);
    padding: 1.5rem;
  }
  .about-theme-three .box {
    width: 100%;
  }
  .about-theme-three .box .about-theme-number {
    font-size: 5rem;
  }
}
.theme-table-original {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto 2rem;
}
.theme-table-original::after {
  content: "";
  width: 50px;
  height: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  top: 10px;
  opacity: 0;
  right: 10px;
  -webkit-animation: ani_LR 1.2s both linear infinite;
          animation: ani_LR 1.2s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.theme-table-original.need-scroll::after {
  opacity: 0.9;
}
.theme-table-original::-webkit-scrollbar {
  height: 3px;
}
.theme-table-original::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: #ddd;
}
.theme-table-original::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #999;
}
.theme-table-original:hover::-webkit-scrollbar-thumb {
  background: #666;
}
.theme-table-original table {
  position: relative;
  z-index: 1;
  width: 100%;
  border-collapse: collapse;
}
.theme-table-original table thead {
  border-top: 2px solid #e0592a;
}
.theme-table-original table thead th {
  word-break: break-all;
  color: #fff;
  background: #00263e;
  padding: 15px 40px;
  border-right: 1px solid #304b5c;
}
.theme-table-original table thead th:last-child {
  border-right: 0;
}
.theme-table-original table tbody td {
  font-weight: 500;
  padding: 10px 40px;
  border: 1px solid #e3e3e3;
  vertical-align: top;
  border-left: 0;
  word-break: break-word;
}
.theme-table-original table tbody td:last-child {
  border-right: 0;
}
.theme-table-original table tbody td.td-bg-style {
  background: #f8f8f8;
}

@media (max-width: 991px) {
  .theme-table-original table {
    font-size: 0.9375rem;
  }
  .theme-table-original table thead th {
    padding: 8px 10px;
    line-height: 1.5;
  }
  .theme-table-original table tbody td {
    padding: 8px 10px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .theme-table-original table {
    font-size: 0.9375rem;
  }
  .theme-table-original table thead th {
    padding: 8px 10px;
    line-height: 1.5;
  }
  .theme-table-original table tbody td {
    padding: 8px 10px;
    line-height: 1.5;
  }
}
.theme-aed {
  width: 100%;
  max-width: calc(1150px + 4rem) !important;
  padding: 0 2rem;
  margin: 0 auto;
}
.theme-aed .g-h3 {
  font-weight: bold;
  text-align: left;
  font-size: 36px;
  color: #00263e;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.theme-aed .g-h3 .orange {
  color: #e0592a;
}
.theme-aed .text-center {
  text-align: center;
}
.theme-aed .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.theme-aed .flex-wrap .left-box {
  width: 50%;
}
.theme-aed .flex-wrap .left-box img {
  width: 100%;
}
.theme-aed .flex-wrap .right-box {
  width: 50%;
  padding-right: 3%;
}
.theme-aed .flex-wrap .right-box .txt {
  line-height: 2;
}
.theme-aed .btn-second {
  background-color: #e0592a;
  color: #fff;
  border-radius: 27.5px;
  height: 55px;
  line-height: 55px;
  width: 190px;
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  margin: 2rem auto 0;
}

@media (max-width: 991px) {
  .theme-aed {
    padding: 0;
  }
  .theme-aed .flex-wrap .left-box,
  .theme-aed .flex-wrap .right-box {
    width: 100%;
    padding: 1rem 0;
  }
  .theme-aed .btn-second {
    border-radius: 22.5px;
    height: 45px;
    line-height: 45px;
    width: 150px;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
.pop-pic-btn,
.pop-video-btn {
  width: auto;
  display: inline-block;
  background-color: #00263e;
  text-decoration: none;
  color: #fff;
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pop-pic-btn:hover,
.pop-video-btn:hover {
  background: #e0592a;
  color: #fff;
}

.pop-pic-box,
.pop-video-box {
  position: relative;
  display: block;
  border-radius: 0;
}
.pop-pic-box img,
.pop-video-box img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pop-video-box::before, .pop-video-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pop-video-box::before {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #e0592a;
  border-style: solid;
  z-index: 1;
}
.pop-video-box::after {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}

.pop-pic-box:hover img,
.pop-video-box:hover img {
  opacity: 0.8;
}

.theme-text-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.theme-text-center .single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
  position: relative;
  border: 2px solid #5bc2e7;
  border-radius: 8px;
  padding: 2rem 1rem;
  background: #fff;
}
.theme-text-center .single .pic {
  margin: 0 auto 1rem;
  width: 85px;
  height: 85px;
  overflow: hidden;
}

.theme-btn-wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 1rem 0;
}
.theme-btn-wrap-center .theme-btn {
  display: block;
  background: #fff;
  border-radius: 23px;
  line-height: 46px;
  height: 46px;
  padding: 0 20px;
  color: #000;
  background: #e9e9e9;
}
.theme-btn-wrap-center .theme-btn:hover {
  background: #e0592a;
  color: #fff;
}

.i-about-p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #666666;
  font-size: 17px;
  line-height: 2;
  width: 42%;
}
@media (max-width: 991px) {
  .i-about-p {
    width: 100%;
  }
}
.i-about-p .orange {
  color: #e0592a;
}