@charset "utf-8";

.wrap-all {
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .btn-prev {
  width: 56rem;
  height: 56rem;
  background: url(../images/main/btn_prev.png) no-repeat center / auto 100%;
  z-index: 10;
}
.main .btn-next {
  width: 56rem;
  height: 56rem;
  background: url(../images/main/btn_next.png) no-repeat center / auto 100%;
  z-index: 10;
}

.main .link-arrow {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 54rem;
  margin-top: 48rem;
  border: 1px solid #222;
  font-size: 18rem;
  font-weight: 600;
}
.main .link-arrow span {
  flex: 1;
  text-align: center;
  padding: 0 16rem;
}
.main .link-arrow::after {
  display: block;
  content: "";
  width: 48rem;
  height: 100%;
  border-left: 1px solid #222;
  background: url(../images/main/btn_arrow.png) no-repeat center / auto;
}

.main .inner-wrap {
  position: relative;
  max-width: 1500rem;
  padding: 128px 20rem;
  margin: 0 auto;
}

.section-head {
  display: flex;
  flex-direction: column;
}
.section-head .main-title {
  color: #47a7ea;
  font-size: 24rem;
  font-weight: 700;
}
.section-head .main-text {
  margin-top: 48rem;
  color: #222;
  font-size: 60rem;
  font-weight: 700;
}

.main .item-box .item-tit {
  display: block;
  font-size: 28rem;
  font-weight: 700;
}
.main .item-box .color-point {
  color: #00aaf0 !important;
}
@media (max-width: 1024px) {
  .main .btn-prev,
  .main .btn-next {
    width: 30rem;
    height: 30rem;
  }
  .main .link-arrow {
    display: inline-flex;
    gap: 0 8rem;
    width: auto;
    height: auto;
    margin-top: 22rem;
    border: 0;
    font-size: 14rem;
  }
  .main .link-arrow::after {
    width: 14rem;
    height: 13rem;
    border-left: 0;
    background-size: auto 13rem;
  }
  .main .link-arrow span {
    padding: 0;
  }
  .main .inner-wrap {
    padding: 60rem 20rem;
  }
  .section-head .main-title {
    font-size: 14rem;
  }
  .section-head .main-text {
    margin-top: 27rem;
    font-size: 24rem;
  }
  .main .item-box .item-tit {
    font-size: 16rem;
  }
}

/* ===========================
 main-visual
============================ */
.main-visual {
  position: relative;
  height: 100vh;
  background-image: url(../images/main/main.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 30px;
}
.main-visual .video-background {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* .main-visual:after {
  position: absolute;
  left: 50%;
  bottom: 30rem;
  content: "";
  width: 23rem;
  height: 37rem;
  background: url(../images/main/visual_mouse.png) no-repeat center / auto 100%;
  transform: translateX(-50%);
} */

.main-visual .scroll-txt-up1 {
  /* padding: 444rem 0 0 230rem; */
  padding: 45.54vh 0 0 11.98%;
}
.main-visual .visual-title .tit {
  font-size: 72rem;
  font-weight: 700;
  line-height: 90rem;
}
.main-visual .visual-title .desc {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 600;
}
.main-visual .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 23px;
  height: 37rem;
  border: 2px solid #fff;
  border-radius: 3em;
  transform: translateX(-50%);
}
.main-visual .scroll-down::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8rem;
  width: 3px;
  height: 11px;
  border-radius: 2em;
  background: #fff;
  box-sizing: border-box;
  -webkit-animation: mouseScroll 2s infinite;
  animation: mouseScroll 2s infinite;
}

@keyframes mouseScroll {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .main-visual .scroll-txt-up1 {
    padding: 63.8vh 0 0 20rem;
  }
  .main-visual .visual-title .tit {
    font-size: 28rem;
    line-height: 40rem;
  }
  .main-visual .visual-title .desc {
    margin-top: 24rem;
    font-size: 14rem;
  }
  .main-visual:after {
    content: none;
  }
}

/* ===========================
 main-display
============================ */
.main-display {
  overflow: hidden;
  background: url(../images/main/bg_display.png) no-repeat center / 100% 100%;
}
.main-display .section-head {
  position: relative;
}
.main-display .section-head .main-text {
  color: #fff;
}
.main-display .section-head .link-arrow {
  position: absolute;
  bottom: 15rem;
  right: 0;
  margin: 0;
  border-color: #fff;
  color: #fff;
}
.main-display .section-head .link-arrow::after {
  border-color: #fff;
  background-image: url(../images/main/btn_arrow2.png);
}
.main-display .ui-slider {
  margin-top: 104rem;
}
.main-display .display {
  max-width: 1040rem;
  height: 390rem;
  overflow: unset;
}
.main-display .display .box {
  display: none;
  position: absolute;
  left: 30rem;
  bottom: 30rem;
  width: 450rem;
}
.main-display .display .tit {
  position: absolute;
  bottom: 30rem;
  left: 50%;
  margin-top: auto;
  font-size: 18rem;
  font-weight: 600;
  color: #fff;
  transform: translateX(-50%);
}
.main-display .display .box .tit {
  position: static;
  margin: 0;
  font-size: 24rem;
  transform: none;
}
.main-display .display .box .desc {
  display: block;
  margin-top: 20px;
  font-size: 16rem;
  font-weight: 600;
  color: #fff;
}
.main-display .display .swiper-slide {
  overflow: hidden;
}
.main-display .display .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.main-display .display .swiper-slide-active .box .tit::after {
  display: inline-block;
  content: "";
  width: 16rem;
  height: 16rem;
  margin: 2px 0 0 8px;
  background: url(../images/main/text_arrow.png) no-repeat center / auto 100%;
}
.main-display .display .swiper-slide-active .tit {
  display: none;
}
.main-display .display .swiper-slide-active .box,
.main-display .display .swiper-slide-active .box .tit {
  display: block;
}

.controlgroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16rem;
}
.main-display .controlgroup .swiper-pagination {
  position: static;
  display: inline-flex;
  width: auto;
  margin-right: 10rem;
}
.main-display .controlgroup .swiper-pagination-bullet {
  width: 12rem;
  height: 12rem;
  vertical-align: top;
  opacity: 1;
  background-color: #bbb;
}
.main-display
  .controlgroup
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #47a7ea;
}
.controlgroup [class*="btn-"] {
  width: 8rem;
  height: 11rem;
  margin-left: 13rem;
}
.controlgroup .btn-stop,
.controlgroup .btn-play {
  display: none;
}
.controlgroup .btn-stop.on,
.controlgroup .btn-play.on {
  display: block;
}
.controlgroup .btn-prev {
  background: url(../images/main/control_prev.png) no-repeat center / auto 100%;
}
.controlgroup .btn-next {
  background: url(../images/main/control_next.png) no-repeat center / auto 100%;
}
.controlgroup .btn-stop {
  background: url(../images/main/control_stop.png) no-repeat center / auto 100%;
}
.controlgroup .btn-play {
  background: url(../images/main/control_play.png) no-repeat center / auto 100%;
}

