.climate {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slick-climate {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
  .slick-climate.slick-dotted.slick-slider{
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    height: 380px;
  }
  .slick-news.slick-dotted.slick-slider{
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    height: 345px;
  }
  .slick-climate .slick-slide {
    height: 100%;
  }
  .slick-climate .climate-cont {
    width: 100%;
    height: 100%;
    margin-bottom: -4px;
    border-radius: 15px;
    overflow: hidden;
  }
  .slick-climate .climate-cont > img {
    width: 100%;
    height: 380px;
    /*object-fit: cover;*/
  }
  
  /* 카드뉴스 슬라이드 */
  .card-news {
    position: relative;
    width: 100%;
    height: 100%;
    top: -56px;
  }
  .slick-news {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .slick-news .slick-slide {
    width: 100%;
    height: 100%;
    height: 320px;
  }
  .slick-news .news-cont, .news-cont2 {
    border-radius: 15px;
    /* height: 17em; */
    overflow: hidden;
    margin-top: 56px;
    margin-bottom: -5px;
    height: 100%;
  }
  .slick-news .news-cont > img,.slick-news .news-cont2 > img {
    width: 100%;
    height: auto;
    max-height: 425px;
    /*object-fit: cover;*/
    height: 320px;
  }
  .slick-news .news-cont2 > img {
    width: 100%;
    /*height: 20em;*/
    max-height: 425px;
    object-fit: cover;
  }
  .slick-list {
    width: 100% !important;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list {
      border-radius: 15px !important;
    }