.linkMore .Img img, .hotCase .tabBox .item::after, .hotCase .tabBox .item, .ib_banner_025 .scrollDown span.text, .ib_banner_025 .tabList .item .text::after, .controlBlock .arrowBox .arrow::before, .slick-slider .slick-dots li button::before, .slick-slider .slick-dots li button, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* home(ib_banner_002) */
.ib_info_004 {
  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;
}
.ib_info_004 .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;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #ad2929;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #ad2929;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.titleBox {
  text-align: left;
}
.titleBox .subtitle {
  padding-top: 0;
  font-size: 24px;
  font-weight: 350;
  letter-spacing: 1.5px;
  line-height: 24px;
  color: #ad2929;
  padding-bottom: 15px;
}
.titleBox .title {
  color: #3a3332;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .titleBox .title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}

.slick-slider .slick-dots li {
  width: 32px;
  height: 32px;
  padding: 11px;
  border-radius: 0%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-slider .slick-dots li button::before {
  border-radius: 0%;
}
.slick-slider .slick-dots li.slick-active {
  border: 1px solid #ad2929;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover {
    border: 1px solid #ad2929;
  }
}

.controlBlock .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.controlBlock .arrowBox .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  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;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.controlBlock .arrowBox .arrow::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2px solid #3a3332;
  border-right: 2px solid #3a3332;
}
.controlBlock .arrowBox .arrow.arrowPrev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 18px;
}
.controlBlock .arrowBox .arrow.arrowNext::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 18px;
}
.controlBlock .arrowBox .arrow:hover::before {
  border-color: #ad2929;
}

.decoText {
  position: absolute;
  font-family: "Playfair Display", "Noto Serif TC", serif;
  font-size: 150px;
  font-weight: 350;
  letter-spacing: 10px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .decoText {
    font-size: 120px;
    font-weight: 350;
    letter-spacing: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 1180px) {
  .decoText {
    display: none;
  }
}
.decoText.vertical {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  text-orientation: mixed;
}
.decoText::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 3px #ad2929;
  opacity: 0.1;
}