.main-display .thumbnail ul {
  display: flex;
  gap: 32rem;
}
.main-display .thumbnails {
  margin-top: 64px;
  padding: 46rem 20rem;
  border: 1px solid #3d424e;
  border-radius: 20rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-display .thumbnail {
  flex-direction: column;
  opacity: 0 !important;
}
.main-display .thumbnail.swiper-slide-active {
  opacity: 1 !important;
}
.main-display .thumbnail .tit {
  margin-bottom: 34rem;
  font-size: 32rem;
  font-weight: 600;
  color: #fff;
}
.main-display .thumbnail ul {
  max-width: 1300rem;
}
.main-display .thumbnail ul li {
  position: relative;
  width: 300rem;
}
.main-display .thumbnail ul li a{
  display: block;
}
.main-display .thumbnail ul li .img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 225rem;
  border-radius: 20rem;
  overflow: hidden;
}
.main-display .thumbnail ul li .img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  background: #f5f5f5 url(../images/main/no_img.png) no-repeat center / auto
    108rem;
  z-index: -1;
}
.main-display .thumbnail ul li .img img{
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-display .thumbnail .cont {
  margin-top: 16rem;
}
.main-display .thumbnail .cont .day {
  position: absolute;
  top: 16rem;
  right: 16rem;
  width: 61rem;
  height: 50rem;
  padding-top: 20rem;
  font-size: 18rem;
  font-weight: 900;
  text-align: center;
  background: url(../images/main/bg_calendar.png) no-repeat center / auto 100%;
}
.main-display .thumbnail .cont .val {
  margin-top: 10rem;
  font-size: 20rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 화면 크기가 1024px 이상상일 때 */
@media (min-width: 1024px) {
  .main-display .display .swiper-wrapper {
    transform: none !important;
    border-radius: 20rem;
    overflow: hidden;
  }
  .main-display .display .swiper-slide {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
  }
  .main-display .display .swiper-slide:nth-child(1) {
    background-image: url(../images/main/display1.png);
  }
  .main-display .display .swiper-slide:nth-child(2) {
    background-image: url(../images/main/display2.png);
  }
  .main-display .display .swiper-slide:nth-child(3) {
    background-image: url(../images/main/display3.png);
  }
  .main-display .display .swiper-slide:nth-child(4) {
    background-image: url(../images/main/display4.png);
  }
  .main-display .display .swiper-slide:nth-child(5) {
    background-image: url(../images/main/display5.png);
  }
  .main-display .display .swiper-slide {
    width: 12.5% !important;
    transform: translateY(0) !important;
    transition: width 0.5s ease !important;
  }
  .main-display .display .swiper-slide-active {
    width: 50% !important;
  }
}
@media (max-width: 1400px) {
  .main-display .thumbnail ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .main-display .section-head .link-arrow {
    bottom: 5rem;
  }
  .main-display .display {
    margin-left: -20rem;
    margin-right: -20rem;
    padding-right: 20rem;
    width: auto;
    height: auto;
  }
  .main-display .display .swiper-wrapper {
    padding: 0 20rem;
  }
  .main-display .ui-slider {
    margin-top: 50rem;
  }
  .main-display .display .swiper-slide {
  }
  .main-display .display .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 16rem;
  }
  .main-display .display .box {
    width: auto;
    bottom: 20rem;
    left: 20rem;
  }
  .main-display .display .tit {
    left: 20rem;
    bottom: 20rem;
    font-size: 16rem;
    transform: none;
  }
  .main-display .display .box .tit {
    display: block;
    font-size: 16rem;
    line-height: 1;
  }
  .main-display .display .box .desc {
    margin-top: 12rem;
    font-size: 14rem;
    line-height: 20rem;
  }
  .main-display .display .swiper-slide-active .box .tit::after {
    content: none;
  }
  .main-display .thumbnail.swiper-slide {
    padding: 20rem;
  }
  .main-display .thumbnail.swiper-slide img {
    object-fit: cover;
  }
  .main-display .thumbnail.swiper-slide ul {
    gap: 24rem 15rem;
  }

  .main-display .thumbnail ul li {
    width: 36.53vw;
    max-width: 300rem;
  }
  .main-display .thumbnail ul li .img {
    width: 100%;
    min-height: 27.361vw;
    border-radius: 16rem;
  }
  .controlgroup [class*="btn-"] {
    display: none !important;
  }
  .controlgroup {
    margin-top: 8rem;
  }
  .main-display .controlgroup .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
    margin: 0 3rem;
  }
  .main-display .thumbnails {
    margin-top: 26rem;
    padding: 0;
  }
  .main-display .thumbnail .tit {
    display: none;
  }
  .main-display .thumbnail ul li .img::before {
    border-radius: 16rem;
    background-size: auto 58rem;
  }
  .main-display .thumbnail .cont {
    margin-top: 10rem;
  }
  .main-display .thumbnail .cont .day {
    top: 6rem;
    right: 6rem;
    width: 34rem;
    height: 27rem;
    padding-top: 10rem;
    font-size: 12rem;
  }
  .main-display .thumbnail .cont .val {
    /* max-width: 132rem; */
    max-width: 100%;
    font-size: 14rem;
  }
}

