@charset "UTF-8";
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}
@-webkit-keyframes dotAni_small {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes dotAni_small {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media screen and (max-width: 1180px) {
  body:has(.listPage) .outerWrap {
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}
body.comparePage .bannerArea .header {
  opacity: 0;
}

a {
  cursor: pointer;
}

.btn::after {
  font-weight: 300;
}

.mainArea {
  position: relative;
  font-family: "Oswald", "Noto Sans TC", Arial, Helvetica, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.mainArea img {
  display: block;
}
@media screen and (max-width: 640px) {
  .mainArea.style03 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1180px) {
  .mainArea.style03 .classLinkBox {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mainArea.style03 .classLinkBox {
    margin-bottom: 30px;
  }
}
.mainArea.style03 .titleBox {
  margin-bottom: 45px;
}
.mainArea.listPage:not(:has(.classLink)) {
  padding-top: 0;
}
.mainArea.listPage:not(:has(.classLink)) .mainBannerBox {
  display: none;
}
@media screen and (min-width: 1181px) {
  .mainArea.listPage {
    padding-top: 0;
  }
}
.mainArea.insPage, .mainArea.comparePage {
  padding-top: 150px;
}
@media screen and (max-width: 1180px) {
  .mainArea.insPage, .mainArea.comparePage {
    padding-top: 135px;
  }
}
.mainArea.insPage .bread, .mainArea.comparePage .bread {
  text-align: right;
}
.mainArea.insPage .bread span, .mainArea.comparePage .bread span {
  color: #000000;
}
.mainArea.comparePage {
  padding-bottom: 105px;
}
.mainArea.comparePage .titleBox {
  margin-bottom: 55px;
}

.comparePage .compareBox table .btnClear button,
.comparePage .compareBox table .btnClear a, .compareBtn, .compareArea .compareBox .compareTable td svg,
.filterAllArea .compareBox .compareTable td svg, .filterArea .subMenuBox .applicationBox .applicationList .Img::before, .filterArea .subMenuBox .applicationBox .applicationList .applicationItem, .findArea #chart path, .videoArea .TxtList .TxtItem, .videoArea .markList .markItem, .menuTab a::after, .menuTab .menuTabItem, .checkboxStyle .checkboxTitle {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes scrollDown_mouse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes scrollDown_mouse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.icon_scrollArrow {
  color: #ffffff;
  width: 15px;
  height: 7px;
}

.icon_arrowLeft,
.icon_arrowRight {
  color: #be2727;
  width: 9px;
  height: 7px;
}

.icon_trash {
  color: #868686;
  width: 18px;
  height: 22px;
}

.icon_back {
  color: #ffffff;
  width: 19px;
  height: 15px;
}

.icon_link {
  fill: #ffffff;
  color: #ffffff;
  width: 15px;
  height: 15px;
}

.icon_file2 {
  color: #ffffff;
  width: 11px;
  height: 15px;
}

.btnBox a.btn.btn_color_white {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  border-color: rgba(67, 67, 67, 0.3);
  background-color: #ffffff;
  letter-spacing: 1.4px;
  padding: 0 22px;
  margin: 0;
  height: 45px;
}
@media screen and (min-width: 1201px) {
  .btnBox a.btn.btn_color_white:hover {
    color: #ffffff;
    border-color: #bd2020;
    background-color: #bd2020;
  }
}

.mainBannerBox {
  position: relative;
}
@media screen and (max-width: 1180px) {
  .mainBannerBox .classLinkWrap {
    background-color: #fff;
  }
}
@media screen and (min-width: 961px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 360px) {
  .mainBannerBox .classLinkWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.classLink li > a::before {
  top: calc(100% + 18px);
}

.bannerArea .bannerOuter .titleBox {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .bannerArea .bannerOuter .titleBox {
    padding-top: 30px;
  }
}
.bannerArea .bannerOuter .titleBox h2 {
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {
  .bannerArea .bannerOuter .titleBox h2 {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 768px) {
  .bannerArea .bannerOuter .titleBox h2 {
    font-size: 35px;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 480px) {
  .bannerArea .bannerOuter .titleBox h2 {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 375px) {
  .bannerArea .bannerOuter .titleBox h2 {
    font-size: 25px;
    letter-spacing: 0.5px;
  }
}
.bannerArea .bannerOuter .titleBox h2::after {
  display: none;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown svg {
  display: block;
  margin: 0 auto;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.mouse {
  width: 22px;
  height: 34px;
  margin: 0 auto 5px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  position: relative;
}
.bannerArea .scrollDown span.mouse:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 6.5px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-animation: scrollDown_mouse 2s infinite;
          animation: scrollDown_mouse 2s infinite;
}
.bannerArea .scrollDown span.text {
  color: #ffffff;
  font-family: "Oswald", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-top: 20px;
}

.checkboxStyle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.checkboxStyle:has(:disabled) {
  opacity: 0.6;
}
@media screen and (min-width: 1201px) {
  .checkboxStyle:hover {
    cursor: pointer;
  }
}
.checkboxStyle .checkboxItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  border: 1px solid #bfbfbf;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: -2px;
}
@media screen and (max-width: 768px) {
  .checkboxStyle .checkboxItem {
    margin-right: 10px;
  }
}
.checkboxStyle .checkboxItem:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 7px;
  background-image: url(../svg/icon_check.svg);
  background-repeat: no-repeat;
  opacity: 0;
}
.checkboxStyle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.checkboxStyle input[type=checkbox]:checked + .checkboxItem {
  border-color: #b41f1f;
  background-color: #b41f1f;
}
.checkboxStyle input[type=checkbox]:checked + .checkboxItem:before {
  opacity: 1;
}
.checkboxStyle input[type=checkbox]:checked + .checkboxItem + .checkboxTitle {
  color: #2b2b2b;
}
.checkboxStyle input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.checkboxStyle input[type=radio] + .checkboxItem:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 0;
}
.checkboxStyle input[type=radio]:checked + .checkboxItem {
  border-color: #b41f1f;
  background-color: #b41f1f;
}
.checkboxStyle input[type=radio]:checked + .checkboxItem:before {
  opacity: 1;
}
.checkboxStyle input[type=radio]:checked + .checkboxItem + .checkboxTitle {
  color: #2b2b2b;
}
.checkboxStyle .checkboxTitle {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .checkboxStyle .checkboxTitle {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 480px) {
  .checkboxStyle .checkboxTitle {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

/*頁籤*/
.menuTab {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 85px;
}
@media screen and (max-width: 1440px) {
  .menuTab {
    padding: 12px 50px;
  }
}
@media screen and (max-width: 1180px) {
  .menuTab {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 992px) {
  .menuTab {
    padding: 12px 0;
  }
}
@media screen and (max-width: 900px) {
  .menuTab {
    width: 100%;
    max-width: 900px;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
  }
  .menuTab.hasLeftMask::before {
    content: "";
    display: block;
    position: sticky;
    left: -2px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
    background: linear-gradient(to right, #ffffff, transparent);
    width: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: -12px -50px -12px 0;
    pointer-events: none;
    z-index: 5;
    -webkit-animation: fadeIn 0.3s ease-in forwards;
            animation: fadeIn 0.3s ease-in forwards;
  }
  .menuTab.hasRightMask::after {
    content: "";
    display: block;
    position: sticky;
    right: -2px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(85%, #ffffff));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 85%);
    width: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: -12px 0 -12px -50px;
    pointer-events: none;
    z-index: 5;
    -webkit-animation: fadeIn 0.3s ease-in forwards;
            animation: fadeIn 0.3s ease-in forwards;
  }
}
.menuTab .menuTabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .menuTab .menuTabItem {
    min-width: 120px;
  }
}
.menuTab a {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 13.5px 40px 13.5px 20px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .menuTab a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 13.5px 30px 13.5px 15px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .menuTab a {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 480px) {
  .menuTab a {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
@media screen and (min-width: 1201px) {
  .menuTab a:hover {
    color: #ffffff;
    background-color: #1e1e1e;
  }
  .menuTab a:hover::after {
    color: #ffffff;
  }
}
.menuTab a.current {
  color: #ffffff;
  background-color: #1e1e1e;
}
.menuTab a.current::after {
  color: #ffffff;
}
.menuTab a::after {
  color: #000000;
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: FontAwesome;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1180px) {
  .menuTab a::after {
    right: 10px;
  }
}

/*頁籤內容*/
.menuTabContent {
  padding: 35px 0;
}
@media screen and (max-width: 480px) {
  .menuTabContent {
    padding: 30px 0;
  }
}
.menuTabContent .menuTabContentItem {
  display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*****類Banner樣式*****/
@media (min-width: 961px) {
  .classLink li.pcHide {
    display: none;
  }
  .classLink li.pcHide + li {
    margin-left: 0;
  }
}
@media (min-width: 1181px) {
  .classLink a {
    color: #ffffff;
  }
  .classLinkBox > .title a {
    color: #ffffff;
  }
}
/*****列表樣式*****/
.videoArea {
  position: relative;
  width: 100%;
}
.videoArea .videoSection {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.videoArea .videoSection.section01 {
  background-color: #000000;
}
.videoArea .videoSection.section01 .markList .markItem {
  left: 30px;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section01 .markList .markItem {
    left: 20px;
    width: calc(100% - 20px);
  }
}
.videoArea .videoSection.section01 .markList .markItem:nth-child(1) {
  top: 65%;
}
.videoArea .videoSection.section01 .markList .markItem:nth-child(2) {
  top: 55%;
}
.videoArea .videoSection.section01 .markList .markItem:nth-child(3) {
  top: 35%;
}
.videoArea .videoSection.section01 .TxtList {
  position: relative;
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section01 .TxtList .TxtItem {
    bottom: 50px;
  }
}
@media screen and (max-height: 812px) {
  .videoArea .videoSection.section01 .TxtList .TxtItem {
    bottom: 25px;
  }
}
.videoArea .videoSection.section01 .TxtList .TxtTitle {
  border-bottom-color: #ffffff;
}
.videoArea .videoSection.section01 .TxtList .TxtTitle .mark,
.videoArea .videoSection.section01 .TxtList .TxtTitle .title {
  color: #ffffff;
}
.videoArea .videoSection.section01 .TxtList .TxtContent {
  color: #ffffff;
}
.videoArea .videoSection.section02 {
  background-color: #e7e9e9;
}
.videoArea .videoSection.section02 .markList .markItem {
  left: 0;
  right: 0;
  margin: auto;
}
.videoArea .videoSection.section02 .markList .markItem:nth-child(1) {
  top: 50%;
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section02 .markList .markItem:nth-child(1) {
    top: 46%;
  }
}
@media screen and (max-width: 768px) {
  .videoArea .videoSection.section02 .markList .markItem:nth-child(1) {
    top: 47%;
  }
}
.videoArea .videoSection.section02 .markList .markItem:nth-child(2) {
  left: 35%;
  right: auto;
  top: 65%;
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section02 .markList .markItem:nth-child(2) {
    top: 63%;
  }
}
@media screen and (max-width: 768px) {
  .videoArea .videoSection.section02 .markList .markItem:nth-child(2) {
    top: 60%;
  }
}
.videoArea .videoSection.section02 .markList .markItem:nth-child(3) {
  top: 60%;
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section02 .markList .markItem:nth-child(3) {
    top: 56%;
  }
}
@media screen and (max-width: 768px) {
  .videoArea .videoSection.section02 .markList .markItem:nth-child(3) {
    top: 57%;
  }
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section02 .TxtList .TxtItem {
    bottom: 100px;
  }
}
@media screen and (max-height: 812px) {
  .videoArea .videoSection.section02 .TxtList .TxtItem {
    bottom: 85px;
  }
}
.videoArea .videoSection.section03 {
  background-color: #ffffff;
}
.videoArea .videoSection.section03 .markList .markItem:nth-child(1) {
  left: 25vw; /*26%*/
  right: auto;
  top: 43%;
}
@media screen and (max-width: 1180px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(1) {
    top: 41%;
  }
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(1) {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(1) {
    left: 8vw;
  }
}
.videoArea .videoSection.section03 .markList .markItem:nth-child(2) {
  left: 24vw;
  right: auto;
  top: 75%;
}
@media screen and (max-width: 1180px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(2) {
    top: 67%;
  }
}
@media screen and (max-width: 768px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(2) {
    left: 8vw;
    top: 71.5%;
  }
}
@media screen and (max-height: 812px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(2) {
    top: 66%;
  }
}
.videoArea .videoSection.section03 .markList .markItem:nth-child(3) {
  left: 40vw;
  right: auto;
  top: 64%;
}
@media screen and (max-width: 1180px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(3) {
    top: 60%;
  }
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(3) {
    left: 40vw; /*40%*/
  }
}
@media screen and (max-width: 768px) {
  .videoArea .videoSection.section03 .markList .markItem:nth-child(3) {
    left: 35vw;
  }
}
@media screen and (max-width: 992px) {
  .videoArea .videoSection.section03 .TxtList .TxtItem {
    bottom: 100px;
  }
}
@media screen and (max-height: 812px) {
  .videoArea .videoSection.section03 .TxtList .TxtItem {
    bottom: 85px;
  }
}
.videoArea .videoSection .videoBox {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1180px) {
  .videoArea .videoSection .videoBox {
    height: calc(100vh - 65px - env(safe-area-inset-bottom));
  }
}
.videoArea .videoSection canvas {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .videoArea .videoSection canvas {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.videoArea .markList .markItem {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoArea .markList .markItem .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.951vw; /*74px*/
  height: 3.951vw; /*74px*/
  margin: auto;
  border-radius: 50%;
  border: 1px solid #bd2020;
  background-color: #bd2020;
  color: #ffffff;
  font-size: 1.8vw; /*31px*/
  position: relative;
}
@media screen and (max-width: 992px) {
  .videoArea .markList .markItem .circle {
    width: 7.5vw; /*74px*/
    height: 7.5vw; /*74px*/
    font-size: 2.5vw; /*31px*/
  }
}
@media screen and (max-width: 480px) {
  .videoArea .markList .markItem .circle {
    width: 12vw; /*74px*/
    height: 12vw; /*74px*/
    font-size: 5vw; /*31px*/
  }
}
.videoArea .markList .markItem .circle:before, .videoArea .markList .markItem .circle:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  content: "";
  border: 1px solid #bd2020;
  -webkit-animation: dotAni 1.4s linear infinite;
          animation: dotAni 1.4s linear infinite;
}
.videoArea .markList .markItem .circle:after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.videoArea .TxtList .TxtItem {
  position: absolute;
  left: 100px;
  bottom: 50px;
  z-index: 2;
  opacity: 0;
  max-width: calc(100% - 200px);
}
@media screen and (max-width: 1180px) {
  .videoArea .TxtList .TxtItem {
    bottom: 100px;
    left: 40px;
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 992px) {
  .videoArea .TxtList .TxtItem {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 480px) {
  .videoArea .TxtList .TxtItem {
    left: 20px;
    max-width: calc(100% - 40px);
  }
}
.videoArea .TxtList .TxtTitle {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
  border-bottom: 2px solid #bd2020;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.videoArea .TxtList .TxtTitle .mark {
  color: #bd2020;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .videoArea .TxtList .TxtTitle .mark {
    margin-right: 10px;
  }
}
.videoArea .TxtList .TxtTitle .title {
  color: #000000;
}
.videoArea .TxtList .TxtContent {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.642;
  letter-spacing: 0.28px;
}

.findArea {
  background-image: url(../jpg/find_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .findArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .findArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .findArea {
    display: none;
  }
}
.findArea .findBox {
  padding: 75px 60px 15px 10px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .findArea .findBox {
    padding: 75px 30px;
  }
}
@media screen and (max-width: 1180px) {
  .findArea .findBox {
    padding: 75px 10px;
  }
}
@media screen and (max-width: 480px) {
  .findArea .findBox {
    padding: 75px 10px 75px 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}
.findArea .findBox .title,
.findArea .findBox .subTitle {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
.findArea .findBox .leftBox,
.findArea .findBox .rightBox {
  position: absolute;
  font-family: "Noto Sans TC";
}
.findArea .findBox .leftBox {
  left: 90px;
  top: 75px;
}
@media screen and (max-width: 1536px) {
  .findArea .findBox .leftBox {
    left: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .findArea .findBox .leftBox {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .findArea .findBox .leftBox {
    top: 130px;
  }
}
@media screen and (max-width: 480px) {
  .findArea .findBox .leftBox {
    left: 25px;
  }
}
.findArea .findBox .rightBox {
  right: 50px;
  bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .findArea .findBox .rightBox {
    bottom: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .findArea .findBox .rightBox {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .findArea .findBox .rightBox {
    position: relative;
    left: 20px;
    right: auto;
    bottom: 0;
  }
}
.findArea #chart {
  max-width: 1030px;
  margin: 0 auto 30px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .findArea #chart {
    min-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .findArea #chart .apexcharts-toolbar {
    right: 15px !important;
    top: -60px !important;
  }
}
.findArea #chart .apexcharts-tooltip {
  border-radius: 0;
  border: 0 !important;
  -webkit-transform: translateX(0) translateY(121px);
          transform: translateX(0) translateY(121px);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
.findArea #chart .tooltipBox {
  padding: 20px;
  border-radius: 0;
  background-color: #000000;
  margin: 0 15px;
}
@media screen and (max-width: 992px) {
  .findArea #chart .tooltipBox {
    display: none !important;
  }
}
.findArea #chart .tooltipBox a {
  color: #bd2020;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .findArea #chart .tooltipBox a:hover {
    text-decoration: underline !important;
  }
}
.findArea #chart .tooltipBox .title {
  color: #bd2020;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.findArea #chart .tooltipBox .tooltipList .tooltipItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}
.findArea #chart .tooltipBox .tooltipList .tooltipItem:not(:last-child) {
  padding-bottom: 5px;
}
.findArea #chart .tooltipBox .tooltipList .left {
  color: #939393;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 45px;
  margin-right: 20px;
}
.findArea #chart .tooltipBox .tooltipList .right {
  color: #ffffff;
}
.findArea #chart path {
  cursor: pointer;
}
.findArea #chart path.hovered {
  fill: #ffffff;
  stroke-width: 2px;
}
.findArea #chart .apexcharts-legend {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .findArea #chart .apexcharts-legend {
    padding-bottom: 80px;
  }
}
.findArea #chart .apexcharts-legend .apexcharts-legend-series:nth-child(1) {
  margin-right: 23px !important;
}
@media screen and (max-width: 768px) {
  .findArea #chart .apexcharts-legend .apexcharts-legend-series:nth-child(1) {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .findArea #chart .apexcharts-legend .apexcharts-legend-series:nth-child(1) {
    margin-right: 10px !important;
  }
}
.findArea #chart .apexcharts-legend .apexcharts-legend-series:nth-child(2) {
  margin-left: 23px !important;
}
@media screen and (max-width: 768px) {
  .findArea #chart .apexcharts-legend .apexcharts-legend-series:nth-child(2) {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .findArea #chart .apexcharts-legend .apexcharts-legend-series:nth-child(2) {
    margin-left: 10px !important;
  }
}
.findArea #chart .apexcharts-legend .apexcharts-legend-marker {
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .findArea #chart .apexcharts-legend .apexcharts-legend-marker {
    margin-right: 10px;
  }
}
.findArea #chart .apexcharts-xaxis .apexcharts-xaxis-texts-g {
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}
.findArea #chart .apexcharts-yaxis .apexcharts-yaxis-texts-g {
  -webkit-transform: translateX(-33px);
          transform: translateX(-33px);
}
.findArea #chart .apexcharts-yaxis text:last-child {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}

.filterArea {
  padding-top: 70px;
}
.filterArea .subMenuBox:has(.applicationBox) .checkMenuBox {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .filterArea .subMenuBox:has(.applicationBox) .checkMenuBox {
    margin-top: 30px;
  }
}
.filterArea .subMenuBox .slick-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(190, 39, 39, 0.4);
}
.filterArea .subMenuBox .slick-arrow::before {
  display: none;
}
.filterArea .subMenuBox .slick-arrow svg {
  margin-top: 1px;
}
.filterArea .subMenuBox .slick-arrow.slick-prev {
  left: 0;
}
.filterArea .subMenuBox .slick-arrow.slick-next {
  right: 0;
}
.filterArea .subMenuBox .slick-arrow.slick-next svg {
  margin-left: 1px;
}
.filterArea .subMenuBox .applicationBox .applicationList:not(:has(.slick-arrow)) .slick-list {
  width: 100%;
}
.filterArea .subMenuBox .applicationBox .applicationList:not(:has(.slick-arrow)) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.filterArea .subMenuBox .applicationBox .applicationList:has(.slick-arrow) .slick-list {
  margin: 0 auto;
  width: calc(100% - 58px); /*34*2=68-左右各5*/
}
.filterArea .subMenuBox .applicationBox .applicationList .slick-current {
  z-index: 2;
}
.filterArea .subMenuBox .applicationBox .applicationList .slick-current .Img::before {
  opacity: 0;
}
.filterArea .subMenuBox .applicationBox .applicationList > .applicationItem {
  float: left;
  width: 14.2857142857%;
}
.filterArea .subMenuBox .applicationBox .applicationList > .applicationItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.filterArea .subMenuBox .applicationBox .applicationList .applicationItem {
  padding: 6px;
  position: relative;
  cursor: pointer;
}
.filterArea .subMenuBox .applicationBox .applicationList .applicationItem .selectedStatus {
  border: 6px solid red;
}
@media screen and (min-width: 1201px) {
  .filterArea .subMenuBox .applicationBox .applicationList .applicationItem:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    z-index: 2;
  }
  .filterArea .subMenuBox .applicationBox .applicationList .applicationItem:hover .Img::before {
    opacity: 0;
  }
}
.filterArea .subMenuBox .applicationBox .applicationList .item {
  position: relative;
}
.filterArea .subMenuBox .applicationBox .applicationList .item:has(.imgChecked) {
  border: 2px solid red;
}
.filterArea .subMenuBox .applicationBox .applicationList .Img {
  position: relative;
}
.filterArea .subMenuBox .applicationBox .applicationList .Img::before {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background-color: rgba(38, 38, 38, 0.7);
}
.filterArea .subMenuBox .applicationBox .applicationList .Img .hideCheck {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}
.filterArea .subMenuBox .applicationBox .applicationList .Img img {
  width: 100%;
}
.filterArea .subMenuBox .applicationBox .applicationList .Txt {
  position: absolute;
  inset: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.filterArea .subMenuBox .applicationBox .applicationList .Txt .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 441px) and (max-width: 768px) {
  .filterArea .subMenuBox .applicationBox .applicationList .Txt .title {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
.filterArea .subMenuBox .checkMenuList {
  text-align: center;
}
@media screen and (max-width: 460px) {
  .filterArea .subMenuBox .checkMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}
.filterArea .subMenuBox .checkMenuList .checkMenuItem {
  display: inline-block;
  padding: 0 13px 15px;
}
@media screen and (max-width: 768px) {
  .filterArea .subMenuBox .checkMenuList .checkMenuItem {
    padding: 0 8px 10px;
  }
}
@media screen and (max-width: 460px) {
  .filterArea .subMenuBox .checkMenuList .checkMenuItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 414px) {
  .filterArea .subMenuBox .checkMenuList .checkMenuItem {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .filterArea .subMenuBox .checkMenuList .checkMenuItem {
    width: 100%;
  }
}
.filterArea .subMenuBox .applicationMenu > .checkMenuList:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.filterArea .searchResultsBox {
  padding-top: 35px;
}
@media (max-width: 600px) {
  .filterArea .searchResultsBox {
    padding-top: 0;
  }
}
.filterArea .searchResultsBox .btnBar {
  margin: 0 -15px;
}
@media (max-width: 640px) {
  .filterArea .searchResultsBox .btnBar {
    margin: 0 -10px;
  }
}
@media (max-width: 600px) {
  .filterArea .searchResultsBox .btnBar {
    margin: 0;
    padding-bottom: 40px;
  }
}
.filterArea .searchResultsBox .btnBar .btnBox {
  padding: 0 15px;
}
@media (max-width: 640px) {
  .filterArea .searchResultsBox .btnBar .btnBox {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  .filterArea .searchResultsBox .btnBar .btnBox {
    padding: 10px 0;
  }
}
.filterArea .searchResultsBox .btnBar .btn {
  min-width: 225px;
  width: 100%;
  margin: 0;
  height: 45px;
  line-height: 45px;
}
.filterArea .searchResultsBox .btnBar .btn svg {
  top: 0;
}
.filterArea .searchResultsBox .totalBox {
  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;
}
@media screen and (max-width: 480px) {
  .filterArea .searchResultsBox .totalBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.filterArea .searchResultsBox .totalBox .totalTxt {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
}
.filterArea .searchResultsBox .totalBox span {
  color: #bd2020;
  font-family: "Oswald", "微軟正黑體", sans-serif;
  padding-left: 6px;
  padding-right: 8px;
}
.filterArea .searchResultsBox .totalBox .btnBox {
  padding-left: 25px;
}
@media screen and (max-width: 480px) {
  .filterArea .searchResultsBox .totalBox .btnBox {
    padding-left: 0;
    padding-top: 20px;
  }
}
.filterArea .searchResultsBox .resultsTableBox {
  padding-top: 35px;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable {
  overflow-x: auto;
  position: relative;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable table {
  width: 100%;
  border-collapse: collapse;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable thead {
  background-color: #ededed;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable tbody tr:not(:last-child) td {
  border-bottom: 1px solid #dcdcdc;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable th {
  color: #2b2b2b;
  font-weight: 500;
  text-align: left;
  padding: 19px 30px 19px 35px;
}
@media screen and (max-width: 768px) {
  .filterArea .searchResultsBox .resultsTableBox .resultsTable th {
    padding: 19px 20px;
  }
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable th:nth-child(1) {
  width: 186px;
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #ededed;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable th:nth-child(5) {
  width: 400px;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable th:nth-last-child(2) {
  width: 140px;
  padding-left: 0;
  padding-right: 0;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable th:last-child {
  width: 180px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .filterArea .searchResultsBox .resultsTableBox .resultsTable th:last-child {
    padding-right: 20px;
  }
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable td {
  color: #868686;
  padding: 20px 20px 20px 35px;
}
@media screen and (max-width: 768px) {
  .filterArea .searchResultsBox .resultsTableBox .resultsTable td {
    padding: 20px;
  }
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable td span {
  position: relative;
  z-index: 10;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable td:first-child {
  color: #2b2b2b;
  font-weight: 600;
  font-family: "Oswald", "微軟正黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  position: sticky;
  left: 0;
  z-index: 5;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable td:first-child::before {
  position: absolute;
  inset: 0;
  height: calc(100% - 1px);
  margin: auto;
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .filterArea .searchResultsBox .resultsTableBox .resultsTable td:first-child {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable td:first-child::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 28px;
  background-color: #dcdcdc;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable td:nth-last-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable td:last-child {
  padding-left: 30px;
  padding-right: 30px;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable th,
.filterArea .searchResultsBox .resultsTableBox .resultsTable td {
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.28px;
  vertical-align: middle;
}
.filterArea .searchResultsBox .resultsTableBox .resultsTable th:last-child,
.filterArea .searchResultsBox .resultsTableBox .resultsTable td:last-child {
  text-align: center;
}
.filterArea .searchResultsBox .resultsTableBox .btnBox .btnMore {
  max-width: 140px;
  width: 100%;
  padding-left: 20px;
  padding-right: 15px;
}
.filterArea .searchResultsBox .resultsTableBox .btnBox .btnMore::after {
  margin-left: 25px;
  font-weight: 300;
}
.filterArea .searchResultsBox .resultsTableBox .checkboxStyle .checkboxItem {
  margin-right: 0;
  width: 28px;
  height: 28px;
}
.filterArea .searchResultsBox .resultsTableBox .checkboxStyle .checkboxItem::before {
  width: 14px;
  height: 11px;
  background-size: cover;
}

.compareArea,
.filterAllArea {
  max-width: 1240px;
  width: 100%;
  padding: 100px 105px;
  background: #eeeeee;
  left: 50%;
  top: 52%;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
}
@media screen and (max-width: 1300px) {
  .compareArea,
  .filterAllArea {
    max-width: calc(100% - 60px);
    max-height: calc(90vh - 50px);
    padding: 100px 50px 60px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .compareArea,
  .filterAllArea {
    padding: 90px 30px 60px;
  }
}
@media screen and (max-width: 480px) {
  .compareArea,
  .filterAllArea {
    max-width: calc(100% - 40px);
    padding: 80px 20px 50px;
  }
}
.compareArea.show,
.filterAllArea.show {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.compareArea .wrap,
.filterAllArea .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.compareArea #closeInquiry,
.filterAllArea #closeInquiry {
  right: 0;
  top: 0;
  width: 145px;
  height: 90px;
  background-color: #bd2020;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .compareArea #closeInquiry,
  .filterAllArea #closeInquiry {
    width: 110px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .compareArea #closeInquiry,
  .filterAllArea #closeInquiry {
    width: 80px;
    height: 60px;
  }
}
.compareArea .titleBox,
.filterAllArea .titleBox {
  text-align: center;
}
.compareArea .titleBox .title,
.filterAllArea .titleBox .title {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .compareArea .titleBox .title,
  .filterAllArea .titleBox .title {
    font-size: 35px;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .compareArea .titleBox .title,
  .filterAllArea .titleBox .title {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
}
.compareArea .titleBox .title::after,
.filterAllArea .titleBox .title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin: auto;
  background-color: #bd2020;
}
.compareArea .compareBox,
.filterAllArea .compareBox {
  max-height: 380px;
  overflow-y: auto;
}
@media screen and (max-width: 1180px) {
  .compareArea .compareBox,
  .filterAllArea .compareBox {
    height: 290px;
  }
}
@media screen and (max-width: 768px) {
  .compareArea .compareBox,
  .filterAllArea .compareBox {
    height: 35vh;
  }
}
.compareArea .compareBox .compareTable,
.filterAllArea .compareBox .compareTable {
  overflow-x: auto;
  position: relative;
}
.compareArea .compareBox .compareTable table,
.filterAllArea .compareBox .compareTable table {
  width: 100%;
  border-collapse: collapse;
}
.compareArea .compareBox .compareTable thead,
.filterAllArea .compareBox .compareTable thead {
  background-color: #d6d6d6;
}
.compareArea .compareBox .compareTable th,
.filterAllArea .compareBox .compareTable th {
  color: #2b2b2b;
  font-weight: 500;
  text-align: left;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 1181px) {
  .compareArea .compareBox .compareTable th:nth-child(1),
  .filterAllArea .compareBox .compareTable th:nth-child(1) {
    width: 100px;
  }
  .compareArea .compareBox .compareTable th:nth-child(2),
  .filterAllArea .compareBox .compareTable th:nth-child(2) {
    width: 190px;
  }
  .compareArea .compareBox .compareTable th:nth-child(3),
  .filterAllArea .compareBox .compareTable th:nth-child(3) {
    width: 145px;
  }
  .compareArea .compareBox .compareTable th:nth-child(4),
  .filterAllArea .compareBox .compareTable th:nth-child(4) {
    width: 195px;
  }
  .compareArea .compareBox .compareTable th:last-child,
  .filterAllArea .compareBox .compareTable th:last-child {
    width: 155px;
  }
}
@media screen and (max-width: 1180px) {
  .compareArea .compareBox .compareTable th:nth-child(1),
  .filterAllArea .compareBox .compareTable th:nth-child(1) {
    width: 40px;
  }
  .compareArea .compareBox .compareTable th:last-child,
  .filterAllArea .compareBox .compareTable th:last-child {
    width: 110px;
  }
}
.compareArea .compareBox .compareTable td,
.filterAllArea .compareBox .compareTable td {
  color: #868686;
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1180px) {
  .compareArea .compareBox .compareTable td,
  .filterAllArea .compareBox .compareTable td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.compareArea .compareBox .compareTable td:nth-child(2),
.filterAllArea .compareBox .compareTable td:nth-child(2) {
  color: #2b2b2b;
  font-weight: 600;
  font-family: "Oswald", "微軟正黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .compareArea .compareBox .compareTable td:nth-child(2),
  .filterAllArea .compareBox .compareTable td:nth-child(2) {
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
.compareArea .compareBox .compareTable td svg,
.filterAllArea .compareBox .compareTable td svg {
  vertical-align: middle;
}
.compareArea .compareBox .compareTable td .del,
.filterAllArea .compareBox .compareTable td .del {
  display: block;
}
@media screen and (min-width: 1201px) {
  .compareArea .compareBox .compareTable td .del:hover svg,
  .filterAllArea .compareBox .compareTable td .del:hover svg {
    color: #bd2020;
  }
}
.compareArea .compareBox .compareTable th,
.compareArea .compareBox .compareTable td,
.filterAllArea .compareBox .compareTable th,
.filterAllArea .compareBox .compareTable td {
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  letter-spacing: 0.28px;
  vertical-align: middle;
}
.compareArea .compareBox .compareTable th:first-child, .compareArea .compareBox .compareTable th:last-child,
.compareArea .compareBox .compareTable td:first-child,
.compareArea .compareBox .compareTable td:last-child,
.filterAllArea .compareBox .compareTable th:first-child,
.filterAllArea .compareBox .compareTable th:last-child,
.filterAllArea .compareBox .compareTable td:first-child,
.filterAllArea .compareBox .compareTable td:last-child {
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .compareArea .compareBox .compareTable th,
  .compareArea .compareBox .compareTable td,
  .filterAllArea .compareBox .compareTable th,
  .filterAllArea .compareBox .compareTable td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.compareArea .btnBox,
.filterAllArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .compareArea .btnBox,
  .filterAllArea .btnBox {
    padding-top: 40px;
  }
}
@media screen and (min-width: 415px) and (max-width: 537px) {
  .compareArea .btnBox,
  .filterAllArea .btnBox {
    margin: 0 -6px;
  }
}
@media screen and (max-width: 414px) {
  .compareArea .btnBox,
  .filterAllArea .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.compareArea .btnBox .btn,
.filterAllArea .btnBox .btn {
  line-height: 43px;
  font-weight: 500;
  margin: 0 6px;
}
@media screen and (min-width: 415px) and (max-width: 537px) {
  .compareArea .btnBox .btn,
  .filterAllArea .btnBox .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
  }
  .compareArea .btnBox .btn::after,
  .filterAllArea .btnBox .btn::after {
    top: 0;
  }
  .compareArea .btnBox .btn svg,
  .filterAllArea .btnBox .btn svg {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .compareArea .btnBox .btn,
  .filterAllArea .btnBox .btn {
    min-width: 200px;
    margin: 6px 0;
  }
}

.compareBtn {
  position: fixed;
  right: 55px;
  bottom: 95px;
  z-index: 99;
}
@media screen and (max-width: 1800px) {
  .compareBtn {
    right: 30px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .compareBtn {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.compareBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 130px;
  padding: 15px 22px;
  text-align: center;
  background-color: #bd2020;
}
@media screen and (max-width: 1180px) {
  .compareBtn a {
    width: 100%;
    padding: 17px 20px;
  }
}
.compareBtn a .txt {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.4px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1180px) {
  .compareBtn a .txt {
    padding-bottom: 0;
  }
}
.compareBtn a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 12px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .compareBtn a .icon {
    display: none;
  }
}
.compareBtn a .icon::after {
  color: #ffffff;
  content: "+";
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  margin-top: 3px;
}
.compareBtn a .icon svg {
  display: block;
  width: 59px;
  height: 3px;
  fill: #ffffff;
  margin-top: 3px;
}

.filterAllArea {
  padding: 106px 0 70px;
}
@media (max-width: 768px) {
  .filterAllArea {
    padding: 90px 0 60px;
  }
}
@media (max-width: 480px) {
  .filterAllArea {
    padding: 80px 0 50px;
  }
}
.filterAllArea .titleBox .title {
  margin-bottom: 0;
}
.filterAllArea .contentBox {
  padding: 0 90px;
  max-height: 75vh;
  overflow-y: auto;
  margin: 0 16px;
  --sb-track-color: #cccccc;
  --sb-thumb-color: #b41f1f;
  --sb-size: 6px;
}
.filterAllArea .contentBox::-webkit-scrollbar {
  width: var(--sb-size);
}
.filterAllArea .contentBox::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}
.filterAllArea .contentBox::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
}
@media (max-width: 1180px) {
  .filterAllArea .contentBox {
    padding: 0 50px;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .filterAllArea .contentBox {
    padding: 0 30px;
  }
}
.filterAllArea .checkMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px;
}
@media (max-width: 768px) {
  .filterAllArea .checkMenuList {
    margin: 0 -10px;
  }
}
.filterAllArea .checkMenuList .checkMenuItem {
  padding: 13px 22px;
}
@media (max-width: 768px) {
  .filterAllArea .checkMenuList .checkMenuItem {
    padding: 10px;
  }
}
.filterAllArea .filterList {
  display: block;
}
.filterAllArea .filterList .filterItem:not(:last-child) {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-bottom: 1px solid #cccccc;
}
.filterAllArea .filterList .filterItem > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 26px 0;
}
@media (max-width: 640px) {
  .filterAllArea .filterList .filterItem > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filterAllArea .filterList .leftBox {
  width: 100px;
  padding-top: 13px;
}
@media (max-width: 640px) {
  .filterAllArea .filterList .leftBox {
    width: 100%;
  }
}
.filterAllArea .filterList .leftBox .title {
  color: #2b2b2b;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-right: 25px;
}
.filterAllArea .filterList .leftBox .title::after {
  position: absolute;
  right: 23px;
  top: 0;
  content: "";
  width: 1px;
  height: 28px;
  background-color: #cccccc;
}
@media (max-width: 640px) {
  .filterAllArea .filterList .leftBox .title::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .filterAllArea .filterList .leftBox .title {
    padding-bottom: 10px;
  }
}
.filterAllArea .filterList .rightBox {
  width: calc(100% - 100px);
}
@media (max-width: 640px) {
  .filterAllArea .filterList .rightBox {
    width: 100%;
  }
}
.filterAllArea .innerList {
  margin-top: -30px;
}
.filterAllArea .innerList .innerItem {
  padding: 30px 0;
  position: relative;
}
.filterAllArea .innerList .innerItem:last-child {
  padding-bottom: 0;
}
.filterAllArea .innerList .innerItem:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.filterAllArea .innerList .innerItem:not(:last-child)::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #b41f1f;
}
.filterAllArea .innerList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .filterAllArea .innerList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filterAllArea .innerList .left {
  min-width: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 13px;
  padding-right: 10px;
}
@media (max-width: 900px) {
  .filterAllArea .innerList .left {
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.filterAllArea .innerList .left .title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
}
.filterAllArea .checkboxStyle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.filterAllArea .checkboxStyle:has(:disabled) {
  opacity: 1;
}
.filterAllArea .checkboxStyle:has(:disabled) .checkboxItem {
  border-color: #999999;
}
.filterAllArea .checkboxStyle:has(:disabled) .checkboxTitle {
  color: #999999;
}
.filterAllArea .checkboxStyle .checkboxItem {
  margin-top: 5px;
  border-color: #2b2b2b;
}
.filterAllArea .checkboxStyle .checkboxTitle {
  font-weight: 400;
  color: #2b2b2b;
}
.filterAllArea .btnBox {
  padding-top: 30px;
}
.filterAllArea .btnBox a.btn {
  min-width: 210px;
  margin: 0 17px;
}
@media (max-width: 600px) {
  .filterAllArea .btnBox a.btn {
    min-width: calc(50% - 5px);
    margin: 0 5px;
  }
}
@media (max-width: 414px) {
  .filterAllArea .btnBox a.btn {
    min-width: 210px;
    margin: 0;
  }
}
.filterAllArea .btnBox a.btn.moduleClose {
  height: 45px;
  line-height: 45px;
}
@media (max-width: 414px) {
  .filterAllArea .btnBox a.btn.moduleClose {
    margin: 15px 0 0 0;
  }
}
.filterAllArea .btnBox a.btn svg {
  top: -2px;
}

/*****內頁樣式*****/
.productIntro {
  padding-top: 50px;
}
@media screen and (max-width: 1180px) {
  .productIntro {
    padding-top: 0;
  }
}
.productIntro > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .productIntro > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productIntro .albumBox {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .productIntro .albumBox {
    width: 100%;
  }
}
.productIntro .albumBox .albumListMain {
  padding-right: 26px;
}
@media screen and (max-width: 1180px) {
  .productIntro .albumBox .albumListMain {
    padding-right: 15px;
  }
}
.productIntro .albumBox .albumListMain img {
  width: 100%;
}
.productIntro .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 22px;
}
@media screen and (max-width: 1180px) {
  .productIntro .introBox {
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .productIntro .introBox {
    padding-left: 0;
    padding-top: 25px;
  }
}
.productIntro .introBox .textBox {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.productIntro .introBox .textBox::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #c02c2c;
}
.productIntro .introBox .textBox .articleTitle {
  color: #000000;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .productIntro .introBox .textBox .articleTitle {
    letter-spacing: 0.3px;
    font-size: 30px;
  }
}
.productIntro .introBox .textBox .subTitle {
  color: #797979;
  font-size: 18px;
  margin-top: 6px;
}
.productIntro .introBox .linkBox {
  padding-top: 6px;
}
@media screen and (max-width: 480px) {
  .productIntro .introBox .linkBox {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.productIntro .introBox .linkBox .linkItem {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .productIntro .introBox .linkBox .linkItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntro .introBox .linkBox .linkItem:not(:last-child) {
    padding-bottom: 10px;
  }
}
.productIntro .introBox .linkBox .title {
  color: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .productIntro .introBox .linkBox .title {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}
.productIntro .introBox .linkBox .title::after {
  position: absolute;
  right: 0;
  top: 11px;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #d4d4d4;
}
@media screen and (max-width: 480px) {
  .productIntro .introBox .linkBox .title::after {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 20px;
    height: 2px;
  }
}
.productIntro .introBox .linkBox .link span,
.productIntro .introBox .linkBox .link a {
  color: #bd2020;
}
.productIntro .introBox .linkBox .link span::after {
  content: "、";
}
.productIntro .introBox .linkBox .link span a:not(:last-child)::after {
  content: ">";
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  padding-left: 4px;
}
.productIntro .introBox .linkBox .link a:not(:last-child)::after {
  content: "、";
}
.productIntro .introBox .linkBox .link:not(:has(span + a)) span::after {
  display: none;
}
.productIntro .introBox .colorBox {
  padding-top: 17px;
}
.productIntro .introBox .colorBox .title {
  color: #797979;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.productIntro .introBox .colorBox .pantoneList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -5px;
  padding: 5px 0;
}
.productIntro .introBox .colorBox .pantoneList .pantoneItem {
  padding: 0 5px;
}
.productIntro .introBox .colorBox .pantoneList .pantoneItem img {
  border: 1px solid #bdbdbd;
}
.productIntro .introBox .colorBox .albumListNavBox {
  padding: 15px 0;
}
.productIntro .introBox .colorBox .albumListNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -6px;
}
.productIntro .introBox .colorBox .albumListNav .albumItem {
  padding: 0 6px 15px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .productIntro .introBox .colorBox .albumListNav .albumItem {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .productIntro .introBox .colorBox .albumListNav .albumItem {
    width: 33.33%;
  }
}
.productIntro .introBox .colorBox .albumListNav .albumItem img {
  width: 100%;
  -webkit-box-shadow: 0px 6px 7.47px 1.53px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 6px 7.47px 1.53px rgba(0, 0, 0, 0.17);
}

.textEditorBox {
  margin-top: 65px;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .textEditorBox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .textEditorBox {
    margin-top: 25px;
  }
}
.textEditorBox .textEditor {
  padding: 65px 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .textEditorBox .textEditor {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .textEditorBox .textEditor {
    padding: 35px 0;
  }
}
.textEditorBox .textEditor .textGraphicsBox .Txt {
  padding-right: 45px;
}
@media screen and (max-width: 960px) {
  .textEditorBox .textEditor .textGraphicsBox .Txt {
    padding-right: 0;
    padding-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.textEditorBox .textEditor .graphicsTextBox .Txt {
  padding-left: 45px;
}
@media screen and (max-width: 960px) {
  .textEditorBox .textEditor .graphicsTextBox .Txt {
    padding-left: 0;
    padding-top: 20px;
  }
}
.textEditorBox .textEditor .textGraphicsBox:not(:last-child),
.textEditorBox .textEditor .graphicsTextBox:not(:last-child) {
  padding-bottom: 60px;
}
.textEditorBox .textEditor .textGraphicsBox .item,
.textEditorBox .textEditor .graphicsTextBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .textEditorBox .textEditor .textGraphicsBox .item,
  .textEditorBox .textEditor .graphicsTextBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.textEditorBox .textEditor .textGraphicsBox .Txt,
.textEditorBox .textEditor .textGraphicsBox .Img,
.textEditorBox .textEditor .graphicsTextBox .Txt,
.textEditorBox .textEditor .graphicsTextBox .Img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .textEditorBox .textEditor .textGraphicsBox .Txt,
  .textEditorBox .textEditor .textGraphicsBox .Img,
  .textEditorBox .textEditor .graphicsTextBox .Txt,
  .textEditorBox .textEditor .graphicsTextBox .Img {
    width: 100%;
  }
}
.textEditorBox .textEditor .textGraphicsBox .Txt .title,
.textEditorBox .textEditor .graphicsTextBox .Txt .title {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .textEditorBox .textEditor .textGraphicsBox .Txt .title,
  .textEditorBox .textEditor .graphicsTextBox .Txt .title {
    font-size: 35px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .textEditorBox .textEditor .textGraphicsBox .Txt .title,
  .textEditorBox .textEditor .graphicsTextBox .Txt .title {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.textEditorBox .textEditor .textGraphicsBox .Txt .title::after,
.textEditorBox .textEditor .graphicsTextBox .Txt .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #db1e1e;
}
.textEditorBox .textEditor .textGraphicsBox .Txt .subTitle,
.textEditorBox .textEditor .graphicsTextBox .Txt .subTitle {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.textEditorBox .textEditor .textGraphicsBox .Txt .text,
.textEditorBox .textEditor .graphicsTextBox .Txt .text {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.643;
  letter-spacing: 0.28px;
}
.textEditorBox .textEditor .textGraphicsBox .Txt .list,
.textEditorBox .textEditor .graphicsTextBox .Txt .list {
  padding-left: 20px;
  list-style-type: square;
}
.textEditorBox .textEditor .textGraphicsBox .Txt .list li,
.textEditorBox .textEditor .graphicsTextBox .Txt .list li {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 2;
}
.textEditorBox .textEditor .textGraphicsBox .Txt .list li::marker,
.textEditorBox .textEditor .graphicsTextBox .Txt .list li::marker {
  color: #bd2020;
}
.textEditorBox .specBox .specTable {
  overflow-x: auto;
  position: relative;
}
.textEditorBox .specBox .specTable table {
  width: 100%;
  border-collapse: collapse;
}
.textEditorBox .specBox .specTable tr:not(:last-child) td {
  border-bottom: 1px solid #e5e5e5;
}
.textEditorBox .specBox .specTable th,
.textEditorBox .specBox .specTable td {
  vertical-align: middle;
  font-size: 14px;
}
.textEditorBox .specBox .specTable th {
  color: #000000;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  background-color: #d6d6d6;
  padding: 17px 15px 18px;
}
.textEditorBox .specBox .specTable td {
  width: 50%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.28px;
  padding-top: 21px;
  padding-bottom: 17px;
}
.textEditorBox .specBox .specTable td:nth-child(1) {
  color: #000000;
  padding-right: 15px;
}
.textEditorBox .specBox .specTable td:nth-child(2) {
  color: #3f3f3f;
  font-family: "Poppins", sans-serif;
}
.textEditorBox .specBox .specTable td a {
  color: #bd2020;
}

.relatedArea {
  background-image: url(../png/related_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #202020;
  padding: 74px 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .relatedArea {
    padding: 50px 0;
  }
}
.relatedArea .sectionTitle {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 400px) {
  .relatedArea .sectionTitle {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
}
.relatedArea .relatedBox {
  padding-top: 45px;
}
.relatedArea .relatedList {
  margin: 0 -12px;
}
.relatedArea .relatedList .arrowPrev,
.relatedArea .relatedList .arrowNext {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .relatedArea .relatedList .arrowPrev,
  .relatedArea .relatedList .arrowNext {
    top: calc(50% - 30px);
    background-color: #000000;
  }
}
.relatedArea .relatedList .arrowPrev svg,
.relatedArea .relatedList .arrowNext svg {
  fill: #bd2020;
}
.relatedArea .relatedList .arrowPrev {
  left: 0;
}
@media screen and (max-width: 500px) {
  .relatedArea .relatedList .arrowPrev {
    left: 17px;
  }
}
.relatedArea .relatedList .arrowNext {
  right: 0;
}
@media screen and (max-width: 500px) {
  .relatedArea .relatedList .arrowNext {
    right: 17px;
  }
}
.relatedArea .relatedList .slick-list {
  max-width: calc(100% - 36px);
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .relatedArea .relatedList .slick-list {
    max-width: 100%;
  }
}
.relatedArea .relatedList .slick-track {
  margin: 0 auto;
}
.relatedArea .relatedList > .relatedItem {
  float: left;
  width: 16.667%;
}
.relatedArea .relatedList > .relatedItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .relatedArea .relatedList > .relatedItem {
    width: 20%;
  }
  .relatedArea .relatedList > .relatedItem:nth-child(6) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1100px) {
  .relatedArea .relatedList > .relatedItem {
    width: 25%;
  }
  .relatedArea .relatedList > .relatedItem:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 900px) {
  .relatedArea .relatedList > .relatedItem {
    width: 33.33%;
  }
  .relatedArea .relatedList > .relatedItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 700px) {
  .relatedArea .relatedList > .relatedItem {
    width: 50%;
  }
  .relatedArea .relatedList > .relatedItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 500px) {
  .relatedArea .relatedList > .relatedItem {
    width: 100%;
  }
  .relatedArea .relatedList > .relatedItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.relatedArea .relatedList .relatedItem {
  padding: 0 12px;
}
.relatedArea .relatedList a {
  display: block;
}
.relatedArea .relatedList .Txt {
  text-align: center;
}
.relatedArea .relatedList .Txt .title {
  color: #ffffff;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.7px;
  margin-top: 15px;
}
.relatedArea .relatedList .Txt .title a {
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btnBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 90px;
  margin: 0 -10px;
}
@media screen and (max-width: 600px) {
  .btnBar {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px;
  }
}
.btnBar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 180px;
  padding: 11px 14px 13px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .btnBar a {
    min-width: auto;
    width: 33.33%;
    margin: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .btnBar a {
    width: 100%;
  }
  .btnBar a:not(:last-child) {
    margin-bottom: 12.5px;
  }
}
.btnBar a.back {
  background-color: #000000;
}
.btnBar a.copy {
  background-color: #314c8f;
}
.btnBar a.inquriy {
  background-color: #bd2020;
}
.btnBar .txt {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.comparePage .compareBox .compareTable {
  width: 100%;
  overflow-x: auto;
}
.comparePage .compareBox table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparePage .compareBox table th,
.comparePage .compareBox table td {
  vertical-align: middle;
}
.comparePage .compareBox table th:not(:last-child),
.comparePage .compareBox table td:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.comparePage .compareBox table tbody tr:nth-child(odd) td {
  background-color: #ededed;
}
.comparePage .compareBox table th {
  text-align: center;
  padding: 0 20px 40px;
}
.comparePage .compareBox table th:first-child {
  width: 220px;
  position: sticky;
  left: -1px;
  z-index: 2;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .comparePage .compareBox table th:first-child {
    width: 180px;
  }
}
@media screen and (max-width: 640px) {
  .comparePage .compareBox table th:first-child {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .comparePage .compareBox table th:first-child {
    width: 100px;
  }
}
.comparePage .compareBox table th:not(:first-child) {
  width: 350px;
}
@media screen and (max-width: 992px) {
  .comparePage .compareBox table th:not(:first-child) {
    width: 260px;
  }
}
@media screen and (max-width: 640px) {
  .comparePage .compareBox table th:not(:first-child) {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .comparePage .compareBox table th:not(:first-child) {
    width: 220px;
  }
}
.comparePage .compareBox table th .title {
  color: #2b2b2b;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .comparePage .compareBox table th .title {
    font-size: 23px;
    letter-spacing: 0.46px;
  }
}
.comparePage .compareBox table th .text {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  margin-top: 10px;
}
.comparePage .compareBox table th .pantoneList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  padding: 22px 0;
}
.comparePage .compareBox table th .pantoneList .pantoneItem {
  padding: 0 5px;
}
.comparePage .compareBox table th .pantoneList .pantoneItem img {
  border: 1px solid #bdbdbd;
}
.comparePage .compareBox table th .btnMore {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}
.comparePage .compareBox table th .btnMore a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  background-color: #000000;
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 1201px) {
  .comparePage .compareBox table th .btnMore a:hover {
    background-color: #bd2020;
  }
}
.comparePage .compareBox table th .btnMore a::before, .comparePage .compareBox table th .btnMore a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}
.comparePage .compareBox table th .btnMore a::before {
  right: 12px;
  width: 11px;
  height: 1px;
}
.comparePage .compareBox table th .btnMore a::after {
  right: 17px;
  width: 1px;
  height: 11px;
}
.comparePage .compareBox table td {
  color: #868686;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 18px;
  font-family: "Poppins", sans-serif, "Oswald", "Noto Sans TC", Arial, Helvetica, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
@media screen and (max-width: 480px) {
  .comparePage .compareBox table td {
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}
.comparePage .compareBox table td:first-child {
  color: #000000;
  font-weight: 500;
  text-align: left;
  padding: 18px 15px;
  position: sticky;
  left: -1px;
  z-index: 2;
  width: 200px;
}
@media screen and (max-width: 992px) {
  .comparePage .compareBox table td:first-child {
    width: 180px;
  }
}
@media screen and (max-width: 640px) {
  .comparePage .compareBox table td:first-child {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .comparePage .compareBox table td:first-child {
    width: 100px;
  }
}
.comparePage .compareBox table td a {
  color: #bd2020;
  display: block;
}
.comparePage .compareBox table tr:nth-child(odd) td {
  background-color: #ededed;
}
.comparePage .compareBox table tr:nth-child(even) td {
  background-color: #ffffff;
}
.comparePage .compareBox table .btnClear {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.comparePage .compareBox table .btnClear button,
.comparePage .compareBox table .btnClear a {
  border: 0;
  display: block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 8px 10px;
  background-color: #959595;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .comparePage .compareBox table .btnClear button:hover,
  .comparePage .compareBox table .btnClear a:hover {
    background-color: #bd2020;
  }
}

.selectedStatus {
  border: 1px solid #ccc;
}

.forbiddenStatus a {
  color: #ccc;
}
.forbiddenStatus a::after {
  color: #ccc;
}
@media screen and (min-width: 1201px) {
  .forbiddenStatus a:hover {
    color: #ccc;
    background-color: transparent;
  }
  .forbiddenStatus a:hover::after {
    color: #ccc;
  }
}