.ib_banner_025 {
  position: relative;
  z-index: 1;
}
.ib_banner_025 .wrap {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1180px) {
  .ib_banner_025 .wrap {
    padding-bottom: 80px;
  }
}
.ib_banner_025 .dataBox {
  position: relative;
}
.ib_banner_025 .dataBox .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.ib_banner_025 .dataBox .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.ib_banner_025 .dataBox .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.ib_banner_025 .dataBox .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.ib_banner_025 .dataList {
  position: relative;
  z-index: 1;
}
.ib_banner_025 .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}
@media (min-width: 769px) {
  .ib_banner_025 .linkWrap {
    display: none;
  }
}
.ib_banner_025 .item {
  position: relative;
}
.ib_banner_025 .item .Img {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_banner_025 .item .Img {
    height: 560px;
  }
}
@media (max-width: 768px) {
  .ib_banner_025 .item .Img {
    height: 420px;
  }
}
.ib_banner_025 .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .ib_banner_025 .item .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ib_banner_025 .item .Txt {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 85px 90px;
  max-width: 1560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1680px) {
  .ib_banner_025 .item .Txt {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .ib_banner_025 .item .Txt {
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ad2929;
    max-width: 100%;
    padding: 30px 20px 35px;
  }
}
.ib_banner_025 .item .Txt .textBox {
  line-height: 1.2;
  color: #fff;
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 11%;
}
@media (max-width: 1680px) {
  .ib_banner_025 .item .Txt .textBox {
    padding-top: 8%;
  }
}
@media (max-width: 1440px) {
  .ib_banner_025 .item .Txt .textBox {
    padding-top: 0;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .ib_banner_025 .item .Txt .textBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.ib_banner_025 .item .Txt .title {
  opacity: 0;
  font-family: "Playfair Display", "Noto Serif TC", serif;
  font-size: 66px;
  font-weight: 400;
  letter-spacing: 4.75px;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .ib_banner_025 .item .Txt .title {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 4.75px;
    line-height: 1.2;
  }
}
@media (max-width: 1440px) {
  .ib_banner_025 .item .Txt .title {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 4.75px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .ib_banner_025 .item .Txt .title {
    color: #c8aa7e;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2.75px;
    line-height: 1.2;
  }
}
.ib_banner_025 .item .Txt .subtitle {
  opacity: 0;
  font-family: "Playfair Display", "Noto Serif TC", serif;
  font-size: 66px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .ib_banner_025 .item .Txt .subtitle {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2;
  }
}
@media (max-width: 1440px) {
  .ib_banner_025 .item .Txt .subtitle {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .ib_banner_025 .item .Txt .subtitle {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2.75px;
    line-height: 1.2;
  }
}
.ib_banner_025 .item .Txt .text {
  opacity: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .ib_banner_025 .item .Txt .text {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
.ib_banner_025 .item .Txt .btnBox {
  opacity: 0;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .ib_banner_025 .item .Txt .btnBox {
    display: none;
  }
}
.ib_banner_025 .tabBox {
  min-width: 860px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 100px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .ib_banner_025 .tabBox {
    display: none;
  }
}
.ib_banner_025 .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_banner_025 .tabList .tabItem {
  position: relative;
}
.ib_banner_025 .tabList .tabItem:not(:first-child) {
  padding-left: 25px;
}
.ib_banner_025 .tabList .tabItem:not(:first-child)::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 25px;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.ib_banner_025 .tabList .tabItem.current .item .text::after {
  content: "";
  position: absolute;
  width: 100%;
}
.ib_banner_025 .tabList .item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  padding: 0 20px;
}
.ib_banner_025 .tabList .item .text {
  padding: 30px 0;
  letter-spacing: 0.5px;
  position: relative;
}
.ib_banner_025 .tabList .item .text::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0%;
  background-color: #ad2929;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1181px) {
  .ib_banner_025 .tabList .item:hover .text::after {
    content: "";
    position: absolute;
    width: 100%;
  }
}
.ib_banner_025 .scrollDown {
  position: absolute;
  right: 45px;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .ib_banner_025 .scrollDown {
    display: none;
  }
}
@media (min-width: 1181px) {
  .ib_banner_025 .scrollDown:hover .text {
    color: #ad2929;
  }
}
.ib_banner_025 .scrollDown span {
  display: block;
}
.ib_banner_025 .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  letter-spacing: 1px;
  font-size: 16px;
}
.ib_banner_025 .scrollDown span.line {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  margin-top: 10px;
  display: block;
  width: 1px;
  height: 80px;
  background-color: #fff;
}
.ib_banner_025 .scrollDown span.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ad2929;
  -webkit-animation: bannerScrollAnimation 2.5s ease-in-out infinite;
          animation: bannerScrollAnimation 2.5s ease-in-out infinite;
}
.ib_banner_025 .slick-dotted.slick-slider {
  margin: 0;
}
.ib_banner_025 .slick-dots {
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 1180px) {
  .ib_banner_025 .slick-dots {
    left: 50%;
    top: calc(100% + 20px);
    margin-top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1180px) {
  .ib_banner_025 .slick-slider .slick-dots.vertical {
    width: 100%;
    height: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 8px;
  }
  .ib_banner_025 .slick-slider .slick-dots button::before {
    background-color: #c8aa7e;
  }
}

.hotCase {
  padding: 190px 0 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1536px) {
  .hotCase {
    padding: 130px 0 120px;
  }
}
@media (max-width: 1440px) {
  .hotCase {
    padding: 110px 0;
  }
}
@media (max-width: 768px) {
  .hotCase {
    padding: 50px 0;
  }
}
.hotCase .decoText {
  top: 66%;
  left: 30px;
}
@media (max-width: 1680px) {
  .hotCase .decoText {
    left: -50px;
  }
}
.hotCase .wrap {
  position: relative;
}
.hotCase .titleBox.mobile {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1181px) {
  .hotCase .titleBox.mobile {
    display: none;
  }
}
.hotCase .classArea {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .hotCase .classArea {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .hotCase .classArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .hotCase .classArea {
    position: static;
  }
}
.hotCase .classBox {
  margin: 0;
}
.hotCase .classBox .classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1180px) {
  .hotCase .classBox .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hotCase .classBox .classLink a,
.hotCase .classBox .classLink span {
  background-color: #f0f0f0;
  color: #000;
  display: block;
  padding: 10px 30px;
  letter-spacing: 0.02rem;
  font-size: 18px;
  text-align: center;
}
.hotCase .classBox .classLink a.current,
.hotCase .classBox .classLink span.current {
  background-color: #ad2929;
  color: #fff;
}
@media (min-width: 1181px) {
  .hotCase .classBox .classLink a:hover,
  .hotCase .classBox .classLink span:hover {
    background-color: #ad2929;
    color: #fff;
  }
}
.hotCase .contentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1180px) {
  .hotCase .contentArea {
    -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;
  }
}
.hotCase .contentArea.hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hotCase .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .hotCase .leftBox {
    width: 100%;
    padding-top: 0;
    margin: 20px 0;
  }
}
.hotCase .controlBlock.pc {
  padding-left: 30px;
}
@media (max-width: 1180px) {
  .hotCase .controlBlock.pc {
    display: none;
  }
}
.hotCase .tabBox {
  position: relative;
}
.hotCase .tabBox::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 15px;
  left: 0;
}
@media (max-width: 1180px) {
  .hotCase .tabBox::after {
    width: calc(100% + 50px);
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
.hotCase .tabBox .tabList {
  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) {
  .hotCase .tabBox .tabList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .hotCase .tabBox .tabList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #f1f1f1;
  }
  .hotCase .tabBox .tabList::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
  }
  .hotCase .tabBox .tabList::-webkit-scrollbar-thumb {
    background: #ad2929;
  }
}
.hotCase .tabBox .tabItem {
  cursor: pointer;
  padding: 15px 0;
}
@media (max-width: 1180px) {
  .hotCase .tabBox .tabItem {
    padding: 0;
  }
}
.hotCase .tabBox .tabItem.current .item {
  color: #ad2929;
}
.hotCase .tabBox .tabItem.current .item::after {
  content: "";
  position: absolute;
  height: 18px;
}
@media (max-width: 1180px) {
  .hotCase .tabBox .tabItem.current .item::after {
    height: 1px;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .hotCase .tabBox .tabItem:hover .item {
    color: #ad2929;
  }
  .hotCase .tabBox .tabItem:hover .item::after {
    content: "";
    position: absolute;
    height: 18px;
  }
}
.hotCase .tabBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .hotCase .tabBox .item {
    padding: 10px 0;
    min-width: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hotCase .tabBox .item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: #ad2929;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .hotCase .tabBox .item::after {
    width: 0%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hotCase .tabBox .item .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hotCase .rightBox {
  width: calc(100% - 240px);
}
@media (max-width: 1180px) {
  .hotCase .rightBox {
    width: 100%;
    position: relative;
  }
}
.hotCase .titleArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .hotCase .titleArea {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .hotCase .titleArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1366px) {
  .hotCase .titleArea {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1180px) {
  .hotCase .titleArea {
    display: none;
  }
}
.hotCase .titleArea .titleBox {
  max-width: 450px;
  margin-left: auto;
  padding-left: 25px;
  padding-bottom: 30px;
}
@media (max-width: 1366px) {
  .hotCase .titleArea .titleBox {
    max-width: 40%;
  }
}
.hotCase .dataBox .slick-list .imgBox .infoBox {
  opacity: 0;
}
.hotCase .dataBox .slick-list .Txt .topBox {
  opacity: 0;
}
.hotCase .dataBox .slick-list .Txt .text {
  opacity: 0;
}
.hotCase .dataBox .slick-list .Txt .tagBox {
  opacity: 0;
}
.hotCase .dataBox .slick-list .Txt .btnBox {
  opacity: 0;
}
.hotCase .dataBox .slick-current .imgBox .infoBox {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.hotCase .dataBox .slick-current .Txt .topBox {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.hotCase .dataBox .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.hotCase .dataBox .slick-current .Txt .tagBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.hotCase .dataBox .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
}
.hotCase .dataList:not(.slick-slider) {
  overflow: hidden;
}
.hotCase .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.hotCase .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 710/440;
}
.hotCase .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .hotCase .item {
    -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;
  }
}
.hotCase .item .imgBox .Img {
  width: 100%;
  max-width: 710px;
}
@media (max-width: 1520px) {
  .hotCase .item .imgBox .Img {
    height: 100%;
    padding-bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .hotCase .item .imgBox .Img {
    height: auto;
  }
}
.hotCase .item .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1520px) {
  .hotCase .item .imgBox .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1180px) {
  .hotCase .item .imgBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.hotCase .item .imgBox .infoBox {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1520px) {
  .hotCase .item .imgBox .infoBox {
    margin-top: -30px;
  }
}
@media (max-width: 1000px) {
  .hotCase .item .imgBox .infoBox {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.hotCase .item .imgBox .infoBox::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  background-color: #ad2929;
  top: 5px;
  left: 0;
}
.hotCase .item .Txt {
  max-width: 450px;
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .hotCase .item .Txt {
    max-width: 40%;
  }
}
@media (max-width: 1180px) {
  .hotCase .item .Txt {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .hotCase .item .Txt {
    max-width: 710px;
  }
}
.hotCase .item .Txt .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px;
  padding-bottom: 20px;
  gap: 20px;
  position: relative;
}
.hotCase .item .Txt .topBox::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 50px);
  background-color: #ad2929;
  top: 0;
  right: 0;
}
@media (max-width: 1180px) {
  .hotCase .item .Txt .topBox::after {
    display: none;
  }
}
@media (max-width: 1000px) {
  .hotCase .item .Txt .topBox {
    padding-left: 0;
  }
}
.hotCase .item .Txt .topBox .title a {
  font-size: 30px;
  font-weight: 350;
  letter-spacing: 1.5px;
  line-height: 1.2;
  color: #3a3332;
}
@media (max-width: 480px) {
  .hotCase .item .Txt .topBox .title a {
    font-size: 27px;
    font-weight: 350;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
.hotCase .item .Txt .topBox .classTitle {
  color: #ad2929;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.hotCase .item .Txt .text {
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 25px;
  height: 120px;
}
@media (max-width: 1536px) {
  .hotCase .item .Txt .text {
    padding-right: 10px;
  }
}
@media (max-width: 1000px) {
  .hotCase .item .Txt .text {
    padding-left: 0;
  }
}
.hotCase .item .Txt .btnBox {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 5px;
}
@media (max-width: 1366px) {
  .hotCase .item .Txt .btnBox {
    gap: 10px;
  }
  .hotCase .item .Txt .btnBox .homeStyle {
    min-width: calc(50% - 5px);
  }
}
@media (max-width: 1000px) {
  .hotCase .item .Txt .btnBox {
    padding-left: 0;
  }
}
.hotCase .item .tagBox {
  padding-left: 25px;
}
@media (max-width: 1000px) {
  .hotCase .item .tagBox {
    padding-left: 0;
  }
}
.hotCase .item .tagBox .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.hotCase .item .tagBox .tagList li {
  width: 33.3333333333%;
}
.hotCase .item .tagBox .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hotCase .item .tagBox .tag img {
  aspect-ratio: 1/1;
  max-width: 70px;
}

.homeAbout {
  background-image: url(../images/home_about_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
}
.homeAbout .wrap {
  position: relative;
}
.homeAbout .decoImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 165px;
}
@media (max-width: 1180px) {
  .homeAbout .decoImg {
    max-width: 120px;
  }
}
@media (max-width: 1000px) {
  .homeAbout .decoImg {
    display: none;
  }
}
.homeAbout .decoImg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.homeAbout .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .homeAbout .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.homeAbout .rightBox {
  width: 50%;
}
@media (max-width: 1000px) {
  .homeAbout .rightBox {
    width: 100%;
  }
}
.homeAbout .rightBox .Img {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1366px) {
  .homeAbout .rightBox .Img {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .homeAbout .rightBox .Img {
    margin: 0 auto;
  }
}
.homeAbout .rightBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1366px) {
  .homeAbout .rightBox .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homeAbout .leftBox {
  width: 50%;
  max-width: 700px;
  padding: 100px 105px 55px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .homeAbout .leftBox {
    padding: 80px 80px 55px;
  }
}
@media (max-width: 1366px) {
  .homeAbout .leftBox {
    padding: 60px 50px 55px;
  }
}
@media (max-width: 1000px) {
  .homeAbout .leftBox {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .homeAbout .leftBox {
    padding: 30px;
  }
}
.homeAbout .titleBox {
  margin: 0;
}
.homeAbout .titleBox .title {
  line-height: 1.3;
}
@media (max-width: 640px) {
  .homeAbout .titleBox .title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
.homeAbout .Txt {
  padding-top: 10px;
}
@media (max-width: 480px) {
  .homeAbout .Txt {
    padding-top: 30px;
  }
}
.homeAbout .Txt .subtitle {
  color: #3a3332;
  font-size: 21px;
  font-weight: 450;
  letter-spacing: 1px;
  line-height: 1.2;
}
.homeAbout .Txt .text {
  padding-top: 10px;
  color: #808080;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.8px;
  line-height: 1.9;
  width: 100%;
  max-width: 455px;
}
.homeAbout .Txt .btnBox {
  margin-top: 13%;
}
.homeAbout .dataBox .slick-list .titleBox .subtitle {
  opacity: 0;
}
.homeAbout .dataBox .slick-list .titleBox .title {
  opacity: 0;
}
.homeAbout .dataBox .slick-list .Txt .subtitle {
  opacity: 0;
}
.homeAbout .dataBox .slick-list .Txt .text {
  opacity: 0;
}
.homeAbout .dataBox .slick-list .btnBox {
  opacity: 0;
}
.homeAbout .dataBox .slick-current .titleBox .subtitle {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.homeAbout .dataBox .slick-current .titleBox .title {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.homeAbout .dataBox .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.homeAbout .dataBox .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.homeAbout .dataBox .slick-current .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.6s ease-in-out forwards;
}
.homeAbout .dataList:not(.slick-slider) {
  overflow: hidden;
}
.homeAbout .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.homeAbout .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.homeAbout .slick-dots {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 25px;
  margin: auto 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1000px) {
  .homeAbout .slick-dots {
    max-width: 700px;
    aspect-ratio: 700/600;
    height: auto;
    bottom: auto;
    top: 0;
    left: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .homeAbout .slick-dots li:not(.vertical) {
    margin-bottom: 30px;
  }
  .homeAbout .slick-dots li:last-child {
    margin-right: 20px;
  }
}
.homeAbout .slick-dots li button::before {
  background-color: #c8aa7e;
}

.pastCase {
  background-image: url(../images/home_past_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0 85px;
  position: relative;
  overflow: hidden;
}
.pastCase::after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: 340px;
  height: 100%;
  background-image: url(../images/home_past_deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}
.pastCase .wrap {
  position: relative;
  z-index: 2;
}
.pastCase .decoTextBox {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
}
.pastCase .decoTextBox .decoText {
  position: relative;
  top: -50px;
  left: auto;
  right: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  line-height: 150px;
  text-align: right;
  color: #f6f6f6;
}
.pastCase .decoTextBox .decoText::before {
  -webkit-text-stroke: 3px #000;
}
.pastCase .titleBox {
  padding-left: 5px;
  margin: 0;
}
@media (max-width: 1180px) {
  .pastCase .titleBox {
    text-align: center;
  }
}
.pastCase .titleBox .text {
  padding-top: 50px;
  width: 100%;
  max-width: 410px;
  letter-spacing: 0.85px;
}
@media (max-width: 1180px) {
  .pastCase .titleBox .text {
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.pastCase .dataBox {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
}
@media (max-width: 1180px) {
  .pastCase .dataBox {
    margin-top: 30px;
  }
}
.pastCase .dataBox .slick-list .Txt .top {
  opacity: 0;
}
.pastCase .dataBox .slick-list .Txt .infoBox {
  opacity: 0;
}
.pastCase .dataBox .slick-list .Txt .btnBox {
  opacity: 0;
}
.pastCase .dataBox .slick-current .Txt .top {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.pastCase .dataBox .slick-current .Txt .infoBox {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.pastCase .dataBox .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.pastCase .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1000px) {
  .pastCase .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.pastCase .Txt {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1000px) {
  .pastCase .Txt {
    max-width: 775px;
  }
}
.pastCase .Txt .top {
  position: relative;
  padding-bottom: 20px;
}
.pastCase .Txt .top::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 50px);
  background-color: #ad2929;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .pastCase .Txt .top::after {
    width: 100%;
  }
}
.pastCase .Txt .top .title {
  font-size: 30px;
  font-weight: 350;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.pastCase .Txt .top .title a {
  color: #3a3332;
}
.pastCase .Txt .infoBox {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.pastCase .Txt .infoBox .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pastCase .Txt .infoBox .info .title {
  color: #ad2929;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 1.2;
  width: 80px;
  display: inline-block;
}
@media (max-width: 400px) {
  .pastCase .Txt .infoBox .info .title {
    width: 60px;
  }
}
.pastCase .Txt .infoBox .info .text {
  font-size: 18px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pastCase .Txt .btnBox {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .pastCase .Txt .btnBox {
    margin-top: 50px;
  }
}
@media (max-width: 350px) {
  .pastCase .Txt .btnBox .homeStyle {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.pastCase .Img {
  width: 100%;
  max-width: 775px;
}
.pastCase .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pastCase .controlBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 240px;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .pastCase .controlBlock {
    padding-left: 300px;
  }
}
@media (max-width: 480px) {
  .pastCase .controlBlock {
    padding-left: 250px;
  }
}
@media (max-width: 400px) {
  .pastCase .controlBlock {
    width: 100%;
    padding-left: 0;
  }
}
.pastCase .controlBlock .arrowBox {
  pointer-events: auto;
}
@media (max-width: 400px) {
  .pastCase .controlBlock .arrowBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.linkMore .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .linkMore .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.linkMore .dataItem {
  width: 50%;
}
@media (max-width: 960px) {
  .linkMore .dataItem {
    width: 100%;
  }
}
.linkMore .item {
  position: relative;
}
.linkMore .Img {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .linkMore .Img {
    height: 300px;
  }
}
.linkMore .Img img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  aspect-ratio: 960/340;
}
@media (max-width: 960px) {
  .linkMore .Img img {
    height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.linkMore .Txt {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.linkMore .Txt .textBox {
  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: 100%;
  max-width: 530px;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .linkMore .Txt .textBox {
    -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;
  }
}
.linkMore .Txt .titleBox {
  margin: 0;
}
@media (max-width: 480px) {
  .linkMore .Txt .titleBox {
    text-align: center;
  }
}
.linkMore .Txt .titleBox .subtitle {
  color: #fff;
}
@media (max-width: 450px) {
  .linkMore .Txt .titleBox .subtitle {
    font-size: 18px;
    padding-bottom: 0px;
  }
}
.linkMore .Txt .titleBox .title a {
  color: #fff;
}
@media (max-width: 450px) {
  .linkMore .Txt .titleBox .title a {
    font-size: 26px;
  }
}
.linkMore .Txt .btnBox .homeStyle {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}