/* ===========================
 main-center
============================ */
.main-center {
  position: relative;
  background-color: #eaf2fa;
  /* background-image: url(../images/main/center_text.png);
  background-repeat: no-repeat;
  background-size: auto 156rem;
  background-position: right bottom; */
  overflow: hidden;
}
.main-center .text-slide {
  margin-top: -80rem;
  width: 100%;
  white-space: nowrap;
  position: relative;
  display: flex;
}
.main-center .scroll-wrap {
  display: flex;
  animation: moveLeft 18s linear infinite;
  min-width: 200%;
}
.main-center .text-slide .text {
  padding-right: 50px;
  color: #e0e9f2;
  font-size: 220rem;
  font-weight: 900;
  line-height: 153rem;
  white-space: nowrap;
}
@keyframes moveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.main-center .inner-wrap {
  padding-bottom: 0rem;
}
.main-center .section-head .main-text {
  padding-right: 330rem;
}
.main-center .link-group {
  position: absolute;
  top: 220rem;
  right: 20rem;
  display: flex;
  align-items: center;
  gap: 0 32rem;
}
.main-center .link-group li {
  flex: 1;
  width: 84rem;
  text-align: center;
}
.main-center .link-group [class*="link"]::before {
  display: block;
  content: "";
  width: 84rem;
  height: 84rem;
  margin-bottom: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.main-center .link-group .link1::before {
  background-image: url(../images/main/center_link1.png);
}
.main-center .link-group .link2::before {
  background-image: url(../images/main/center_link2.png);
}
.main-center .link-group .link3::before {
  background-image: url(../images/main/center_link3.png);
}
.main-center .ui-slider {
  position: relative;
  margin-top: 70rem;
}

.main-center .center-box {
  position: relative;
  height: 510rem;
  overflow: unset;
}

.main-center .btn-prev {
  position: absolute;
  top: -54rem;
  right: 102rem;
}

.main-center .btn-next {
  position: absolute;
  top: -54rem;
  right: 30rem;
}

/* mobile */
.main-center .main-box {
  position: relative;
  width: auto;
  height: 460rem;
  margin-right: -30rem;
  overflow: hidden;
}
.main-center .main-box .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  align-items: flex-start;
}
.main-center .main-box .swiper-slide {
  align-items: flex-start;
  height: auto;
}
.main-center .main-box .box {
  position: relative;
  width: 240rem;
}
.main-center .main-box .box img {
  object-fit: cover;
  border-radius: 20rem;
}
.main-center .main-box .box .tit {
  position: absolute;
  bottom: -30rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100rem;
  height: 35rem;
  font-size: 14rem;
  border-radius: 10rem;
  background-color: #fff;
}
@media (max-width: 1600px) {
  .main-center .main-box .box:nth-child(3n) {
    left: 73.44%;
  }
}

