@charset "UTF-8";
/**
 * Color
 */
/**
* Container
*/
/**
* Screen
*/
/**
 * Space
 * 定義所有使用的 Space
 */
/**
 * Font
 */
/**
* Z-index
*/
/**
* Radius
*/
/**
* Opacity
*/
/**
* Header
*/
/**
*3rd-party
*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@-webkit-keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.categoryContentChunks .subContent .tagsWrap a, .banner .description, .articleBlock .title a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}

main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1132px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 575px) {
  main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

main {
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  main {
    min-height: calc(100vh - 6.4rem);
  }
}

.banner .description {
  font-size: 2.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 1023px) {
  .banner .description {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .banner .description {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.categoryContentChunks .firstGroup .title {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunks .firstGroup .title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunks .firstGroup .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.breadcrumbWrap li + li::before, .articleBlock .title, .articleBlock .seeMoreBtn, .breadcrumbWrap li, .categoryContentChunks .subContent .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before, .articleBlock .title, .articleBlock .seeMoreBtn, .breadcrumbWrap li, .categoryContentChunks .subContent .title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.articleBlock .tagsWrap a, .articleBlock .bottomInfo {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.channelTitle {
  font-size: 2.2rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .channelTitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.articleBlock .seeMoreBtn span {
  padding-left: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .articleBlock .seeMoreBtn span {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .articleBlock .seeMoreBtn span {
    padding-left: 0.8rem;
  }
}

.breadcrumbWrap li + li::before, .channelTitle span {
  padding-right: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before, .channelTitle span {
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap li + li::before, .channelTitle span {
    padding-right: 1.2rem;
  }
}

.breadcrumbWrap li + li::before, .channelTitle span {
  padding-left: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap li + li::before, .channelTitle span {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap li + li::before, .channelTitle span {
    padding-left: 1.2rem;
  }
}

.articleBlock .imgBtn {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .articleBlock .imgBtn {
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .articleBlock .imgBtn {
    padding-bottom: 1.2rem;
  }
}

.breadcrumbWrap {
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap {
    padding-top: 2rem;
  }
}

.breadcrumbWrap {
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumbWrap {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbWrap {
    padding-bottom: 2.4rem;
  }
}

.banner .slick-dots li {
  margin-right: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .banner .slick-dots li {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 575px) {
  .banner .slick-dots li {
    margin-right: 0.4rem;
  }
}

.banner .slick-dots li {
  margin-left: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .banner .slick-dots li {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 575px) {
  .banner .slick-dots li {
    margin-left: 0.4rem;
  }
}

.categoryContentChunks .secondGroup .articleBlock .imgBtn {
  margin-left: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunks .secondGroup .articleBlock .imgBtn {
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunks .secondGroup .articleBlock .imgBtn {
    margin-left: 1.2rem;
  }
}

.categoryContentChunks .thirdGroup .articleBlock:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunks .thirdGroup .articleBlock:not(:last-of-type) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunks .thirdGroup .articleBlock:not(:last-of-type) {
    margin-right: 1.6rem;
  }
}

.categoryContentChunks .secondGroup .articleBlock, .articleBlock .title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunks .secondGroup .articleBlock, .articleBlock .title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunks .secondGroup .articleBlock, .articleBlock .title {
    margin-bottom: 1.6rem;
  }
}

.categoryContentChunks .firstGroup {
  margin-right: 4rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunks .firstGroup {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunks .firstGroup {
    margin-right: 2rem;
  }
}

.categoryContentChunks .firstGroup, .banner.slick-dotted.slick-slider, .banner, .channelTitleWrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunks .firstGroup, .banner.slick-dotted.slick-slider, .banner, .channelTitleWrap {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunks .firstGroup, .banner.slick-dotted.slick-slider, .banner, .channelTitleWrap {
    margin-bottom: 2rem;
  }
}

.categoryContentChunksWrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunksWrap {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunksWrap {
    margin-bottom: 4.8rem;
  }
}

.banner .description {
  letter-spacing: 0.6px;
  font-weight: 700;
}

.channelTitle {
  letter-spacing: 0.5px;
  font-weight: 700;
}

.categoryContentChunks .firstGroup .title {
  letter-spacing: 0.5px;
  font-weight: 700;
}

.categoryContentChunks .subContent .title {
  letter-spacing: 0.5px;
  font-weight: 700;
}

.articleBlock .seeMoreBtn, .breadcrumbWrap li {
  letter-spacing: 0.5px;
  font-weight: 400;
}

.articleBlock .seeMoreBtn:hover, .breadcrumbWrap a:hover, .channelTitleWrap.linkTitle:hover, .articleBlock .title:hover, .articleBlock .tagsWrap a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}

.articleBlock .tagsWrap a {
  position: relative;
}
.articleBlock .tagsWrap a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 3px solid var(--primary-1-color);
  bottom: 1px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.categoryContentChunks .subContent .title {
  height: 7.2rem;
}
@media screen and (max-width: 1023px) {
  .categoryContentChunks .subContent .title {
    height: 6rem;
  }
}

main {
  box-sizing: border-box;
}
main * {
  box-sizing: border-box;
}

.articleBlock {
  width: 100%;
}
.articleBlock .imgBtn {
  width: 100%;
}
.articleBlock .imgBtn:hover + .info .title {
  opacity: 0.6;
}
.articleBlock .imgWrap {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.articleBlock .imgWrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.articleBlock .imgWrap img.imgBase {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 0;
}
.articleBlock .imgWrap .imgBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, var(--secondary-5-color), var(--secondary-3-color));
  -webkit-animation: gradient 3s ease infinite;
          animation: gradient 3s ease infinite;
  z-index: 0;
  will-change: transform;
}
.articleBlock .imgWrap.js-lazyloaded .imgBg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  display: none;
}
.articleBlock .imgWrap.js-lazyloaded.imgBase {
  display: none;
}
.articleBlock .title {
  width: 100%;
  font-weight: 500;
}
.articleBlock .title.line2 a {
  -webkit-line-clamp: 2;
}
.articleBlock .title.line3 a {
  -webkit-line-clamp: 3;
}
.articleBlock .bottomInfo {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.3px;
}
.articleBlock .tagsWrap {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--secondary-2-color);
}
.articleBlock .date {
  color: var(--secondary-4-color);
  margin-left: auto;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .articleBlock {
    margin-left: auto;
    margin-right: auto;
  }
}
.channelTitleWrap {
  position: relative;
  display: flex;
  align-items: center;
}
.channelTitleWrap:before {
  content: "";
  width: 100%;
  height: 0.4rem;
  background-color: var(--secondary-1-color);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .channelTitleWrap:before {
    height: 0.3rem;
  }
}
.channelTitleWrap.linkTitle:before {
  background-color: var(--primary-1-color);
}

.channelTitle {
  width: 100%;
  text-align: center;
}
.channelTitle span {
  display: inline-block;
  background-color: var(--secondary-6-color);
  position: relative;
  z-index: 1;
}

/**
 * Color
 */
