/*===================================================================
  TOP
===================================================================*/
.top-mainVisual {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-mainVisual {
    padding: 50px 0 0;
  }
}

.top-mainVisual .top-mainVisual-cnt {
  position: relative;
}

.top-mainVisual .top-mainVisual-cnt img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top-mainVisual .top-mainVisual-cnt img {
    height: 250px;
  }
}

.slick-area {
  width: 100%;
  height: 100%;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  width: 100%;
  height: 100%;
}

.slick-dots li.slick-active button:before {
  color: #000 !important;
}

.main-contents .top-contents-news {
  margin: 0 0 70px;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-tit {
  text-align: center;
  margin: 0 0 45px;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-tit h2 {
  font-size: 30px;
  color: #000;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item {
  border: #000 2px solid;
  padding: 10px 40px;
}

@media screen and (max-width: 768px) {
  .main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item {
    padding: 0 20px;
  }
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item ul li {
  padding: 30px 0;
  border-bottom: #A5A5A5 1px dotted;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item ul li:last-child {
  border-bottom: none;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item ul li .date {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item ul li .cat {
  color: #000;
  border: #000 1px solid;
  padding: .15em 0.75em;
  font-weight: bold;
  display: inline-block;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-box .box-item ul li p {
  font-size: 14px;
  margin-bottom: 20px;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-btn {
  text-align: center;
  margin: 50px 0 0;
  margin: 25px 0 0;
}

.main-contents .top-contents-news .top-contents-news-body .top-contents-news-btn .btn a {
  font-size: 22px;
  padding: 1.1em 2.25em;
  max-width: 410px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right 1.25em;
  background-image: url(../../images/arrow-wh.png);
}

@media screen and (max-width: 768px) {
  .main-contents .top-contents-news .top-contents-news-body .top-contents-news-btn .btn a {
    font-size: 18px;
    padding: 1.1em 2.25em 1.1em 1.75em;
  }
}

.main-contents .top-contents-menu {
  background-color: #FAFAFA;
  padding: 60px 0;
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

@media screen and (max-width: 768px) {
  .main-contents .top-contents-menu {
    padding: 30px 0;
  }
}

.main-contents .top-contents-menu .top-contents-menu-body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main-contents .top-contents-menu .top-contents-menu-body {
    padding: 0 2.5%;
  }
}

.main-contents .top-contents-menu .top-contents-menu-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-contents .top-contents-menu .top-contents-menu-list ul li {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .main-contents .top-contents-menu .top-contents-menu-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main-contents .top-contents-menu .top-contents-menu-list ul li a {
  display: block;
  color: #000;
}

.main-contents .top-contents-menu .top-contents-menu-list ul li figure {
  width: 100%;
}

.main-contents .top-contents-menu .top-contents-menu-list ul li figure img {
  border-radius: 10px;
  width: 100%;
}

.main-contents .top-contents-menu .top-contents-menu-list ul li p {
  border-bottom: #DDDDDD 2px solid;
  padding: 1em 0;
  position: relative;
  font-weight: bold;
  background-image: url(../../images/arrow-gr.svg);
  background-position: top 1.25em right 1.0em;
  background-repeat: no-repeat;
}

.main-contents .top-contents-menu .top-contents-menu-list ul li p::after {
  background-color: #000;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.new {
  color: #fff;
  background-color: #ff0000;
  padding: .15em 0.75em;
  font-weight: bold;
  display: inline-block;
}