@media (min-width: 1024px) {
  .main-center .main-box .swiper-slide {
    flex: 0 0 auto;
    width: 33.333% !important;
  }
  .main-center .main-box .swiper-slide .box,
  .main-center .main-box .swiper-slide.swiper-slide-prev .box {
    width: 100%;
    margin-top: 58rem;
    margin-left: -60rem;
    padding-right: 30rem;
    /* transform: scale(0.784); */
    transform: scale(0.7);
    transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease;
  }
  .main-center .main-box .swiper-slide.swiper-slide-active .box {
    text-align: right;
    height: 372.495rem !important;
    margin: 0;
    transform: scale(1);
  }
  .main-center .main-box .swiper-slide.swiper-slide-next .box {
    margin-top: 25px;
    margin-left: 50rem;
    transform: scale(0.84);
  }
  .main-center .main-box .swiper-slide img {
    height: 100%;
    border-radius: 20rem;
    object-fit: cover;
  }
  .main-center .main-box .swiper-slide .tit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200rem;
    height: 70rem;
    padding: 10rem 20rem;
    border-radius: 20rem;
    font-size: 24rem;
    font-weight: 600;
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .main-center .main-box .swiper-slide {
    width: auto !important;
  }
  .main-center {
    background-size: auto 50rem;
  }
  .main-center .text-slide {
    margin-top: 15rem;
  }
  .main-center .text-slide .text {
    font-size: 70rem;
    line-height: 49rem;
  }
  .main-center .section-head .main-text {
    padding: 0;
  }
  .main-center .section-head .main-title,
  .main-center .section-head .main-text {
    text-align: center;
  }
  .main-center .link-group {
    position: static;
    align-items: flex-start;
    justify-content: center;
    gap: 0 26rem;
    margin-top: 54rem;
  }
  .main-center .link-arrow {
    position: absolute;
    right: 20rem;
    bottom: 5rem;
  }
  .main-center .link-group li {
    flex: 0 0 auto;
    font-size: 14rem;
  }
  .main-center .link-group [class*="link"]::before {
    width: 60rem;
    height: 60rem;
    margin: 0 auto 10rem;
  }
  .main-center .ui-slider {
    margin-top: 48rem;
  }
  .main-center .main-box {
    width: auto;
    height: auto !important;
    margin-left: -20rem;
    margin-right: -20rem;
    padding-bottom: 48rem;
  }
  .main-center .main-box .swiper-wrapper {
    padding: 0 20rem;
  }
  .main-center .main-box .box {
    width: 240rem;
    height: 180rem;
  }
  .main-center .main-box .box img {
    border-radius: 16rem;
  }
  .main-center .main-box .box .tit {
    bottom: -15rem;
    right: -15rem;
  }
  .main-center .main-box .btn-prev,
  .main-center .main-box .btn-next {
    bottom: -33rem;
  }
  .main-center .main-box .btn-prev {
    left: 20rem;
  }
  .main-center .main-box .btn-next {
    left: 30rem;
  }
  .main-center .btn-prev,
  .main-center .btn-next {
    display: none;
  }
}

