.productList .imgBox, .newsArea .newsList .Txt .btnText::after, .newsArea .newsList .Txt .btnText, .newsArea .newsList .Txt .text, .newsArea .newsList .Txt .title, .newsArea .newsList .Txt, .newsArea .newsList .newsInfoBox .classTitle, .newsArea .newsList .newsInfoBox .dateBox .year, .newsArea .newsList .newsInfoBox .dateBox .date, .newsArea .newsList .item::before, .newsArea .newsList .item, .bannerArea .controlBox .line, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #be2b19;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #be2b19;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  background-color: #f4f4f4;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList .bannerItem .Txt {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding: var(--headerHeight) 80px 195px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1599px) {
  .bannerArea .bannerList .bannerItem .Txt {
    padding: var(--headerHeight) 80px 120px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .Txt {
    padding: var(--headerHeight) 72px 100px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .Txt {
    padding: var(--headerHeight) 64px 80px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerList .bannerItem .Txt {
    padding: var(--headerHeight) 30px 72px;
  }
}
.bannerArea .bannerList .bannerItem .Txt .title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1366px) {
  .bannerArea .bannerList .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .Txt .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerList .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerList .bannerItem .Txt .subtitle {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #fff;
  padding-bottom: 1.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 1366px) {
  .bannerArea .bannerList .bannerItem .Txt .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .Txt .subtitle {
    font-size: 22px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerList .bannerItem .Txt .subtitle {
    font-size: 18px;
    padding-bottom: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.bannerArea .bannerList .bannerItem .Txt .subtitle::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #be2b19;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .bannerArea .bannerList .bannerItem .Txt .subtitle::after {
    width: 24px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .bannerList .bannerItem .Img {
    height: 660px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .Img {
    height: 575px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .Img {
    height: 670px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerList .bannerItem .Img {
    height: 500px;
  }
}
.bannerArea .bannerList .bannerItem .btnBox {
  margin-top: 4rem;
}
@media (max-width: 1366px) {
  .bannerArea .bannerList .bannerItem .btnBox {
    margin-top: 3rem;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerList .bannerItem .btnBox {
    margin-top: 2.25rem;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerList .bannerItem .btnBox {
    margin-top: 1.5rem;
  }
}
.bannerArea .functionBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .bannerArea .functionBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .bannerArea .functionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 2rem;
  }
}
.bannerArea .controlBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  max-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  translate: 0 -50%;
  pointer-events: auto;
}
@media (max-width: 1366px) {
  .bannerArea .controlBox {
    max-height: 350px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .controlBox {
    max-height: 280px;
    row-gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .bannerArea .controlBox {
    left: 16px;
  }
}
@media (max-width: 480px) {
  .bannerArea .controlBox {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    width: 100%;
    height: auto;
    max-height: none;
    top: unset;
    left: unset;
    translate: unset;
  }
}
.bannerArea .controlBox .dotsBox,
.bannerArea .controlBox .arrowBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bannerArea .controlBox .line {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .bannerArea .controlBox .line {
    width: auto;
    height: 1px;
  }
}
@media (max-width: 480px) {
  .bannerArea .controlBox .arrowBox.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bannerArea .controlBox .arrowBox .arrow {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
@media (min-width: 1181px) {
  .bannerArea .controlBox .arrowBox .arrow:hover {
    background-color: #fff !important;
  }
}
.bannerArea .scrollDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    row-gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    right: 16px;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown .text {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown .text {
    font-size: 12px;
  }
}
.bannerArea .scrollDown .line {
  --scrollHeight: 90px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1px;
  height: var(--scrollHeight);
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown .line {
    --scrollHeight: 70px;
  }
}
.bannerArea .scrollDown .line::before {
  display: block;
  content: "";
  width: 6px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-animation: bannerScrollAnimation 10s linear infinite forwards;
          animation: bannerScrollAnimation 10s linear infinite forwards;
  background-color: #be2b19;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}

.newsArea {
  position: relative;
  padding: 120px 0;
  background-color: #f4f4f4;
  background-image: url("../images/deco/home-about-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 80px 0;
  }
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media (max-width: 1440px) {
  .newsArea .wrap {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .newsArea .wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .newsArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.25rem 1.5rem;
  }
}
@media (max-width: 375px) {
  .newsArea .wrap {
    row-gap: 1.5rem;
  }
}
.newsArea .sectionDecoText {
  top: 14px;
  left: -70px;
}
@media (max-width: 1180px) {
  .newsArea .sectionDecoText {
    left: -10px;
  }
}
.newsArea .titleBox {
  position: relative;
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .newsArea .titleBox {
    width: 280px;
  }
}
@media (max-width: 1180px) {
  .newsArea .titleBox {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .newsArea .btnBox.pc {
    display: none;
  }
}
.newsArea .btnBox.mobile {
  width: 200px;
  margin-top: 0;
}
@media (min-width: 1181px) {
  .newsArea .btnBox.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .newsArea .btnBox.mobile {
    width: 160px;
  }
}
@media (max-width: 375px) {
  .newsArea .btnBox.mobile {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .newsArea .btnBox.mobile .btn {
    margin: 0 auto;
  }
}
.newsArea .controlBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .newsArea .controlBox {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 375px) {
  .newsArea .controlBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .newsArea .controlBox .arrowBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1280px) {
  .newsArea .controlBox .arrowBox .arrow {
    width: 48px;
  }
}
@media (max-width: 1180px) {
  .newsArea .controlBox .arrowBox .arrow {
    rotate: -90deg;
  }
}
@media (max-width: 768px) {
  .newsArea .controlBox .arrowBox .arrow {
    width: 42px;
  }
}
.newsArea .newsBox {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .newsArea .newsBox {
    width: 100%;
  }
}
.newsArea .newsList {
  height: 100%;
  margin: -1.25rem -1.375rem;
}
@media (max-width: 1366px) {
  .newsArea .newsList {
    margin: -1.25rem -1.125rem;
  }
}
@media (max-width: 575px) {
  .newsArea .newsList {
    margin: -1.25rem -1.875rem -1.25rem -1rem;
  }
}
@media (max-width: 375px) {
  .newsArea .newsList {
    margin: -1.25rem -1rem;
  }
}
.newsArea .newsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsArea .newsList:not(.slick-slider) .newsItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.newsArea .newsList .slick-list {
  padding: 0 0.5rem;
}
@media (max-width: 575px) {
  .newsArea .newsList .slick-list {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .slick-list {
    padding: 0 20% 0 0;
  }
}
@media (max-width: 375px) {
  .newsArea .newsList .slick-list {
    padding: 0;
  }
}
.newsArea .newsList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .newsArea .newsList .slick-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newsArea .newsList .slick-track .slick-slide {
  height: 100%;
}
@media (max-width: 1180px) {
  .newsArea .newsList .slick-track .slick-slide {
    height: auto;
  }
}
.newsArea .newsList .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 1180px) {
  .newsArea .newsList .slick-track .slick-slide > div {
    display: block;
  }
}
.newsArea .newsList .newsItem {
  position: relative;
  padding: 1.25rem 0.875rem;
}
@media (max-width: 1366px) {
  .newsArea .newsList .newsItem {
    padding: 1.25rem 0.625rem;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList .newsItem {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .newsArea .newsList .newsItem {
    padding: 1.25rem 1rem;
  }
}
.newsArea .newsList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
  padding: 2.25rem 1.875rem 1.875rem;
  cursor: pointer;
  overflow: clip;
}
@media (max-width: 1366px) {
  .newsArea .newsList .item {
    padding: 2rem 1.5rem 1.5rem;
  }
}
@media (max-width: 375px) {
  .newsArea .newsList .item {
    padding: 1.5rem 1.25rem;
  }
}
.newsArea .newsList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 0;
  background-color: #be2b19;
  border-bottom-right-radius: 1rem;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
}
@media (min-width: 1181px) {
  .newsArea .newsList .item:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .newsArea .newsList .item:hover .newsInfoBox .dateBox .date {
    color: #fff;
  }
  .newsArea .newsList .item:hover .newsInfoBox .dateBox .year {
    color: rgba(255, 255, 255, 0.7);
  }
  .newsArea .newsList .item:hover .newsInfoBox .classTitle {
    color: #fff;
  }
  .newsArea .newsList .item:hover .Txt:not(:has(.Img)) {
    border-color: #fff;
  }
  .newsArea .newsList .item:hover .Txt .title,
  .newsArea .newsList .item:hover .Txt .text {
    color: #fff;
  }
  .newsArea .newsList .item:hover .Txt .btnText {
    color: #fff;
  }
  .newsArea .newsList .item:hover .Txt .btnText::after {
    background-color: #fff;
  }
}
.newsArea .newsList .newsInfoBox {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.625rem 1rem;
}
.newsArea .newsList .newsInfoBox .dateBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media (max-width: 1366px) {
  .newsArea .newsList .newsInfoBox .dateBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsInfoBox .dateBox {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.newsArea .newsList .newsInfoBox .dateBox .date {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #be2b19;
}
@media (max-width: 1366px) {
  .newsArea .newsList .newsInfoBox .dateBox .date {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsInfoBox .dateBox .date {
    font-size: 24px;
  }
}
.newsArea .newsList .newsInfoBox .dateBox .year {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #434343;
  text-transform: uppercase;
  padding-bottom: 0.125rem;
}
@media (max-width: 1366px) {
  .newsArea .newsList .newsInfoBox .dateBox .year {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsInfoBox .dateBox .year {
    font-size: 12px;
  }
}
.newsArea .newsList .newsInfoBox .classTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #be2b19;
}
@media (max-width: 1366px) {
  .newsArea .newsList .newsInfoBox .classTitle {
    font-size: 13px;
  }
}
.newsArea .newsList .Txt {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  margin-top: 1.625rem;
}
@media (max-width: 1366px) {
  .newsArea .newsList .Txt {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .Txt {
    margin-top: 0.75rem;
    row-gap: 1.5rem;
  }
}
.newsArea .newsList .Txt:not(:has(.Img)) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.5rem;
}
@media (max-width: 1366px) {
  .newsArea .newsList .Txt:not(:has(.Img)) {
    padding-top: 1rem;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .Txt:not(:has(.Img)) {
    padding-top: 0.75rem;
  }
}
.newsArea .newsList .Txt .textBox {
  position: relative;
  width: 100%;
}
.newsArea .newsList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #434343;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1366px) {
  .newsArea .newsList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .newsArea .newsList .Txt .title {
    font-size: 15px;
  }
}
.newsArea .newsList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #707070;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 1.25rem;
}
@media (max-width: 1366px) {
  .newsArea .newsList .Txt .text {
    font-size: 15px;
    margin-top: 0.625rem;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsList .Txt .text {
    font-size: 14px;
  }
}
.newsArea .newsList .Txt .btnText {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #707070;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .newsArea .newsList .Txt .btnText {
    font-size: 10px;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.newsArea .newsList .Txt .btnText::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 10px;
  height: 8px;
  background-color: #707070;
  -webkit-mask-image: url("../images/deco/arrow.png");
          mask-image: url("../images/deco/arrow.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .newsArea .newsList .Txt .btnText::after {
    width: 8px;
    height: 6px;
  }
}
.newsArea .newsList .Img {
  margin-bottom: 1rem;
}
.newsArea .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.aboutArea {
  position: relative;
  overflow: clip;
}
.aboutArea .bgImg {
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea .bgImg {
    height: 555px;
  }
}
@media (max-width: 768px) {
  .aboutArea .bgImg {
    height: 1000px;
  }
}
.aboutArea .bgImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .aboutBox {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11.875rem;
  padding-bottom: 3rem;
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1536px) {
  .aboutArea .aboutBox {
    padding: 10.625rem 1.875rem 3rem;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutBox {
    padding: 7.5rem 1.875rem 2rem;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.aboutArea .Txt {
  position: relative;
  width: 50%;
}
@media (max-width: 1536px) {
  .aboutArea .Txt {
    width: 55%;
  }
}
@media (max-width: 1366px) {
  .aboutArea .Txt {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt {
    width: 100%;
  }
}
.aboutArea .Txt .titleBox {
  max-width: 820px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .aboutArea .Txt .titleBox {
    max-width: 700px;
  }
}
.aboutArea .Txt .titleBox .sectionDecoText {
  position: absolute;
  top: -80px;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0.2;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .titleBox .sectionDecoText {
    font-size: 160px;
    top: -60px;
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt .titleBox .sectionDecoText {
    font-size: 120px;
    top: -40px;
    left: 36px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .titleBox .sectionDecoText {
    font-size: 100px;
    top: -48px;
    left: 60px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .titleBox .sectionDecoText {
    left: 50%;
    translate: -50% 0;
  }
}
@media (max-width: 1536px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 24px;
  }
}
.aboutArea .Txt .titleBox .subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.25;
  color: #fff;
  max-width: 700px;
}
@media (max-width: 1536px) {
  .aboutArea .Txt .titleBox .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt .titleBox .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .titleBox .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .aboutArea .Txt .titleBox .subtitle {
    font-size: 14px;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 2.5rem;
}
@media (max-width: 1536px) {
  .aboutArea .Txt .btnBox {
    margin-top: 2rem;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt .btnBox {
    margin-top: 1.5rem;
  }
}

.productArea {
  position: relative;
  padding-top: 140px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .productArea {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .productArea {
    padding-top: 80px;
  }
}
.productArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 160px;
  background-color: #fff;
  -webkit-mask-image: url("../images/deco/home-product-bg.png");
          mask-image: url("../images/deco/home-product-bg.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .productArea::before {
    height: 120px;
  }
}
@media (max-width: 1180px) {
  .productArea::before {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .productArea::before {
    height: 60px;
  }
}
.productArea .sectionDecoText {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: -100px;
  opacity: 0.7;
}
@media (max-width: 1180px) {
  .productArea .sectionDecoText {
    left: 50%;
    translate: -50% 0;
  }
}
.productArea .titleBox {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .productArea .titleBox .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0.5rem;
  }
}
.productArea .btnBox {
  margin-top: 4.5rem;
  z-index: 2;
}
@media (max-width: 1440px) {
  .productArea .btnBox {
    margin-top: 3rem;
  }
}
@media (max-width: 1180px) {
  .productArea .btnBox {
    margin-top: 2rem;
  }
}
@media (max-width: 1180px) {
  .productArea .btnBox .btn {
    margin: 0 auto;
  }
}

.productBox {
  position: relative;
  margin-top: -6.875rem;
}
@media (max-width: 1536px) {
  .productBox {
    margin-top: -4rem;
  }
}
@media (max-width: 1280px) {
  .productBox {
    margin-top: -2rem;
  }
}
@media (max-width: 1180px) {
  .productBox {
    margin-top: 3rem;
  }
}
.productBox .mainCircleBox {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .productBox .mainCircleBox {
    max-width: 700px;
  }
}
@media (max-width: 1280px) {
  .productBox .mainCircleBox {
    max-width: 580px;
  }
}
@media (max-width: 768px) {
  .productBox .mainCircleBox {
    max-width: 480px;
  }
}
.productBox .circleBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.productBox .circleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 90%;
  height: auto;
  background-color: #eeb3af;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.6;
}
@media (max-width: 1180px) {
  .productBox .circleBox::before {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .productBox .circleBox::before {
    width: 75%;
    -webkit-filter: blur(60px);
            filter: blur(60px);
  }
}
.productBox .circleBox .opacityCircle {
  display: block;
  width: 83%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.productBox .circleBox .fullWhiteCircle {
  display: block;
  width: 75%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.productBox .deco {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.productBox .deco .Img {
  width: 100dvw;
  max-width: 1706px;
  position: absolute;
  top: calc(50% - 135px);
  right: auto;
  bottom: auto;
  left: calc(50% - 50px);
  translate: -50% -50%;
}
@media (max-width: 1536px) {
  .productBox .deco .Img {
    top: calc(50% - 100px);
  }
}
@media (max-width: 1180px) {
  .productBox .deco .Img {
    width: 1100px;
    max-width: none;
    top: calc(50% - 60px);
  }
}
.productBox .mainImg {
  position: relative;
}
.productBox .Img {
  z-index: 1;
}
.productBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productBox .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.productBox .decoBox .erythrocyteBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productBox .decoBox .erythrocyteBox .leftTop {
  position: absolute;
  top: 10.5%;
  right: auto;
  bottom: auto;
  left: 20%;
}
@media (max-width: 1699px) {
  .productBox .decoBox .erythrocyteBox .leftTop {
    left: 22%;
  }
}
@media (max-width: 1440px) {
  .productBox .decoBox .erythrocyteBox .leftTop {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .productBox .decoBox .erythrocyteBox .leftTop {
    left: 15%;
  }
}
@media (max-width: 768px) {
  .productBox .decoBox .erythrocyteBox .leftTop {
    width: 50px;
    top: 8%;
  }
}
@media (max-width: 575px) {
  .productBox .decoBox .erythrocyteBox .leftTop {
    left: 20px;
  }
}
.productBox .decoBox .erythrocyteBox .leftBottom {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20%;
  left: -7%;
}
@media (max-width: 1699px) {
  .productBox .decoBox .erythrocyteBox .leftBottom {
    left: 0;
  }
}
@media (max-width: 1440px) {
  .productBox .decoBox .erythrocyteBox .leftBottom {
    width: 60px;
  }
}
@media (max-width: 1180px) {
  .productBox .decoBox .erythrocyteBox .leftBottom {
    top: 55%;
    left: 10%;
    bottom: unset;
  }
}
@media (max-width: 991px) {
  .productBox .decoBox .erythrocyteBox .leftBottom {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .productBox .decoBox .erythrocyteBox .leftBottom {
    width: 50px;
    top: 35%;
    left: 0;
  }
}
.productBox .decoBox .erythrocyteBox .rightTop {
  position: absolute;
  top: -16%;
  right: 0%;
  bottom: auto;
  left: auto;
}
@media (max-width: 1699px) {
  .productBox .decoBox .erythrocyteBox .rightTop {
    width: 300px;
  }
}
@media (max-width: 1440px) {
  .productBox .decoBox .erythrocyteBox .rightTop {
    width: 250px;
  }
}
@media (max-width: 1180px) {
  .productBox .decoBox .erythrocyteBox .rightTop {
    width: 200px;
    top: -5%;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .productBox .decoBox .erythrocyteBox .rightTop {
    width: 130px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .productBox .decoBox .erythrocyteBox .rightTop {
    width: 100px;
    right: 0;
  }
}
.productBox .decoBox .erythrocyteBox .rightBottom {
  position: absolute;
  top: auto;
  right: -2%;
  bottom: 5%;
  left: auto;
}
@media (max-width: 1699px) {
  .productBox .decoBox .erythrocyteBox .rightBottom {
    width: 350px;
    right: 0;
  }
}
@media (max-width: 1440px) {
  .productBox .decoBox .erythrocyteBox .rightBottom {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .productBox .decoBox .erythrocyteBox .rightBottom {
    width: 200px;
    top: 30%;
    right: 5%;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .productBox .decoBox .erythrocyteBox .rightBottom {
    width: 160px;
    top: 25%;
    right: 0;
  }
}
@media (max-width: 575px) {
  .productBox .decoBox .erythrocyteBox .rightBottom {
    width: 140px;
    top: 30%;
  }
}
.productBox .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .productList {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem 2.25rem;
    max-width: 900px;
    margin: 2rem auto 0;
  }
}
@media (max-width: 768px) {
  .productList {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    max-width: 550px;
  }
}
.productList .productItem {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  width: 50%;
  max-width: 460px;
  z-index: 2;
}
@media (max-width: 1536px) {
  .productList .productItem {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1366px) {
  .productList .productItem {
    max-width: 400px;
  }
}
@media (max-width: 1280px) {
  .productList .productItem {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    max-width: 370px;
  }
}
@media (max-width: 1180px) {
  .productList .productItem {
    position: relative;
    width: calc(50% - 2.25rem * 1 / 2);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .productList .productItem {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .productList .productItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}
@media (min-width: 1181px) {
  .productList .productItem:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .productList .productItem:nth-child(odd) .Txt {
    text-align: right;
  }
}
@media (min-width: 1181px) {
  .productList .productItem:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.productList .productItem:nth-child(1) {
  top: calc(50% - 110px);
  left: 0.7%;
  translate: 0 -50%;
}
@media (max-width: 1536px) {
  .productList .productItem:nth-child(1) {
    left: 2.5%;
  }
}
@media (max-width: 1440px) {
  .productList .productItem:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 1280px) {
  .productList .productItem:nth-child(1) {
    left: 3.5%;
  }
}
@media (max-width: 1180px) {
  .productList .productItem:nth-child(1) {
    top: unset;
    left: unset;
    translate: unset;
  }
}
.productList .productItem:nth-child(2) {
  top: calc(50% - 230px);
  right: 7.5%;
  translate: 0 -50%;
}
@media (max-width: 1536px) {
  .productList .productItem:nth-child(2) {
    right: 10%;
  }
}
@media (max-width: 1440px) {
  .productList .productItem:nth-child(2) {
    right: 7%;
  }
}
@media (max-width: 1280px) {
  .productList .productItem:nth-child(2) {
    top: calc(50% - 180px);
    right: 8%;
  }
}
@media (max-width: 1180px) {
  .productList .productItem:nth-child(2) {
    top: unset;
    right: unset;
    translate: unset;
  }
}
.productList .productItem:nth-child(3) {
  top: calc(50% + 150px);
  left: 4.5%;
  translate: 0 -50%;
}
@media (max-width: 1536px) {
  .productList .productItem:nth-child(3) {
    left: 5%;
  }
}
@media (max-width: 1440px) {
  .productList .productItem:nth-child(3) {
    left: 4%;
  }
}
@media (max-width: 1280px) {
  .productList .productItem:nth-child(3) {
    top: calc(50% + 120px);
    left: 7%;
  }
}
@media (max-width: 1180px) {
  .productList .productItem:nth-child(3) {
    top: unset;
    left: unset;
    translate: unset;
  }
}
.productList .productItem:nth-child(4) {
  top: calc(50% + 90px);
  right: 2.5%;
  translate: 0 -50%;
}
@media (max-width: 1440px) {
  .productList .productItem:nth-child(4) {
    right: 0;
  }
}
@media (max-width: 1280px) {
  .productList .productItem:nth-child(4) {
    top: calc(50% + 40px);
    right: 4%;
  }
}
@media (max-width: 1180px) {
  .productList .productItem:nth-child(4) {
    top: unset;
    right: unset;
    translate: unset;
  }
}
.productList .imgBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-color: #be2b19;
  padding: 1.5rem;
}
@media (max-width: 1536px) {
  .productList .imgBox {
    width: 80px;
    padding: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .productList .imgBox {
    width: 72px;
    padding: 1rem;
  }
}
@media (max-width: 1180px) {
  .productList .imgBox {
    width: 64px;
    padding: 0.875rem;
  }
}
@media (min-width: 1181px) {
  .productList .imgBox:has(.linkWrap):hover {
    background-color: #fff;
  }
  .productList .imgBox:has(.linkWrap):hover .Img img {
    -webkit-filter: drop-shadow(0 40px 0 #be2b19);
            filter: drop-shadow(0 40px 0 #be2b19);
    translate: 0 -100%;
  }
}
.productList .imgBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(190, 43, 25, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-animation: homeProductCircle 1.8s ease-in-out infinite;
          animation: homeProductCircle 1.8s ease-in-out infinite;
  z-index: -1;
}
.productList .imgBox .Img {
  overflow: clip;
}
.productList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: translate 0.6s ease-in-out;
  transition: translate 0.6s ease-in-out;
}
.productList .imgBox .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.productList .Txt {
  position: relative;
}
@media (max-width: 375px) {
  .productList .Txt {
    text-align: center;
  }
}
.productList .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #be2b19;
}
@media (max-width: 1536px) {
  .productList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .productList .Txt .title {
    font-size: 18px;
  }
}
.productList .Txt .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .productList .Txt .title a:hover {
    color: #4b4b4b;
  }
}
.productList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #707070;
  margin-top: 0.5rem;
}
@media (max-width: 1536px) {
  .productList .Txt .text {
    font-size: 15px;
    margin-top: 0.25rem;
  }
}
@media (max-width: 1280px) {
  .productList .Txt .text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=home.css.map */