/* hover
=================================================================== */
/* ================================================ vw vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@keyframes pop-hover {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(0, -6px) rotate(0);
  }
  30% {
    transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    transform: translate(0, -3px) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@keyframes slider-anime {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ============================================================================================ newsTop */
/* ============================================================== newsKv */
.newsKv {
  /* --------------------------------------- padding */
  /* --------------------------------------- newsKv__info */
  /* --------------------------------------- newsKv__info */
}
.newsKv .pKvDetail .productBlock__infoTitle {
  line-height: 1.4;
}
.newsKv .pKvSection__mainImg--padding {
  padding-top: 73.6842105263%;
  padding-top: 62.5%;
}
.newsKv .pKv__article {
  margin-bottom: 60px;
}
.newsKv .newsKv__info {
  margin-top: min(1.4641288433vw, 20px);
}
.newsKv .newsKv__infoTitle {
  font-size: min(1.5373352855vw, 21px);
  line-height: 1.5;
  margin-top: min(1.0980966325vw, 15px);
  margin-bottom: min(1.4641288433vw, 20px);
}

/* ============================================================== newsTopArticle */
.newsTopArticle > .boxTopLine {
  padding-bottom: 0;
}

/* ============================================================== paging */
.paging {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 50px;
}

.paging__target > a, .paging__target > p {
  height: 26px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.paging__target > p {
  width: 25px;
  font-size: 23px;
  line-height: 20px;
}

.paging__target > a {
  width: 45px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-btnBg), 1);
  border-radius: 9999px;
  color: #fff;
  background-color: rgba(var(--color-btnBg), 1);
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -ms-transition-duration: 0.15s;
  -ms-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -webkit-transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -moz-transition-duration: 0.15s;
  -moz-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
}

/* --------------------------------------- paging selected */
.paging__target.selected > a {
  width: 75px;
  background-color: #fff;
  color: rgba(var(--color-text), 1);
}

/* ============================================================================================ newsDetail */
/* ============================================================== ndArticle */
.ndArticle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 20px;
}

.ndMainImg, .newsMT {
  align-self: flex-start;
  width: calc(50% - 20px);
}

/* --------------------------------------- ndMainImg */
.ndMainImg {
  position: sticky;
  height: calc(100vh - 75px);
  top: 75px;
}
.ndMainImg img, .ndMainImg .ndMainImg__target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 40px;
  object-fit: contain;
  object-position: top;
}

.ndMainImg__inner {
  position: relative;
  height: 100%;
}

/* ============================================================== newsMT */
.newsMT {
  position: relative;
}

/* --------------------------------------- newsDate__header */
.newsDate__header {
  padding-top: 40px;
  margin-bottom: 45px;
}

.newsMT__title {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
}

.newsDate__header .newsCate {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
}

/* --------------------------------------- newsMT */
.newsMT__inner {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 45px;
}
.newsMT__inner p, .newsMT__inner div {
  position: relative;
  margin-bottom: 45px;
}
.newsMT__inner a {
  display: inline-block;
  height: auto;
  text-decoration: underline;
}
.newsMT__inner h1, .newsMT__inner h2, .newsMT__inner h3, .newsMT__inner h4, .newsMT__inner h5, .newsMT__inner h6 {
  font-size: 19px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 25px;
}
.newsMT__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.newsMT__inner blockquote {
  font-size: 13px;
  line-height: 1.8;
  border: 1px solid;
  border-color: rgba(var(--color-text), 0.2);
  padding: 25px 35px;
}

.iframeWrapper {
  position: relative;
  padding-top: 56.25%;
}

/* --------------------------------------- newsMt__product */
.newsMt__product .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  width: 100%;
}
.newsMt__product .productBlock {
  margin-bottom: 30px;
}
.newsMt__product .newsMt__productThum--wrapper {
  position: absolute;
  width: 190px;
  height: 100%;
  top: 0;
  left: 0;
}
.newsMt__product .newsMt__productThum--wrapper .productBlock__thum {
  height: 100%;
  margin: 0;
}
.newsMt__product .productBlock__inner {
  min-height: 190px;
  background-color: #fff;
  padding: 17px 25px 17px 220px;
}

/* ============================================================================================ hover pc */
@media (hover: hover) and (pointer: fine) {
  .paging__target > a:hover, .paging__target > a:active {
    background-color: rgba(var(--color-btnBg), 0.8);
  }
  a.sNav__link:hover, a.sNav__link:active {
    border-color: rgba(var(--color-text), 1);
  }
  a.sNav__link:hover .cateDot::after, a.sNav__link:active .cateDot::after {
    width: 100%;
    height: 100%;
  }
  .newsMT__inner a:hover, .newsMT__inner a:active {
    text-decoration: none;
  }
}
.pKvDetail__inner, .pKvLeader__inner {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.productsKv__slider--copy {
  position: relative;
}
.productsKv__slider--copy .productsKv__slider--target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productsKv.newsKv .cateTag .cateDot {
  display: none;
}/*# sourceMappingURL=news.css.map */