.newsArea .newsList .newsItem .moreBox .plus:before, .newsArea .newsList .newsItem .moreBox .plus:after, .newsArea .newsList .newsItem .moreBox .plus, .newsArea .newsList .newsItem .Txt .title a:after, .newsArea .newsList .newsItem .dateBox .week,
.newsArea .newsList .newsItem .dateBox .year,
.newsArea .newsList .newsItem .dateBox .monDay, .newsArea .newsList .newsItem .dateBox .dateCircle, .newsArea .newsList .newsItem, .newsArea .bottomBox .arrowBox .appendDots .slick-dots li button::before, .newsArea .bottomBox .arrowBox .appendDots .slick-dots li, .newsArea .bottomBox .arrowBox .arrow, .activityArea .arrowBox .appendDots .slick-dots li button::before, .activityArea .arrowBox .appendDots .slick-dots li, .activityArea .arrowBox .arrow, .activityArea .activityList .activityItem .Img img, .activityArea .activityList .activityItem .Img:before, .activityArea .activityList .activityItem .TxtBox .btnPlus:before, .activityArea .activityList .activityItem .TxtBox .btnPlus:after, .activityArea .activityList .activityItem .TxtBox .btnPlus, .activityArea .activityList .activityItem .TxtBox .Txt, .productArea .productClassBox .productClassList li .Icon img, .productArea .productClassBox .productClassList li a, .coreArea .txtBox .coreList .coreItem .item svg .hover, .coreArea .txtBox .coreList .coreItem .item svg .unHover, .coreArea .arrowBox .appendDots .slick-dots li button::before, .coreArea .arrowBox .appendDots .slick-dots li, .coreArea .arrowBox .arrow, .bannerArea .slick-dots li button::before, .bannerArea .slick-dots li, .bannerArea .arrowBox .arrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .pageScroll a span, .pageScroll a:before, .pageScroll {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-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;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes rotate_show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate_show {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale_rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(180deg);
            transform: scale(0.8) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@keyframes scale_rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(180deg);
            transform: scale(0.8) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.wrap {
  max-width: 1440px;
}

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

.pageScroll {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 81px;
  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;
  z-index: 50;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pageScroll.hide {
  opacity: 0;
}
.pageScroll.chageWhite {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.pageScroll.chageWhite a:before {
  border-color: #ffffff;
}
.pageScroll.chageWhite a span {
  color: #ffffff;
}
.pageScroll.chageWhite a span:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.pageScroll.chageWhite a.current:before {
  background-image: url(../images/icon/icon_anchor_white.png);
  background-repeat: no-repeat;
}
.pageScroll a {
  margin: 9.5px 0;
  display: block;
  width: 30px;
  position: relative;
  text-align: center;
}
.pageScroll a:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #666666;
  background-color: transparent;
}
.pageScroll a span {
  color: #1a1a1a;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  margin: auto;
  max-height: 0;
  opacity: 0;
}
.pageScroll a span:after {
  content: "";
  width: 2px;
  height: 47px;
  margin: 31px auto 0;
  display: inline-block;
  background-color: rgba(102, 102, 102, 0.3);
}
.pageScroll a.current span {
  padding-top: 22px;
  max-height: 255px;
  opacity: 1;
}
.pageScroll a.current:before {
  border: 0;
  background-image: url(../images/icon/icon_anchor_red.png);
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .pageScroll {
    display: none;
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerList > .bannerItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 110px 150px 110px 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.183;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-top: 27px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .text {
  color: #ffffff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 73px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
  max-width: 285px;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 22.5px 20px;
  text-align: center;
  border: 1px solid #ffffff;
  position: relative;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.bannerArea .bannerItem .Txt .bannerBtn a svg {
  width: 5px;
  height: 9px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #ffffff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1400px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 61px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding-right: 20px;
  }
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
    line-height: 1.16;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-top: 17px;
  }
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 58px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
    margin-top: 12px;
  }
  .bannerArea .bannerItem .Txt .bannerBtn {
    padding-top: 45px;
  }
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img.pc {
  -o-object-fit: cover;
     object-fit: cover;
  height: 900px;
}
.bannerArea .bannerItem .Img img.mb {
  display: none;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img img.pc {
    display: none;
  }
  .bannerArea .bannerItem .Img img.mb {
    display: block;
  }
}
@media (max-width: 500px) {
  .bannerArea .bannerItem .Img img.mb {
    -o-object-fit: cover;
       object-fit: cover;
    height: 600px;
  }
}
.bannerArea .bannerItem.slick-current .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #ffffff;
  margin-top: -2px;
  vertical-align: middle;
}
.bannerArea .socialBox .socialList li a:hover {
  color: #dc2f34;
}
.bannerArea .socialBox .socialList li a:hover svg {
  fill: #dc2f34;
}
.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .arrowBox .arrow {
  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: 50%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}
.bannerArea .arrowBox .arrow svg {
  width: 21px;
  height: 11px;
}
@media (max-width: 1180px) {
  .bannerArea .arrowBox {
    left: 0;
    right: 0;
    top: auto;
    bottom: 40px;
    -webkit-transform: none;
            transform: none;
    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;
  }
  .bannerArea .arrowBox .arrow {
    margin: 0 10px;
  }
  .bannerArea .arrowBox .arrow.arrowPrev, .bannerArea .arrowBox .arrow.arrowNext {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #ffffff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.bannerArea .scrollDown span.mouse {
  width: 24px;
  height: 35px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  position: relative;
  margin: 13px auto 0;
}
.bannerArea .scrollDown span.mouse:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: floating 1.1s infinite ease-in-out;
          animation: floating 1.1s infinite ease-in-out;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #dc2f34;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  position: relative;
  width: 8px;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bannerArea .slick-dots li {
  width: 100%;
  height: 8px;
  margin: 5px 0;
}
.bannerArea .slick-dots li button {
  width: 8px;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active {
  width: 8px;
  height: 32px;
}
.bannerArea .slick-dots li.slick-active button::before {
  width: 100%;
  border-radius: 5px;
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .slick-dots {
    width: auto;
    padding-top: 0;
  }
  .bannerArea .slick-dots li {
    width: 8px;
    margin: 0 7.5px;
    display: inline-block;
    vertical-align: 6px;
  }
  .bannerArea .slick-dots li.slick-active {
    width: 32px;
    height: 8px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown {
    display: none !important;
  }
}

.coreArea {
  position: relative;
  overflow: hidden;
}
.coreArea .titleBox {
  margin-bottom: 10px;
}
.coreArea .titleBox .titleTw,
.coreArea .titleBox .titleEn {
  color: #ffffff;
}
.coreArea .titleBox .titleTw span {
  border-bottom-color: #ffffff;
}
.coreArea .infoBox {
  color: #ececec;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.coreArea .arrowBox {
  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-top: 30px;
  display: none;
}
.coreArea .arrowBox .arrow {
  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: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.coreArea .arrowBox .arrow svg {
  width: 11px;
  height: 21px;
}
.coreArea .arrowBox .arrow.slick-hidden {
  display: none;
}
.coreArea .arrowBox .appendDots .slick-dots {
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.coreArea .arrowBox .appendDots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7.5px;
  display: inline-block;
  vertical-align: 6px;
}
.coreArea .arrowBox .appendDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.coreArea .arrowBox .appendDots .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.coreArea .arrowBox .appendDots .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
.coreArea .arrowBox .appendDots .slick-dots li.slick-active button::before {
  border-radius: 8px;
  opacity: 1;
}
@media (max-width: 1280px) {
  .coreArea .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .coreArea .arrowBox {
    bottom: 50px;
  }
}
.coreArea .txtBox {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 1600px) {
  .coreArea .txtBox {
    left: 81px;
  }
}
@media (max-width: 1180px) {
  .coreArea .txtBox {
    left: 0;
  }
}
@media (max-width: 992px) {
  .coreArea .txtBox {
    top: 53px;
  }
}
.coreArea .txtBox .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 106px;
}
.coreArea .txtBox .topBox .leftBox,
.coreArea .txtBox .topBox .rightBox {
  color: #ffffff;
}
.coreArea .txtBox .topBox .leftBox {
  width: 500px;
}
.coreArea .txtBox .topBox .rightBox {
  width: calc(100% - 500px);
}
.coreArea .txtBox .topBox .titleBox .titleEn {
  margin-top: 0;
}
@media (max-width: 1440px) {
  .coreArea .txtBox .topBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .coreArea .txtBox .topBox .rightBox {
    max-width: 40%;
  }
}
@media (max-width: 992px) {
  .coreArea .txtBox .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 60px;
  }
  .coreArea .txtBox .topBox .leftBox,
  .coreArea .txtBox .topBox .rightBox {
    width: 100%;
  }
  .coreArea .txtBox .topBox .rightBox {
    max-width: 100%;
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .coreArea .txtBox .topBox {
    padding-bottom: 20px;
  }
}
.coreArea .txtBox .bottomBox {
  position: relative;
}
.coreArea .txtBox .bottomBox:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: -3.5px auto 0;
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1600px) {
  .coreArea .txtBox .bottomBox:after {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .coreArea .txtBox .bottomBox .wrap {
    padding: 0;
  }
}
.coreArea .txtBox .coreCaptionList > .coreCaptionItem:first-child {
  -webkit-animation: none !important;
          animation: none !important;
}
.coreArea .txtBox .coreCaptionList > .coreCaptionItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem {
  -webkit-animation: 0.5s fadeOut ease-in-out forwards;
          animation: 0.5s fadeOut ease-in-out forwards;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem.slick-current {
  -webkit-animation: 0.5s fadeIn ease-in-out forwards;
          animation: 0.5s fadeIn ease-in-out forwards;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .left {
  width: calc(100% - 500px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  position: relative;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .left:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 60px;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .left .number,
.coreArea .txtBox .coreCaptionList .coreCaptionItem .left .unit {
  color: #ffffff;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .left .number {
  font-size: 82px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 4.1px;
  line-height: 1;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .left .unit {
  font-size: 20px;
  letter-spacing: 1px;
  padding-left: 5px;
  padding-bottom: 10px;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .right {
  width: 500px;
  padding-left: 30px;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .right .title {
  font-size: 25px;
  letter-spacing: 1.25px;
}
.coreArea .txtBox .coreCaptionList .coreCaptionItem .right .text {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.44;
  margin-top: 16px;
  height: 52px;
}
@media (max-width: 1440px) {
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .left,
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .right {
    width: 100%;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .left:after {
    display: none;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .left .number {
    font-size: 55px;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .left .unit {
    padding-bottom: 5px;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .right {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .left {
    display: none;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .right .title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .coreArea .txtBox .coreCaptionList .coreCaptionItem .right .text {
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-top: 5px;
  }
}
.coreArea .txtBox .coreList {
  margin: 0 -23.5px;
}
.coreArea .txtBox .coreList .slick-track {
  margin: 0 auto;
}
.coreArea .txtBox .coreList > .coreItem {
  float: left;
  width: 20%;
}
.coreArea .txtBox .coreList > .coreItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1280px) {
  .coreArea .txtBox .coreList > .coreItem {
    width: 25%;
  }
  .coreArea .txtBox .coreList > .coreItem:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .coreArea .txtBox .coreList > .coreItem {
    width: 33.3333333333%;
  }
  .coreArea .txtBox .coreList > .coreItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .coreArea .txtBox .coreList > .coreItem {
    width: 50%;
  }
  .coreArea .txtBox .coreList > .coreItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .coreArea .txtBox .coreList > .coreItem {
    width: 100%;
  }
  .coreArea .txtBox .coreList > .coreItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.coreArea .txtBox .coreList .coreItem {
  padding: 0 23.5px;
}
.coreArea .txtBox .coreList .coreItem.slick-current .item svg .unHover {
  opacity: 0;
}
.coreArea .txtBox .coreList .coreItem.slick-current .item svg .hover {
  opacity: 1;
}
.coreArea .txtBox .coreList .coreItem .item {
  cursor: pointer;
  position: relative;
}
.coreArea .txtBox .coreList .coreItem .item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: -3.5px auto 0;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .coreArea .txtBox .coreList .coreItem .item:hover svg .unHover {
    opacity: 0;
  }
  .coreArea .txtBox .coreList .coreItem .item:hover svg .hover {
    opacity: 1;
  }
}
.coreArea .txtBox .coreList .coreItem .item .Txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  padding: 0 25px 18px;
}
.coreArea .txtBox .coreList .coreItem .item .Txt .numUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.coreArea .txtBox .coreList .coreItem .item .Txt .numUnit .number,
.coreArea .txtBox .coreList .coreItem .item .Txt .numUnit .unit {
  color: #ffffff;
}
.coreArea .txtBox .coreList .coreItem .item .Txt .numUnit .number {
  font-size: 40px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}
.coreArea .txtBox .coreList .coreItem .item .Txt .numUnit .unit {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.44;
  padding-left: 4px;
  padding-bottom: 5px;
}
.coreArea .txtBox .coreList .coreItem .item .Txt .title {
  color: #ffffff;
  font-size: 15px; /*18*/
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.44;
  margin-top: 45px;
  height: 65px; /*27*/
  text-align: center;
}
.coreArea .txtBox .coreList .coreItem .item svg .unHover {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
}
.coreArea .txtBox .coreList .coreItem .item svg .hover {
  opacity: 0;
}
@media (max-width: 1440px) {
  .coreArea .txtBox .coreList {
    margin: 0 -10px;
  }
  .coreArea .txtBox .coreList .coreItem {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .coreArea .txtBox .coreList {
    margin: 0 -8px;
  }
  .coreArea .txtBox .coreList .coreItem {
    padding: 0 8px;
  }
  .coreArea .txtBox .coreList .coreItem .item .Txt {
    padding: 18px 20px;
  }
  .coreArea .txtBox .coreList .coreItem .item .Txt .numUnit .number {
    font-size: 30px;
  }
  .coreArea .txtBox .coreList .coreItem .item .Txt .numUnit .unit {
    font-size: 16px;
  }
}
.coreArea .bgBox .coreBgList > .coreBgItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.coreArea .bgBox .coreBgList .coreBgItem.slick-slide {
  -webkit-animation: 0.5s fadeOut ease-in-out forwards;
          animation: 0.5s fadeOut ease-in-out forwards;
}
.coreArea .bgBox .coreBgList .coreBgItem.slick-current {
  -webkit-animation: 0.5s fadeIn ease-in-out forwards;
          animation: 0.5s fadeIn ease-in-out forwards;
}
.coreArea .bgBox .coreBgList .coreBgItem .Img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 980px;
  overflow: hidden;
}
.coreArea .bgBox .coreBgList .coreBgItem .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.coreArea .bgBox .coreBgList .coreBgItem .Img img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .coreArea .bgBox .coreBgList .coreBgItem .Img {
    padding-bottom: 800px;
  }
}
@media (max-width: 375px) {
  .coreArea .bgBox .coreBgList .coreBgItem .Img {
    padding-bottom: 750px;
  }
}

.productArea {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
  background-color: #f9f9f9;
  background-image: url(../images/home/pro_bg01.png), url(../images/home/pro_bg02.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: contain;
}
@media (max-width: 1440px) {
  .productArea {
    padding-left: 81px;
  }
}
@media (max-width: 1180px) {
  .productArea {
    padding: 70px 0 90px;
  }
}
@media (max-width: 768px) {
  .productArea {
    padding: 50px 0 60px;
  }
}
@media (max-width: 480px) {
  .productArea {
    padding: 35px 0 45px;
  }
}
@media (min-width: 1181px) {
  .productArea.show .sideBg.sideBgLt {
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
  }
  .productArea.show .sideBg.sideBgRt {
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0.05, 0, 0.35, 1), rotate_show 20s 2.02s linear forwards infinite;
    -webkit-animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
            animation: scale_rotate 1.6s 0.3s cubic-bezier(0, 0, 0.35, 1) forwards;
  }
  .productArea.show .innerBox:after {
    left: 0;
    opacity: 1;
  }
  .productArea.show .left {
    left: 100px;
    opacity: 1;
  }
  .productArea.show .right {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.productArea .sideBg {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media (min-width: 1181px) {
  .productArea .sideBg {
    opacity: 0;
  }
}
.productArea .sideBg .LeftLine,
.productArea .sideBg .RightLine {
  position: absolute;
}
.productArea .sideBg .LeftLine img.mb,
.productArea .sideBg .RightLine img.mb {
  display: none;
}
@media (max-width: 1180px) {
  .productArea .sideBg .LeftLine img.pc,
  .productArea .sideBg .RightLine img.pc {
    display: none;
  }
  .productArea .sideBg .LeftLine img.mb,
  .productArea .sideBg .RightLine img.mb {
    display: block;
  }
}
.productArea .sideBg .LeftLine {
  left: -14.8%;
  bottom: -77.2%;
  width: 1809px;
  height: 1866px;
}
@media (max-width: 1600px) {
  .productArea .sideBg .LeftLine {
    left: -12%;
    bottom: -8%;
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 1440px) {
  .productArea .sideBg .LeftLine {
    left: -16%;
  }
}
@media (max-width: 1180px) {
  .productArea .sideBg .LeftLine {
    height: auto;
    left: 0;
    bottom: 0;
  }
}
.productArea .sideBg .RightLine {
  right: -9.3%;
  top: -83.6%;
  width: 1901px;
  height: 1612px;
}
@media (max-width: 1600px) {
  .productArea .sideBg .RightLine {
    right: -8%;
    top: -45%;
    width: 80%;
    height: 80%;
  }
}
@media (max-width: 1440px) {
  .productArea .sideBg .RightLine {
    top: -35%;
  }
}
@media (max-width: 1180px) {
  .productArea .sideBg .RightLine {
    height: auto;
    right: 0;
    top: 0;
  }
}
.productArea .wrap {
  max-width: 1240px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1181px) {
  .productArea .titleBox {
    position: absolute;
    left: 20px;
    top: 54px;
    margin-bottom: 0;
  }
}
@media (max-width: 1180px) {
  .productArea .titleBox .titleEn br {
    display: none;
  }
}
.productArea .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
  padding-right: 60px;
  position: relative;
}
.productArea .innerBox:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: 100px center;
  z-index: -1;
  background-image: url(../images/home/outerCircle_bg_red.png);
  pointer-events: none;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
@media (min-width: 1181px) {
  .productArea .innerBox:after {
    left: 50px;
    opacity: 0;
  }
}
@media (max-width: 1280px) {
  .productArea .innerBox {
    padding-left: 0;
    padding-right: 50px;
  }
  .productArea .innerBox:after {
    left: -50px;
  }
}
@media (max-width: 1180px) {
  .productArea .innerBox {
    padding-right: 0;
  }
  .productArea .innerBox:after {
    display: none;
  }
}
.productArea .left {
  width: 640px;
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 5px;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
@media (min-width: 1181px) {
  .productArea .left {
    left: 130px;
    opacity: 0;
  }
}
.productArea .left .outerCircle {
  max-width: 640px;
  max-height: 640px;
  min-height: 640px;
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
.productArea .left .innerCircle {
  max-width: 437px;
  max-height: 437px;
  min-height: 437px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
          box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
  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;
  margin: auto;
  pointer-events: auto;
}
.productArea .right {
  width: 780px;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
@media (min-width: 1181px) {
  .productArea .right {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}
.productArea .right .outerCircle {
  position: relative;
  max-width: 852px;
}
.productArea .right .innerCircle {
  max-width: 540px;
  max-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .productArea .right .innerCircle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.productArea .right .mbBox {
  display: none;
}
@media (max-width: 1180px) {
  .productArea .right .mbBox {
    display: block;
  }
}
@media (max-width: 1280px) {
  .productArea .left {
    left: 50px;
  }
}
@media (max-width: 1180px) {
  .productArea .left {
    display: none;
  }
  .productArea .right {
    width: 100%;
    margin-right: auto;
  }
  .productArea .right .outerCircle {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productArea .right .innerCircle {
    max-width: none;
    max-height: none;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}
.productArea .productListBox {
  width: 100%;
}
.productArea .productListBox .productList {
  height: 100%;
}
.productArea .productListBox .productList > li:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.productArea .productListBox .productList li {
  text-align: center;
}
.productArea .productListBox .productList li .item {
  padding: 30px 50px;
}
.productArea .productListBox .productList li .Icon img {
  margin: auto;
}
.productArea .productListBox .productList li .Txt {
  color: #424242;
  margin-top: 15px;
}
.productArea .productListBox .productList li .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  max-height: 52px;
}
.productArea .productListBox .productList li .Txt .title br {
  display: none;
}
.productArea .productListBox .productList li .Txt .txt {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  margin-top: 21px;
  height: 50px;
  overflow: hidden;
}
.productArea .productListBox .productList li .btnBox {
  padding-top: 33px;
}
.productArea .productListBox .productList li .btnBox .btn_cis {
  max-width: 170px;
  border-radius: 23.5px;
  padding: 17px 22px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.productArea .productListBox .productList li .btnBox .btn_cis .arrow {
  right: 23px;
}
@media (max-width: 1180px) {
  .productArea .productListBox .productList li .Icon {
    display: none;
  }
  .productArea .productListBox .productList li .item {
    padding: 10px 20px;
  }
  .productArea .productListBox .productList li .Txt .txt {
    margin-top: 5px;
  }
}
.productArea .proImgBox {
  max-width: 437px;
  max-height: 437px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.productArea .proImgBox .proImgList {
  width: 100%;
  height: 100%;
}
.productArea .proImgBox .proImgList > li:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.productArea .proImgBox .proImgList li .Img {
  border-radius: 50%;
  background-color: #ffffff;
}
.productArea .proImgBox .proImgList li .Img img {
  border-radius: 50%;
  margin: auto;
}
.productArea #proLineBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.productArea #proLineBox.item_0 .lineDots {
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}
.productArea #proLineBox.item_0 .proLine {
  stroke-dashoffset: 1095.7800292969px;
}
.productArea #proLineBox.item_1 .lineDots {
  -webkit-transform: translateX(-50%) rotate(7deg);
          transform: translateX(-50%) rotate(7deg);
}
.productArea #proLineBox.item_1 .proLine {
  stroke-dashoffset: 930;
}
.productArea #proLineBox.item_2 .lineDots {
  -webkit-transform: translateX(-50%) rotate(36deg);
          transform: translateX(-50%) rotate(36deg);
}
.productArea #proLineBox.item_2 .proLine {
  stroke-dashoffset: 800;
}
.productArea #proLineBox.item_3 .lineDots {
  -webkit-transform: translateX(-50%) rotate(65deg);
          transform: translateX(-50%) rotate(65deg);
}
.productArea #proLineBox.item_3 .proLine {
  stroke-dashoffset: 670;
}
.productArea #proLineBox.item_4 .lineDots {
  -webkit-transform: translateX(-50%) rotate(95deg);
          transform: translateX(-50%) rotate(95deg);
}
.productArea #proLineBox.item_4 .proLine {
  stroke-dashoffset: 530;
}
.productArea #proLineBox.item_5 .lineDots {
  -webkit-transform: translateX(-50%) rotate(120deg);
          transform: translateX(-50%) rotate(120deg);
}
.productArea #proLineBox.item_5 .proLine {
  stroke-dashoffset: 420;
}
.productArea #proLineBox.item_6 .lineDots {
  -webkit-transform: translateX(-50%) rotate(145deg);
          transform: translateX(-50%) rotate(145deg);
}
.productArea #proLineBox.item_6 .proLine {
  stroke-dashoffset: 300;
}
.productArea #proLineBox.item_7 .lineDots {
  -webkit-transform: translateX(-50%) rotate(176deg);
          transform: translateX(-50%) rotate(176deg);
}
.productArea #proLineBox.item_7 .proLine {
  stroke-dashoffset: 160;
}
.productArea #proLineBox.item_8 .lineDots {
  -webkit-transform: translateX(-50%) rotate(210deg);
          transform: translateX(-50%) rotate(210deg);
}
.productArea #proLineBox.item_8 .proLine {
  stroke-dashoffset: 0;
}
.productArea #proLineBox .circleLine {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 50%;
  z-index: 3;
}
.productArea #proLineBox .lineDots {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 19px;
  height: calc(50% + 2px);
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  transition: 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  z-index: 3;
}
.productArea #proLineBox .lineDots .dots {
  width: 19px;
  height: 19px;
  position: relative;
  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;
}
.productArea #proLineBox .lineDots .dots:before, .productArea #proLineBox .lineDots .dots:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
}
.productArea #proLineBox .lineDots .dots:before {
  width: 5px;
  height: 5px;
  background-color: #dc2f34;
  z-index: 2;
}
.productArea #proLineBox .lineDots .dots:after {
  width: 19px;
  height: 19px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.22);
          box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.22);
}
.productArea #proLineBox .lineDots .bars {
  width: 1px;
  height: 50%;
}
.productArea #proLineBox .proLine {
  position: relative;
  z-index: 2;
  stroke-dashoffset: 1095.7800292969px;
  stroke-dasharray: 1095.7800292969px;
  -webkit-transition: stroke-dashoffset 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
  transition: stroke-dashoffset 0.9s cubic-bezier(0.22, 0.61, 0.36, 0.715);
}
.productArea #proLineBox .proBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1180px) {
  .productArea #proLineBox {
    display: none;
  }
}
@media (min-width: 1181px) {
  .productArea .productClassBox .productClassList {
    position: relative;
    width: 780px;
    min-height: 780px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    margin: 3em auto;
    position: relative;
  }
  .productArea .productClassBox .productClassList > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px;
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(1) {
    -webkit-transform: rotate(-112.2deg) translate(354.5454545455px) rotate(112.2deg);
            transform: rotate(-112.2deg) translate(354.5454545455px) rotate(112.2deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(2) {
    -webkit-transform: rotate(-83.8444444444deg) translate(354.5454545455px) rotate(83.8444444444deg);
            transform: rotate(-83.8444444444deg) translate(354.5454545455px) rotate(83.8444444444deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(3) {
    -webkit-transform: rotate(-55.4888888889deg) translate(354.5454545455px) rotate(55.4888888889deg);
            transform: rotate(-55.4888888889deg) translate(354.5454545455px) rotate(55.4888888889deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(4) {
    -webkit-transform: rotate(-27.1333333333deg) translate(354.5454545455px) rotate(27.1333333333deg);
            transform: rotate(-27.1333333333deg) translate(354.5454545455px) rotate(27.1333333333deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(5) {
    -webkit-transform: rotate(1.2222222222deg) translate(354.5454545455px) rotate(-1.2222222222deg);
            transform: rotate(1.2222222222deg) translate(354.5454545455px) rotate(-1.2222222222deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(6) {
    -webkit-transform: rotate(29.5777777778deg) translate(354.5454545455px) rotate(-29.5777777778deg);
            transform: rotate(29.5777777778deg) translate(354.5454545455px) rotate(-29.5777777778deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(7) {
    -webkit-transform: rotate(57.9333333333deg) translate(354.5454545455px) rotate(-57.9333333333deg);
            transform: rotate(57.9333333333deg) translate(354.5454545455px) rotate(-57.9333333333deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(8) {
    -webkit-transform: rotate(86.2888888889deg) translate(354.5454545455px) rotate(-86.2888888889deg);
            transform: rotate(86.2888888889deg) translate(354.5454545455px) rotate(-86.2888888889deg);
  }
  .productArea .productClassBox .productClassList > *:nth-of-type(9) {
    -webkit-transform: rotate(114.6444444444deg) translate(354.5454545455px) rotate(-114.6444444444deg);
            transform: rotate(114.6444444444deg) translate(354.5454545455px) rotate(-114.6444444444deg);
  }
  .productArea .productClassBox .productClassList:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url(../images/home/outerCircle_bg.png);
    background-repeat: no-repeat;
  }
}
@media (min-width: 376px) {
  .productArea .productClassBox .productClassList li.current a {
    background-color: #dc2f34;
  }
  .productArea .productClassBox .productClassList li.current a .Icon img.unHover {
    display: none;
  }
  .productArea .productClassBox .productClassList li.current a .Icon img.hover {
    display: block;
  }
  .productArea .productClassBox .productClassList li.current a .Txt .title {
    color: #ffffff;
  }
}
.productArea .productClassBox .productClassList li a {
  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;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
          box-shadow: 0px 2px 17.1px 0.9px rgba(4, 0, 0, 0.09);
}
@media (min-width: 1025px) {
  .productArea .productClassBox .productClassList li a:hover {
    background-color: #dc2f34;
  }
  .productArea .productClassBox .productClassList li a:hover .Icon img.unHover {
    display: none;
  }
  .productArea .productClassBox .productClassList li a:hover .Icon img.hover {
    display: block;
  }
  .productArea .productClassBox .productClassList li a:hover .Txt .title {
    color: #ffffff;
  }
}
.productArea .productClassBox .productClassList li .Icon img {
  margin: auto;
}
.productArea .productClassBox .productClassList li .Icon img.hover {
  display: none;
}
.productArea .productClassBox .productClassList li .Txt {
  padding: 5px 10px;
  text-align: center;
}
.productArea .productClassBox .productClassList li .Txt .title {
  color: #424242;
  font-size: 12px; /*15*/
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.75px;
}
@media (max-width: 1180px) {
  .productArea .productClassBox .productClassList > li {
    float: left;
    width: 16.6666666667%;
  }
  .productArea .productClassBox .productClassList > li: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;
  }
  .productArea .productClassBox .productClassList li {
    padding: 15px 10px;
  }
  .productArea .productClassBox .productClassList li a {
    width: 120px;
    margin: auto;
    -webkit-box-shadow: 0px 2px 10px 0.9px rgba(4, 0, 0, 0.09);
            box-shadow: 0px 2px 10px 0.9px rgba(4, 0, 0, 0.09);
  }
}
@media (max-width: 992px) {
  .productArea .productClassBox .productClassList > li {
    width: 20%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(6) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .productArea .productClassBox .productClassList .slick-list {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .productArea .productClassBox .productClassList .slick-prev {
    left: 0;
  }
  .productArea .productClassBox .productClassList .slick-next {
    right: 0;
  }
  .productArea .productClassBox .productClassList .slick-current a {
    background-color: #dc2f34;
  }
  .productArea .productClassBox .productClassList .slick-current a .Icon img.unHover {
    display: none;
  }
  .productArea .productClassBox .productClassList .slick-current a .Icon img.hover {
    display: block;
  }
  .productArea .productClassBox .productClassList .slick-current a .Txt .title {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .productArea .productClassBox .productClassList > li {
    width: 25%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .productArea .productClassBox .productClassList {
    max-width: 480px;
    margin: auto;
  }
  .productArea .productClassBox .productClassList > li {
    width: 33.3333333333%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 500px) {
  .productArea .productClassBox .productClassList {
    max-width: 360px;
  }
  .productArea .productClassBox .productClassList > li {
    width: 50%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 375px) {
  .productArea .productClassBox .productClassList {
    max-width: 220px;
  }
  .productArea .productClassBox .productClassList > li {
    width: 100%;
  }
  .productArea .productClassBox .productClassList > li:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}

.activityArea {
  padding: 100px 0;
}
@media (max-width: 1660px) {
  .activityArea {
    padding-left: 81px;
  }
}
@media (max-width: 1180px) {
  .activityArea {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .activityArea {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .activityArea {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .activityArea {
    padding: 35px 0;
  }
}
.activityArea .activityList > .activityItem {
  float: left;
  width: 25%;
}
.activityArea .activityList > .activityItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1180px) {
  .activityArea .activityList > .activityItem {
    width: 33.3333333333%;
  }
  .activityArea .activityList > .activityItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .activityArea .activityList > .activityItem {
    width: 50%;
  }
  .activityArea .activityList > .activityItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .activityArea .activityList > .activityItem {
    width: 100%;
  }
  .activityArea .activityList > .activityItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.activityArea .activityList .activityItem {
  padding: 18px 10px;
}
.activityArea .activityList .activityItem .item {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(4, 0, 0, 0.13);
          box-shadow: 0px 2px 13px 0px rgba(4, 0, 0, 0.13);
}
.activityArea .activityList .activityItem a {
  display: block;
}
@media (min-width: 1025px) {
  .activityArea .activityList .activityItem a:hover .TxtBox .Txt {
    color: #dc2f34;
  }
  .activityArea .activityList .activityItem a:hover .TxtBox .btnPlus {
    background-color: #dc2f34;
  }
  .activityArea .activityList .activityItem a:hover .TxtBox .btnPlus:before, .activityArea .activityList .activityItem a:hover .TxtBox .btnPlus:after {
    background-color: #ffffff;
  }
  .activityArea .activityList .activityItem a:hover .Img:before {
    opacity: 0;
  }
  .activityArea .activityList .activityItem a:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.activityArea .activityList .activityItem .TxtBox {
  padding: 40px 21px 60px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.activityArea .activityList .activityItem .TxtBox .Txt {
  color: #484848;
  width: calc(100% - 48px);
  padding-right: 10px;
}
.activityArea .activityList .activityItem .TxtBox .Txt .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  height: 106px;
}
.activityArea .activityList .activityItem .TxtBox .Txt .enTitle {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.36px;
  line-height: 1.22;
  margin-top: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.activityArea .activityList .activityItem .TxtBox .btnPlus {
  width: 48px;
  height: 48px;
  border: 1px solid #dc2f34;
  border-radius: 50%;
  position: relative;
}
.activityArea .activityList .activityItem .TxtBox .btnPlus:before, .activityArea .activityList .activityItem .TxtBox .btnPlus:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #dc2f34;
}
.activityArea .activityList .activityItem .TxtBox .btnPlus:before {
  width: 18px;
  height: 1px;
}
.activityArea .activityList .activityItem .TxtBox .btnPlus:after {
  width: 1px;
  height: 18px;
}
@media (max-width: 768px) {
  .activityArea .activityList .activityItem .TxtBox {
    padding: 20px 15px 35px 20px;
  }
  .activityArea .activityList .activityItem .TxtBox .Txt {
    width: calc(100% - 31px);
  }
  .activityArea .activityList .activityItem .TxtBox .Txt .title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .activityArea .activityList .activityItem .TxtBox .Txt .enTitle {
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-top: 6px;
  }
  .activityArea .activityList .activityItem .TxtBox .btnPlus {
    width: 31px;
    height: 31px;
  }
  .activityArea .activityList .activityItem .TxtBox .btnPlus:before {
    width: 12px;
  }
  .activityArea .activityList .activityItem .TxtBox .btnPlus:after {
    height: 12px;
  }
}
.activityArea .activityList .activityItem .Img {
  position: relative;
  overflow: hidden;
}
.activityArea .activityList .activityItem .Img:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.activityArea .activityList .activityItem .Img img {
  width: 100%;
}
.activityArea .arrowBox {
  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-top: 30px;
  padding-top: 10px;
}
.activityArea .arrowBox .arrow {
  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: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.activityArea .arrowBox .arrow svg {
  width: 11px;
  height: 21px;
}
.activityArea .arrowBox .arrow.slick-hidden {
  display: none;
}
.activityArea .arrowBox .appendDots .slick-dots {
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.activityArea .arrowBox .appendDots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7.5px;
  display: inline-block;
  vertical-align: 6px;
}
.activityArea .arrowBox .appendDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.activityArea .arrowBox .appendDots .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.activityArea .arrowBox .appendDots .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
.activityArea .arrowBox .appendDots .slick-dots li.slick-active button::before {
  border-radius: 8px;
  opacity: 1;
}
.activityArea .arrowBox svg {
  color: #dc2f34;
}
.activityArea .arrowBox .appendDots .slick-dots li button::before {
  background-color: #dc2f34;
}

.newsArea {
  padding: 80px 0 115px;
  background-image: url(../images/bg/white_noise.jpg);
}
@media (max-width: 1600px) {
  .newsArea {
    padding-left: 90px;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .newsArea {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .newsArea {
    padding: 35px 0 50px;
  }
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 22px;
}
.newsArea .topBox .titleBox {
  width: 150px;
  margin-bottom: 0;
}
.newsArea .topBox .classBox {
  width: calc(100% - 150px);
  border-bottom: 0;
}
.newsArea .topBox .classBox .classLink {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -12px;
}
.newsArea .topBox .classBox .classLink li {
  padding: 0 12px;
}
.newsArea .topBox .classBox .classLink li a {
  min-width: 190px;
  border-radius: 27px;
  border: 2px solid transparent;
  background-color: #ffffff;
  padding: 12px 10px;
}
.newsArea .topBox .classBox .classLink li a:before {
  display: none;
}
.newsArea .topBox .classBox .classLink li a.current, .newsArea .topBox .classBox .classLink li a:hover {
  color: #dc2f34;
  border-color: #dc2f34;
}
@media (max-width: 1024px) {
  .newsArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .newsArea .topBox .titleBox {
    width: 100%;
    text-align: center;
  }
  .newsArea .topBox .classBox {
    display: none;
  }
}
.newsArea .bottomBox {
  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;
  padding-top: 44px;
}
.newsArea .bottomBox .arrowBox {
  width: calc(100% - 285px);
  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-top: 30px;
  padding-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newsArea .bottomBox .arrowBox .arrow {
  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: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.newsArea .bottomBox .arrowBox .arrow svg {
  width: 11px;
  height: 21px;
}
.newsArea .bottomBox .arrowBox .arrow.slick-hidden {
  display: none;
}
.newsArea .bottomBox .arrowBox .appendDots .slick-dots {
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.newsArea .bottomBox .arrowBox .appendDots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7.5px;
  display: inline-block;
  vertical-align: 6px;
}
.newsArea .bottomBox .arrowBox .appendDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.newsArea .bottomBox .arrowBox .appendDots .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.newsArea .bottomBox .arrowBox .appendDots .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
.newsArea .bottomBox .arrowBox .appendDots .slick-dots li.slick-active button::before {
  border-radius: 8px;
  opacity: 1;
}
.newsArea .bottomBox .arrowBox svg {
  color: #dc2f34;
}
.newsArea .bottomBox .arrowBox .appendDots .slick-dots li button::before {
  background-color: #dc2f34;
}
.newsArea .bottomBox .btnBox {
  width: 285px;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .newsArea .bottomBox {
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .bottomBox .arrowBox,
  .newsArea .bottomBox .btnBox {
    width: 100%;
  }
  .newsArea .bottomBox .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsArea .bottomBox .btnBox {
    text-align: center;
    padding-top: 30px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.newsArea .newsList.heightAuto .slick-list {
  height: auto !important;
}
.newsArea .newsList.heightAuto .newsItem.slick-active:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsArea .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.newsArea .newsList > .newsItem:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .newsArea .newsList > .newsItem:nth-child(3), .newsArea .newsList > .newsItem:nth-child(4) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.newsArea .newsList .newsItem {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.newsArea .newsList .newsItem.slick-active + .slick-active + .slick-active + .slick-active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .newsArea .newsList .newsItem.slick-active + .slick-active + .slick-active + .slick-active {
    border-bottom: 0;
  }
}
@media (max-width: 640px) {
  .newsArea .newsList .newsItem.slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1025px) {
  .newsArea .newsList .newsItem:hover {
    background-color: #ffffff;
  }
  .newsArea .newsList .newsItem:hover .dateBox .dateCircle {
    border-color: #dc2f34;
  }
  .newsArea .newsList .newsItem:hover .dateBox .week,
  .newsArea .newsList .newsItem:hover .dateBox .year,
  .newsArea .newsList .newsItem:hover .dateBox .monDay {
    color: #dc2f34;
  }
  .newsArea .newsList .newsItem:hover .Txt .title a:after {
    width: 100%;
  }
  .newsArea .newsList .newsItem:hover .moreBox a {
    color: #dc2f34;
  }
  .newsArea .newsList .newsItem:hover .moreBox a .plus {
    background-color: #dc2f34;
  }
  .newsArea .newsList .newsItem:hover .moreBox a .plus:before, .newsArea .newsList .newsItem:hover .moreBox a .plus:after {
    background-color: #ffffff;
  }
}
.newsArea .newsList .newsItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .newsList .newsItem .dateBox {
  width: 240px;
}
.newsArea .newsList .newsItem .dateBox .dateCircle {
  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;
  width: 105px;
  height: 105px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.newsArea .newsList .newsItem .dateBox .week,
.newsArea .newsList .newsItem .dateBox .year {
  color: #4e4e4e;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.newsArea .newsList .newsItem .dateBox .monDay {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.newsArea .newsList .newsItem .dateBox .year {
  padding-top: 3px;
}
.newsArea .newsList .newsItem .dateBox .week {
  text-transform: uppercase;
}
.newsArea .newsList .newsItem .TxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 240px);
}
.newsArea .newsList .newsItem .Txt {
  width: calc(100% - 220px);
  position: relative;
  padding-right: 50px;
}
.newsArea .newsList .newsItem .Txt:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.1);
}
.newsArea .newsList .newsItem .Txt .title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  height: 27px;
  overflow: hidden;
}
.newsArea .newsList .newsItem .Txt .title a {
  color: #1a1a1a;
  display: inline-block;
  position: relative;
}
.newsArea .newsList .newsItem .Txt .title a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.newsArea .newsList .newsItem .Txt .text {
  color: #484848;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.75px;
  line-height: 1.667;
  height: 51px;
  margin-top: 11px;
  overflow: hidden;
}
.newsArea .newsList .newsItem .moreBox {
  width: 220px;
  text-align: center;
}
.newsArea .newsList .newsItem .moreBox a {
  padding: 39px 20px;
  color: #4e4e4e;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.65px;
  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;
}
.newsArea .newsList .newsItem .moreBox .plus {
  width: 27px;
  height: 27px;
  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;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
}
.newsArea .newsList .newsItem .moreBox .plus:before, .newsArea .newsList .newsItem .moreBox .plus:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #484848;
}
.newsArea .newsList .newsItem .moreBox .plus:before {
  width: 9px;
  height: 1px;
}
.newsArea .newsList .newsItem .moreBox .plus:after {
  width: 1px;
  height: 9px;
}
@media (max-width: 1180px) {
  .newsArea .newsList .newsItem .dateBox,
  .newsArea .newsList .newsItem .moreBox {
    width: 180px;
  }
  .newsArea .newsList .newsItem .TxtBox,
  .newsArea .newsList .newsItem .Txt {
    width: calc(100% - 180px);
  }
  .newsArea .newsList .newsItem .moreBox {
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .newsArea .newsList .newsItem .dateBox {
    width: 120px;
  }
  .newsArea .newsList .newsItem .TxtBox {
    width: calc(100% - 120px);
  }
  .newsArea .newsList .newsItem .Txt {
    width: calc(100% - 120px);
    padding: 0 30px 0 20px;
  }
  .newsArea .newsList .newsItem .moreBox {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsItem .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsArea .newsList .newsItem .dateBox {
    width: 105px;
  }
  .newsArea .newsList .newsItem .TxtBox {
    width: calc(100% - 105px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsArea .newsList .newsItem .Txt {
    width: 100%;
    padding: 10px 0 0 20px;
  }
  .newsArea .newsList .newsItem .Txt:after {
    display: none;
  }
  .newsArea .newsList .newsItem .moreBox {
    width: 100%;
  }
  .newsArea .newsList .newsItem .moreBox a {
    padding: 10px 10px 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .newsItem .Txt .title {
    height: 53px;
  }
  .newsArea .newsList .newsItem .Txt .text {
    display: none;
  }
}
@media (max-width: 414px) {
  .newsArea .newsList .newsItem .dateBox {
    width: 90px;
  }
  .newsArea .newsList .newsItem .dateBox .dateCircle {
    width: 90px;
    height: 90px;
  }
  .newsArea .newsList .newsItem .dateBox .week,
  .newsArea .newsList .newsItem .dateBox .year {
    font-size: 13px;
  }
  .newsArea .newsList .newsItem .dateBox .monDay {
    font-size: 20px;
    padding-top: 5px;
  }
  .newsArea .newsList .newsItem .TxtBox {
    width: calc(100% - 90px);
  }
  .newsArea .newsList .newsItem .Txt {
    padding: 10px 0 0 10px;
  }
  .newsArea .newsList .newsItem .moreBox {
    padding-left: 10px;
  }
  .newsArea .newsList .newsItem .moreBox a {
    padding-top: 5px;
  }
}
/*# sourceMappingURL=home.css.map */