/**
* Container
*/
/**
* Screen
*/
/**
 * Space
 * 定義所有使用的 Space
 */
/**
 * Font
 */
/**
* Z-index
*/
/**
* Radius
*/
/**
* Opacity
*/
/**
* Header
*/
/**
*3rd-party
*/
.breadcrumbWrap li {
  display: inline-block;
}
.breadcrumbWrap li:not(:last-of-type) a {
  color: var(--secondary-4-color);
}
.breadcrumbWrap li:last-of-type a {
  color: var(--secondary-2-color);
}
.breadcrumbWrap li + li::before {
  content: "//";
  display: inline-block;
  color: var(--secondary-4-color);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("//static-assets-staging.juksy.com/web/v4/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("//static-assets-staging.juksy.com/web/v4/fonts/slick.eot");
  src: url("//static-assets-staging.juksy.com/web/v4/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//static-assets-staging.juksy.com/web/v4/fonts/slick.woff") format("woff"), url("//static-assets-staging.juksy.com/web/v4/fonts/slick.ttf") format("truetype"), url("//static-assets-staging.juksy.com/web/v4/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.banner {
  --pcBannerPaddingTop: 51.5625%;
  --padBannerPaddingTop: 96.6796875%;
  --mobileBannerPaddingTop: 139.0625%;
}
.banner + main {
  padding-top: 0;
}
.banner + main .breadcrumbWrap {
  padding-top: 0;
}
.banner .link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: var(--pcBannerPaddingTop);
}
.banner .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(84, 84, 84, 0), #000);
  opacity: 0.8;
}
.banner .description {
  width: 100%;
  max-width: 102.9rem;
  padding-left: 1.85rem;
  padding-right: 1.85rem;
  -webkit-line-clamp: 3;
  color: #fff;
  position: absolute;
  bottom: 8.9%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.banner img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .slick-slide > div {
  display: flex;
}
.banner .slick-dots {
  bottom: 4%;
}
.banner .slick-dots li {
  width: 4.1rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.banner .slick-dots li button {
  width: 4.1rem;
  height: 0.4rem;
  padding: 0;
}
.banner .slick-dots li button::before {
  content: "";
  width: 4.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #fff;
  opacity: 0.64;
}
.banner .slick-dots li.slick-active button::before {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .banner .link {
    padding-top: var(--padBannerPaddingTop);
  }
  .banner .description {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 575px) {
  .banner .link {
    padding-top: var(--mobileBannerPaddingTop);
  }
}
.banner {
  --pcBannerPaddingTop: 33.3333333333%;
  --padBannerPaddingTop: 62.5%;
  --mobileBannerPaddingTop: 139.0625%;
}

.categoryContentChunks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 33.4rem;
}
.categoryContentChunks .firstGroup {
  width: 55.7195%;
}
.categoryContentChunks .subContent {
  display: flex;
  flex-direction: column;
  width: calc( 44.2805% - 4rem );
}
.categoryContentChunks .subContent .tagsWrap a {
  -webkit-line-clamp: 1;
}
.categoryContentChunks .secondGroup {
  width: 100%;
}
.categoryContentChunks .secondGroup .articleBlock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.categoryContentChunks .secondGroup .articleBlock .imgBtn {
  display: inline-block;
  width: 14.8rem;
  padding-bottom: 0;
}
.categoryContentChunks .secondGroup .articleBlock .info {
  width: calc( 100% - 16.4rem );
}
.categoryContentChunks .thirdGroup {
  display: flex;
  align-items: stretch;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.categoryContentChunks .thirdGroup::-webkit-scrollbar {
  display: none;
}
.categoryContentChunks .thirdGroup .articleBlock {
  flex: 0 0 27.7rem;
  max-width: 27.7rem;
}
.categoryContentChunks.withoutThirdGroup {
  padding-bottom: 0;
}
.categoryContentChunks.withoutThirdGroup .firstGroup {
  margin-bottom: 0;
}

.articleBlock {
  position: relative;
}
.articleBlock .seeMoreBtn {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.articleBlock .seeMoreBtn span {
  color: var(--primary-1-color);
}

@media screen and (max-width: 1023px) {
  .categoryContentChunks {
    padding-bottom: 23.725rem;
  }
  .categoryContentChunks .firstGroup {
    width: 48.913%;
  }
  .categoryContentChunks .firstGroup .title {
    margin-bottom: 2.8rem;
    position: relative;
  }
  .categoryContentChunks .firstGroup .title.line2 a {
    -webkit-line-clamp: 3;
  }
  .categoryContentChunks .subContent {
    width: calc( 51.087% - 3rem );
  }
  .categoryContentChunks .secondGroup .articleBlock {
    margin-left: 0;
  }
  .categoryContentChunks .secondGroup .articleBlock .imgBtn {
    width: 12.8rem;
  }
  .categoryContentChunks .secondGroup .articleBlock .info {
    width: calc( 100% - 14.4rem );
  }
  .categoryContentChunks .thirdGroup .articleBlock {
    flex: 0 0 17.5rem;
    max-width: 17.5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .categoryContentChunks .firstGroup .articleBlock {
    height: calc( 47.2rem - 2rem );
  }
  .categoryContentChunks .firstGroup .info .bottomInfo {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .categoryContentChunks .firstGroup {
    width: 55.147%;
  }
  .categoryContentChunks .firstGroup .title.line2 a {
    -webkit-line-clamp: 4;
  }
  .categoryContentChunks .subContent {
    width: calc( 44.853% - 3rem );
  }
  .categoryContentChunks .secondGroup .articleBlock .imgBtn {
    display: none;
  }
  .categoryContentChunks .secondGroup .articleBlock .info {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .categoryContentChunks {
    flex-wrap: none;
    flex-direction: column;
    padding-bottom: 0;
  }
  .categoryContentChunks .firstGroup {
    width: 100%;
    padding-right: 0;
  }
  .categoryContentChunks .firstGroup .articleBlock {
    height: auto;
  }
  .categoryContentChunks .firstGroup .title.line2 a {
    -webkit-line-clamp: 2;
  }
  .categoryContentChunks .firstGroup .info .bottomInfo {
    position: static;
  }
  .categoryContentChunks .subContent {
    display: flex;
    flex-direction: row;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
  }
  .categoryContentChunks .subContent::-webkit-scrollbar {
    display: none;
  }
  .categoryContentChunks .subContent .articleBlock {
    width: 20rem;
    flex: 0 0 20rem;
    max-width: none;
  }
  .categoryContentChunks .secondGroup {
    width: auto;
    flex: 0 0 86.4rem;
    display: flex;
    align-items: flex-start;
  }
  .categoryContentChunks .secondGroup .articleBlock {
    display: inline-block;
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .categoryContentChunks .secondGroup .articleBlock .imgBtn {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    padding-bottom: 1.2rem;
  }
  .categoryContentChunks .secondGroup .articleBlock .info {
    width: 100%;
  }
  .categoryContentChunks .thirdGroup {
    flex: 0 0 84.8rem;
    width: auto;
    position: static;
    overflow-x: hidden;
  }
  .categoryContentChunks .thirdGroup .articleBlock:not(:last-of-type) {
    margin-left: 0;
  }
  .categoryContentChunks.withoutThirdGroup .secondGroup {
    flex: 0 0 84.8rem;
  }
  .categoryContentChunks.withoutThirdGroup .secondGroup .articleBlock:last-of-type {
    margin-right: 0;
  }
}