/* ===========================
 main-center
============================ */
/* 뉴스 */
.news .notice-area {
  position: relative;
  /* display: flex; */
  height: 382rem;
  margin-top: 135rem;
}
.news .notice-area .inner-wrap {
  width: 1460rem;
  padding: 0;
}
.news .notice-area .item-box {
  width: 438rem;
  flex: 0 0 438rem;
}

.news .notice-area .swiper {
  position: absolute;
  top: 0;
  left: 458rem;
  height: 382rem;
  width: calc(100vw - 35vw);
  max-width: 1500px;
}
.news .notice-area .follow-box {
  display: none;
  position: fixed;
  width: 86rem;
  height: 86rem;
  border-radius: 50%;
  font-size: 16rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background-color: #0042ab;
  box-shadow: 8px 5px 10px rgba(14, 50, 134, 0.2);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.news .notice-area .follow-box.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .notice-area .swiper:hover::after {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .notice-area .swiper .swiper-slide {
  width: 505rem;
  height: 324rem;
}
.news .notice-area .box {
  width: 465rem;
  height: 324rem;
  margin-right: 40rem;
  padding: 52rem 36rem;
  border-radius: 20rem;
  background-color: #f5f5f5;
}
.news .notice-area .box .date {
  display: block;
  color: #a4a4a4;
  line-height: 1;
}
.news .notice-area .box .title {
  display: block;
  margin-top: 38rem;
  font-size: 24rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news .notice-area .box .desc {
  margin-top: 30rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 2000px) {
  .news .notice-area .swiper {
    width: calc(100vw - 38vw);
  }
}
@media (max-width: 1340px) {
  .news .notice-area .swiper {
    width: calc(100vw - 40vw);
  }
}
@media (max-width: 1100px) {
  .news .notice-area .swiper {
    width: calc(100vw - 45vw);
  }
}

@media (max-width: 1024px) {
  .news .notice-area {
    display: block;
    height: auto;
    margin-top: 70rem;
  }
  .news .notice-area .item-box {
    display: flex;
    align-items: flex-start;
    width: auto;
    flex: 1;
  }
  .news .notice-area .item-box .link-arrow {
    margin-left: auto;
  }
  .news .notice-area .swiper {
    position: relative;
    width: auto;
    height: 192rem;
    margin-top: 38rem;
    margin-left: -20rem;
    margin-right: -20rem;
    left: auto;
  }
  .news .notice-area .swiper .swiper-wrapper {
    padding: 0 20rem;
  }
  .news .notice-area .swiper .swiper-slide {
    width: auto;
    height: 162rem;
  }
  .news .notice-area .box {
    width: 232rem;
    height: 162rem;
    margin-right: 24rem;
    padding: 25rem 23rem;
  }
  .news .notice-area .box .date {
    font-size: 12rem;
  }
  .news .notice-area .box .title {
    margin-top: 20rem;
    font-size: 16rem;
  }
  .news .notice-area .box .desc {
    margin-top: 16rem;
    font-size: 14rem;
  }
}

/* 소식 */
.news .news2-area {
  margin-top: 200rem;
}
.news .news2-area .item-box {
  text-align: center;
}
.news .news2-area .link-arrow {
  margin-left: auto;
  margin-right: auto;
}
.news .news2-area .ui-slider {
  position: relative;
}
.news .news2-area .btn-prev {
  position: absolute;
  top: 190rem;
  left: 0;
}
.news .news2-area .btn-next {
  position: absolute;
  top: 190rem;
  right: 0;
}
.news .news2-area .img {
  position: relative;
  width: 100%;
  height: 417rem;
  display: block;
  border-radius: 20rem;
  overflow: hidden;
}
.news .news2-area .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 20rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.news .news2-area .img img{
  height: 100%;
  object-fit: cover;
  border-radius: 20rem;
}
.news .news2-area .date,
.news .news2-area .tit {
  display: block;
  width: 100%;
  opacity: 0;
}
.news .news2-area .date {
  margin-top: 24rem;
  color: #a4a4a4;
  font-size: 18rem;
  line-height: 1;
}
.news .news2-area .tit {
  margin-top: 14rem;
  font-size: 20px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news2-area .cover {
  position: relative;
  max-width: 1352rem;
  padding: 0 76rem;
  margin: 80rem auto 0;
}
.news .news2-area .cover .swiper {
  max-width: 1108rem;
  width: auto !important;
  min-height: 488rem;
}
.news .news2-area .cover .swiper-slide {
  flex-direction: column;
  width: 556rem !important;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.news .news2-area .cover .swiper-slide a {
  display: block;
  width: 100%;
}
.news .news2-area .cover .swiper-slide.swiper-slide-active .date,
.news .news2-area .cover .swiper-slide.swiper-slide-active .tit {
  opacity: 1;
}

.news .news2-area .cover .swiper-slide.swiper-slide-active .img::before {
  opacity: 0;
}

@media (min-width: 1024px) {
  .news .news-area .swiper-wrapper {
    transform: none !important;
  }
  .news .news-area .swiper-scrollbar {
    display: none;
  }
}

@media (max-width: 1024px) {
  .news .news2-area {
    margin-top: 88rem;
  }
  .news .news2-area .item-box {
    position: static;
    display: flex;
    align-items: flex-end;
  }
  .news .news2-area .item-box {
    text-align: left;
  }
  .news .news2-area .item-box .link-arrow {
    margin: 0 0 0 auto;
  }
  .news .news2-area .ui-slider {
    margin-top: 40rem;
  }
  .news .news2-area .swiper {
    width: auto !important;
    height: auto;
    margin-left: -20rem;
    margin-right: -20rem;
  }
  .news .news2-area .swiper .swiper-wrapper {
    padding: 0 20rem;
  }
  .news .news2-area .swiper .swiper-slide {
    flex-direction: column;
    width: 232rem;
    height: 260rem;
    margin-right: 24rem;
  }
  .news .news2-area .swiper .swiper-slide a {
    display: block;
    width: 100%;
  }
  .news .news2-area .swiper [class*="box"] .date {
    font-size: 12rem;
  }
  .news .news2-area .swiper [class*="box"] .tit {
    margin-top: 10rem;
    font-size: 14rem;
  }
  .news .news2-area .img {
    width: 232rem;
    height: 174rem;
    border-radius: 16rem;
  }
  .news .news2-area .img::before{
    content: none;
  }
  .news .news2-area .date,
  .news .news2-area .tit {
    opacity: 1;
  }
}

/* ===========================
 together
============================ */
.together {
  background: url(../images/main/bg_together.png) no-repeat center / 100% 100%;
}
.together .section-head {
  align-items: center;
}
.together .section-head .main-text {
  text-align: center;
}
.together .ui-slider {
  position: relative;
  margin: 104rem auto 0;
  max-width: 1352rem;
}
.together .swiper {
  margin: 0 88rem;
  width: auto;
  max-width: 1176rem;
}
.together .swiper .swiper-slide {
  height: 87px;
  border-radius: 10rem;
  padding: 10px 0;
  overflow: hidden;
  background-color: #fff;
}
.together .swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.together .btn-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.together .btn-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 1400px) {
}

@media (max-width: 1024px) {
  .together .ui-slider {
    margin-top: 56rem;
  }
  .together .swiper {
    margin: 0 42rem;
    /* width: 238rem; */
    /* width: 66.12vw; */
  }
  .together .swiper .swiper-slide {
    /* height: 42rem; */
    /* height: 11.67vw;
    border: 0; */
    padding: 0;
    height: 43rem;
  }
  .together .swiper .swiper-slide a{
    height: 100%;
  }
}
