#main__wrap {
  justify-content: center;
}
 
.main__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 768px;
  margin-bottom: clamp(116px, 18.5vw, 190px);
}
.main__visual .main__visual--wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main__visual .main__visual--wrap p {
  font-size: 74px;
  font-weight: 700;
  line-height: 116%;
  text-align: center;
  text-transform: uppercase;
}
.main__visual .main__visual--wrap p .subtitle {
  display: block;
  padding-top: 32px;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  color: #9AA5B2;
  text-transform: none;
}
.main__visual .main__visual--wrap p#visualText {
  transform: translateY(210px);
}
.main__visual .main__visual--wrap picture {
  position: relative;
  width: 286px;
  height: 180px;
  overflow: hidden;
  z-index: 9;
  transform: translateY(-226px);
}
.main__visual .main__visual--wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main__visual .visual--youtube {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(var(--vh) * 100);
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.main__visual .visual--youtube video {
  display: block;
  width: 100%;
  height: calc(var(--vh) * 100);
  height: 100dvh;
  object-fit: cover;
  overflow: hidden;
  pointer-events: none;
}
.main__visual .visual--youtube {
  /*
  iframe {
      @include position(absolute, $left:0, $top:0, $zIndex:99);
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow: hidden;
      pointer-events: none;
  }
  */
}
.main__visual .visual--youtube .video__desc {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.main__visual .visual--youtube .video__desc p {
  width: 100%;
  max-width: 1614px;
  padding: 0 clamp(16px, 4.8vw, 50px);
  transform: translateY(-50%);
  font-size: clamp(34px, 4.3vw, 72px);
  font-weight: 500;
  line-height: 141%;
  color: #fff;
}
.main__visual .visual--youtube .video__desc p span {
  display: block;
}
.main__visual .img_scroll {
  flex: none;
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 36px;
  height: 71px;
  opacity: 1;
  transform: translateX(-50%);
  animation: twinkle 1s ease-in-out infinite alternate;
}
.main__visual .img_scroll .icon-scroll {
  display: block;
  width: 36px;
  height: 71px;
  background: url("/assets/img/icon_ScrollDown.svg") no-repeat center center;
}
@media screen and (max-width: 1024px) {
  .main__visual {
    min-height: auto;
  }
  .main__visual .main__visual--wrap p {
    font-size: 56px;
    line-height: 128%;
  }
  .main__visual .main__visual--wrap p .subtitle {
    padding-top: 24px;
    font-size: 24px;
  }
  .main__visual .main__visual--wrap p#visualText {
    transform: translateY(168px);
  }
  .main__visual .main__visual--wrap picture {
    width: 200px;
    height: 136px;
    transform: translateY(-172px);
  }
  .main__visual .main__visual--wrap picture img {
    object-position: center center;
  }
  .main__visual .img_scroll {
    width: 28px;
    height: 67px;
  }
  .main__visual .img_scroll .icon-scroll {
    width: 28px;
    height: 67px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .main__visual .main__visual--wrap {
    margin-top: 0;
  }
  .main__visual .main__visual--wrap p {
    font-size: 36px;
  }
  .main__visual .main__visual--wrap p .subtitle {
    padding-top: 32px;
    font-size: 16px;
  }
  .main__visual .main__visual--wrap p#visualText {
    transform: translateY(120px);
  }
  .main__visual .main__visual--wrap picture {
    width: 140px;
    height: 90px;
    transform: translateY(-126px);
  }
  .main__visual .visual--youtube .video__desc {
    top: 116px;
  }
  .main__visual .visual--youtube .video__desc p {
    font-size: 34px;
    transform: translateY(0);
  }
  .main__visual .img_scroll {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .main__visual .main__visual--wrap picture {
    transform: translateY(-171px);
  }
}

@keyframes twinkle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.main__temp {
  width: 100%;
  max-width: 1614px;
  padding: 0 clamp(16px, 4.8vw, 50px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.main__temp .main__temp__header {
  max-width: 1514px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(20px, 3.5vw, 36px);
}
.main__temp .main__temp__header .heading--title {
  padding-top: clamp(8px, 0.8vw, 14px);
  font-size: clamp(30px, 3.15vw, 52px);
  font-weight: 600;
  line-height: 146%;
}
.main__temp .main__temp__header .heading--title span {
  display: block;
}
.main__temp .main__temp__header .heading--title.competency span {
  display: inline-block;
}
.main__temp .main__temp__header .heading--desc {
  padding-top: 0;
  font-size: clamp(14px, 2.18vw, 26px);
  font-weight: 400;
  line-height: 176%;
}
.main__temp .main__temp__header.pb124 {
  padding-bottom: 124px;
}
.main__temp .main__temp__header.pb148 {
  padding-bottom: clamp(94px, 8.9vw, 148px);
}
.main__temp.wrap1820 {
  max-width: 1920px;
  /*
  .main__temp__header {
      padding-left: clamp(0px, 9.3vw, 153px);  // 1650
  }
      */
}
.main__temp.horizon {
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .main__temp {
    padding: 0 clamp(16px, 4.8vw, 50px);
  }
  .main__temp .main__temp__header {
    max-width: 100%;
    padding-left: 0;
    gap: 20px;
  }
  .main__temp .main__temp__header .heading--title {
    font-size: clamp(30px, 4vw, 32px);
    font-weight: 600;
    line-height: 153%;
    padding-top: 8px;
  }
  .main__temp .main__temp__header .heading--title span {
    display: block;
    letter-spacing: -0.01em;
  }
  .main__temp .main__temp__header .heading--title br {
    display: none;
  }
  .main__temp .main__temp__header .heading--desc {
    font-size: 14px;
    color: #000;
  }
  .main__temp .main__temp__header.pb124 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .main__temp.horizon {
    flex-direction: column;
    justify-content: flex-start;
    gap: 108px;
  }
}

.value__wrap {
  overflow: hidden;
  width: 100%;
}

.value__list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.value__list .value__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #000;
  background-color: #fff;
  z-index: 1;
}
.value__list .value__item .value__item--wrap {
  position: relative;
  padding: 30px clamp(0px, 0.4vw, 50px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(24px, 2.8vw, 36px);
  max-width: 1514px;
  width: 100%;
}
.value__list .value__item .value__item--wrap .value__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  font-size: clamp(36px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 171%;
  font-family: "Pretendard";
}
.value__list .value__item .value__item--wrap .value__header strong {
  display: block;
  width: clamp(100px, 11.8vw, 150px);
}
.value__list .value__item .value__item--wrap .value__contents {
  height: 450px;
}
.value__list .value__item .value__item--wrap .value__contents p {
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 400;
  line-height: 171%;
  padding-left: clamp(100px, 11.8vw, 150px);
}
.value__list .value__item .value__item--wrap .value__contents p span {
  display: block;
}
.value__list .value__item .value__item--wrap .value__contents picture {
  position: absolute;
  top: 30px;
  right: clamp(0px, 0.4vw, 50px);
  width: clamp(360px, 35.4vw, 440px);
  height: 626px;
}
.value__list .value__item .value__item--wrap .value__contents picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .value__list .value__item .value__item--wrap .value__contents p span {
    display: inline;
  }
}
.value__list .value__item:last-child {
  border-bottom: 1px solid #000;
  /*
  &::after {
      content: '';
      @include position(absolute, $left: 0, $bottom: 0, $zIndex: 99);
      width:100%;
      height:1px;
      border-bottom: 1px solid #000;
  }
  */
}
@media screen and (max-width: 1024px) {
  .value__list .value__item .value__item--wrap {
    gap: 18px;
  }
  .value__list .value__item .value__item--wrap .value__header {
    font-size: clamp(26px, 2.8vw, 30px);
  }
  .value__list .value__item .value__item--wrap .value__header strong {
    width: clamp(60px, 7.8vw, 80px);
  }
  .value__list .value__item .value__item--wrap .value__contents {
    height: 374px;
  }
  .value__list .value__item .value__item--wrap .value__contents p {
    font-size: 16px;
    padding-left: clamp(60px, 7.8vw, 80px);
  }
  .value__list .value__item .value__item--wrap .value__contents picture {
    width: clamp(280px, 31.2vw, 300px);
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .value__list .value__item .value__item--wrap {
    padding-top: 72px;
    padding-bottom: 80px;
    gap: 18px;
  }
  .value__list .value__item .value__item--wrap .value__header {
    flex-direction: column;
    gap: 20px;
    font-size: 26px;
  }
  .value__list .value__item .value__item--wrap .value__header strong {
    font-size: 16px;
    line-height: 100%;
    width: 100%;
  }
  .value__list .value__item .value__item--wrap .value__contents {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 80px;
    width: 100%;
    height: fit-content;
  }
  .value__list .value__item .value__item--wrap .value__contents p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding-left: 0;
  }
  .value__list .value__item .value__item--wrap .value__contents picture {
    position: static;
    top: 0;
    right: 0;
    width: clamp(242px, 31.2vw, 360px);
    height: 362px;
  }
}

.competency__area {
  padding-top: clamp(116px, 29.2vw, 300px);
  padding-bottom: clamp(76px, 18.1vw, 186px);
}
@media screen and (max-width: 1024px) {
  .competency__area {
    padding-top: 116px;
    padding-bottom: 76px;
  }
}

.competency__list {
  position: relative;
  width: clamp(288px, 36vw, 594px);
  height: clamp(288px, 36vw, 594px);
  margin-top: 110px;
}
.competency__list .competencySwiper {
  width: 100%;
  overflow: hidden;
}
.competency__list .competencySwiper .swiper-slide {
  width: clamp(288px, 36vw, 594px);
  height: clamp(288px, 36vw, 594px);
}
.competency__list .competencySwiper picture {
  width: 100%;
  height: 100%;
}
.competency__list .competencySwiper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.competency__list .competencySwiper .screen {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.competency__list .competencySwiper .competency--info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(12px, 1.6vw, 24px);
  width: 100%;
  height: 100%;
  padding: clamp(26px, 3.4vw, 56px);
  color: #fff;
}
.competency__list .competencySwiper .competency--info h4 {
  font-size: clamp(28px, 3.15vw, 52px);
  font-weight: 600;
  line-height: 100%;
}
.competency__list .competencySwiper .competency--info span {
  font-size: clamp(14px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 100%;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.competency__list .competencySwiper .competency--info ul {
  flex: none;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  font-size: clamp(12px, 1.6vw, 26px);
  font-weight: 300;
  line-height: 176%;
}
.competency__list .competencySwiper .competency--info ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}
.competency__list .competencySwiper .competency--info ul li::before {
  content: url("/assets/img/icon_plus3.svg");
  transform: translateY(-2px);
}
@media screen and (max-width: 1024px) {
  .competency__list {
    width: 288px;
    height: 288px;
    margin-top: 60px;
    align-self: flex-end;
  }
  .competency__list .competencySwiper .competency--info {
    gap: 12px;
    padding: 26px;
  }
  .competency__list .competencySwiper .competency--info h4 {
    font-size: 28px;
  }
  .competency__list .competencySwiper .competency--info span {
    font-size: 14px;
  }
  .competency__list .competencySwiper .competency--info p {
    font-size: 12px;
  }
  .competency__list .competencySwiper .competency--info ul li {
    gap: 4px;
  }
  .competency__list .competencySwiper .competency--info ul li::before {
    transform: scale(0.6) translateY(4px);
  }
}
@media screen and (max-width: 520px) {
  .competency__list {
    align-self: flex-start;
  }
  .competency__list .competencySwiper {
    width: 100vw !important;
    overflow: visible;
  }
}

.main__factory {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  min-height: 800px;
}
.main__factory video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  pointer-events: none;
}
.main__factory .main__factory--desc {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  font-size: clamp(30px, 4.1vw, 52px);
  font-weight: 600;
  line-height: 146%;
  padding-left: 50px;
  color: #fff;
  transform: translateY(-50%);
}
.main__factory .main__factory--desc span {
  display: inline;
}
.main__factory .main__factory__header {
  flex: none;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 35px;
  z-index: 9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 44px;
  width: calc(100% - 100px);
  border-top: 1px solid #fff;
  padding-top: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  font-family: "Open Sans";
  color: #fff;
  text-transform: uppercase;
}
.main__factory .main__factory__header p {
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .main__factory {
    min-height: auto;
  }
  .main__factory .main__factory--desc {
    padding: 0 clamp(16px, 4.8vw, 50px);
    font-size: 30px;
    width: 50%;
  }
  .main__factory .main__factory--desc span {
    display: block;
  }
  .main__factory .main__factory--desc br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main__factory {
    align-items: flex-start;
  }
  .main__factory .main__factory--desc {
    top: 28%;
    width: 100%;
  }
  .main__factory .main__factory__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    bottom: 20px;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    font-size: 10px;
  }
  .main__factory .main__factory__header p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  html[lang=en] .main__factory .main__factory--desc, html[lang=zh-CN] .main__factory .main__factory--desc {
    top: 8%;
    transform: translateY(0);
  }
}
.brand {
  padding-top: clamp(116px, 11.5vw, 190px);
  width: 100%;
}
.brand .brand__list {
  position: relative;
  padding-top: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.brand .brand__list .brandSwiper {
  width: 100%;
  overflow: visible;
}
.brand .brand__list .brand__ctrl {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.brand .brand__list .brand__ctrl .autoplay-progress {
  position: relative;
  width: 126px;
  height: 4px;
  background-color: #FAFAFC;
}
.brand .brand__list .brand__ctrl .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  stroke-width: 8px;
  stroke: #000;
  fill: none;
  stroke-dashoffset: calc(126 * (1 - var(--progress)));
  stroke-dasharray: 126;
}
.brand .brand__list .brand__ctrl .brand__custom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
}
.brand .brand__list .brand__ctrl .brand__custom span {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.brand .brand__list .brand__ctrl .brand__custom span.current {
  font-size: 70px;
  font-weight: 600;
  line-height: 80%;
}
.brand .brand__list .brand__info {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.brand .brand__list .brand__info h4 {
  font-size: 52px;
  font-weight: 600;
  line-height: 146%;
}
.brand .brand__list .brand__info h4 span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  color: #9AA5B2;
}
.brand .brand__list .brand__info p {
  padding: 10px 0 70px;
  font-size: 26px;
  font-weight: 600;
  line-height: 176%;
}
.brand .brand__list .brand__info a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 210px;
  height: 62px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.brand .brand__list .brand__info a img {
  filter: invert(1) brightness(1);
}
.brand .brand__list .brand__info a {
  /*
  &:hover {
      color: #000;
      background-color: #fff;
      img {
          filter: brightness(0);
      }
  }
  */
}
@media screen and (min-width: 768px) {
  .brand .brand__list .swiper-slide {
    overflow: hidden;
  }
  .brand .brand__list .swiper-slide:hover .brand__info {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .brand {
    padding-left: clamp(16px, 4.8vw, 50px);
    padding-right: clamp(16px, 4.8vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .brand .main__temp__header.pb148 {
    padding-bottom: 168px;
  }
  .brand .brandSwiper .swiper-slide {
    width: 100%;
    height: 250px;
  }
  .brand .brandSwiper .swiper-slide picture {
    width: 100%;
    height: 100%;
  }
  .brand .brandSwiper .swiper-slide picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .brand .brand__list {
    padding-top: 0;
  }
  .brand .brand__list .brandSwiper .swiper-wrapper {
    flex-direction: column;
    gap: 220px;
  }
  .brand .brand__list .brand__ctrl {
    display: none;
  }
  .brand .brand__list .brand__info {
    opacity: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    background-color: transparent;
    color: #000;
    transform: translateY(0);
  }
  .brand .brand__list .brand__info h4 {
    transform: translateY(-70px);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
  }
  .brand .brand__list .brand__info h4 span {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 10px;
    font-weight: 600;
    line-height: 200%;
  }
  .brand .brand__list .brand__info p {
    padding: 0;
    width: 100%;
    text-align: left;
    transform: translateY(-56px);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
  }
  .brand .brand__list .brand__info a {
    transform: translateY(244px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 114px;
    height: 38px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 9px;
    font-weight: 500;
    line-height: 100%;
  }
  .brand .brand__list .brand__info a img {
    filter: none;
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  html[lang=en] .brand .brand__list, html[lang=zh-CN] .brand .brand__list {
    padding-bottom: 80px;
  }
}
.media {
  padding-top: 280px;
  width: 100%;
  align-items: flex-start;
}
.media .main__temp__header {
  padding-bottom: 70px;
  max-width: 1360px;
}
.media .media__list {
  position: relative;
  width: 100%;
  max-width: 1360px;
}
.media .media__list .mediaSwiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.media .media__list .mediaSwiper .swiper-slide {
  width: clamp(360px, 32.3vw, 440px);
}
.media .media__list .mediaSwiper a {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.media .media__list .mediaSwiper a picture {
  overflow: hidden;
  width: 100%;
  height: clamp(360px, 35.4vw, 440px);
}
.media .media__list .mediaSwiper a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media .media__list .mediaSwiper a p {
  padding-top: 22px;
  font-size: 22px;
  font-weight: 400;
  line-height: 163%;
  letter-spacing: -0.04em;
}
.media .media__list .mediaSwiper a time {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.media .media__list .btn--default--prev, .media .media__list .btn--default--next {
  width: 56px;
  height: 56px;
  transform: translate(0.5px, 0.5px);
}
.media .media__list .btn--default--prev {
  right: 94px;
}
@media screen and (max-width: 1024px) {
  .media .media__list .mediaSwiper .swiper-slide {
    width: clamp(200px, 35.1vw, 360px);
  }
  .media .media__list .mediaSwiper .swiper-slide a picture {
    height: clamp(200px, 35.1vw, 360px);
  }
}
@media screen and (max-width: 767px) {
  .media {
    padding-top: 240px;
  }
  .media .main__temp__header {
    padding-bottom: 104px;
  }
  .media .media__list {
    width: 100%;
  }
  .media .media__list .mediaSwiper {
    overflow: hidden;
  }
  .media .media__list .mediaSwiper .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px 16px;
  }
  .media .media__list .mediaSwiper .swiper-slide {
    width: calc(50% - 8px);
  }
  .media .media__list .mediaSwiper .swiper-slide a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .media .media__list .mediaSwiper .swiper-slide a picture {
    overflow: hidden;
    width: 100%;
    height: clamp(156px, 26vw, 200px);
  }
  .media .media__list .mediaSwiper .swiper-slide a p {
    padding: 12px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    max-height: 260%;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .media .media__list .mediaSwiper .swiper-slide a time {
    padding-top: 8px;
    font-size: 12px;
  }
  .media .media__list .mediaSwiper .swiper-slide:nth-child(7), .media .media__list .mediaSwiper .swiper-slide:nth-child(8), .media .media__list .mediaSwiper .swiper-slide:nth-child(9), .media .media__list .mediaSwiper .swiper-slide:nth-child(10) {
    display: none;
  }
  .media .media__list .btn--default--prev, .media .media__list .btn--default--next {
    display: none;
  }
  .media .btn__wrap {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .btn--default--next {
    width: 42px;
    height: 42px;
    top: -62px;
    right: 0;
  }
  .btn--default--prev {
    width: 42px;
    height: 42px;
    top: -62px;
    right: 64px;
  }
}