/*
  top.css
*/

/***** mainVi *****/
.mainVi {
  position: relative;
  margin-top: 90px;
}
.mainVi_img {
  position: relative;
  z-index: 0;
}
.mainVi_img .slick-track {
  padding-bottom: 10px;
}
.mainVi_img .slick-slide {
  /* border: 20px solid #067994; */
  border-radius: 50px;
  box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 0.2);
  width: 1000px;
  height: 600px;
  margin: 0 30px;
}
.mainVi_img .slick-arrow {
  background-color: transparent;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}
.mainVi_img .slick-prev {
  right: 1060px;
}
.mainVi_img .slick-next {
  left: 1060px;
}
.mainVi_img .slick-arrow::before {
  content: "";
  display: block;
  background-color: #067994;
  border-radius: 2px;
  width: 35px;
  height: 5px;
  margin: auto 0;
  position: absolute;
  top: 16px;
  bottom: 0;
}
.mainVi_img .slick-arrow::after {
  content: "";
  display: block;
  background-color: #067994;
  border-radius: 2px;
  width: 35px;
  height: 5px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 16px;
  transform: rotate(30deg);
}
.mainVi_img .slick-prev::before,
.mainVi_img .slick-prev::after {
  left: 20px;
}
.mainVi_img .slick-next::before,
.mainVi_img .slick-next::after {
  right: 20px;
}
.mainVi_img .slick-next::before,
.mainVi_img .slick-prev::after {
  transform: rotate(-30deg);
}
.mainVi_img .slick-prev::before,
.mainVi_img .slick-next::after {
  transform: rotate(30deg);
}
.mainVi_img img {
  border-radius: 50px;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.mainVi_text {
  position: absolute;
  text-align: center;
  top: 175px;
  left: 0;
  right: 0;
  width: 950px;
  margin: 0 auto;
  z-index: 1;
}
.mainVi_text h1 {
  color: #fff;
  font-size: 3.5em;
  font-weight: bold;
  text-shadow: 3px 3px 10px #000;
}
.mainVi_text p {
  color: #fff;
  font-size: 2.0em;
  font-weight: bold;
  text-shadow: 2px 2px 6px #000;
}
.mainVi_text .rsvBtn {
  display: inline-block;
  margin-top: 50px;
}
.mainVi_text .rsvBtn a {
  background: linear-gradient(to left,#f2871e,#d66f0a);
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 0;
  width: 250px;
  position: relative;
}
.mainVi_text .rsvBtn a:hover {
  background: linear-gradient(to left,#f4a95f,#d38b45);
}
.mainVi_text .rsvBtn a::before {
  content: "";
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.mainVi_text .rsvBtn a::after {
  content: "";
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
}
@media screen and (max-width: 767px) {
  /***** mainVi *****/
  .mainVi {
    margin-top: 50px;
  }
  .mainVi_img .slick-track {
    padding-bottom: 10px;
  }
  .mainVi_img .slick-slide {
    border-radius: 0;
    width: 100vw;
    height: 300px;
    margin: 0;
  }
  .mainVi_img .slick-arrow {
    left: auto;
    right: auto;
    opacity: 0;
  }
  .mainVi_img .slick-prev {
    left: 0;
  }
  .mainVi_img .slick-next {
    right: 0;
  }
  .mainVi_img img {
    border-radius: 0;
    width: 100%;
    height: 300px;
  }
  .mainVi_text {
    top: 75px;
    width: 100%;
  }
  .mainVi_text h1 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 3px 3px 10px #000;
  }
  .mainVi_text p {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 2px 2px 6px #000;
  }
  .mainVi_text .rsvBtn {
    display: inline-block;
    margin-top: 50px;
  }
  .mainVi_text .rsvBtn a {
    background: linear-gradient(to left,#f2871e,#d66f0a);
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 0;
    width: 250px;
    position: relative;
  }
  .mainVi_text .rsvBtn a:hover {
    background: linear-gradient(to left,#f4a95f,#d38b45);
  }
  .mainVi_text .rsvBtn a::before {
    content: "";
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .mainVi_text .rsvBtn a::after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
  }
}

.sec {
  background-color: #fffaf4;
  box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 0.2);
  border-radius: 150px;
  padding: 10px 0 50px;
  margin: 50px auto;
  width: calc(100% - 100px);
}
.sec:nth-child(even) {
  background-color: #f7fff6;
}
.sec h2 {
  color: #d66f0a;
  font-size: 2.7em;
  text-align: center;
  margin: 0 0 50px;
}
.sec:nth-child(even) h2 {
  color: #067994;
}
.sec h2 span {
  display: inline-block;
  position: relative;
  padding: 30px 0;
}
.sec h2 span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin: 0 auto;
  width: 550px;
  height: 3.5em;
  border-radius: 50%;
  border-bottom: 8px solid #f2ab65;
  transform: translateX(-50%);
}
.sec:nth-child(even) h2 span:before {
  border-bottom: 8px solid #a6ddb0;
}
.sec .btn {
  margin: 30px auto 0;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .sec {
    border-radius: 50px;
    width: calc(100% - 20px);
    margin: 30px auto 50px;
  }
  .sec h2 {
    font-size: 2em;
  }
  .sec h2 span:before {
    width: 280px;
  }
}

.news_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.news_cat {
  border-radius: 5px;
  padding: 2px 15px 3px;
  color: #fff;
  font-weight: bold;
}
.news_cat.event {
  background-color: #27a30e;
}
.news_cat.notice {
  background-color: #d94f13;
}

.youtube .col2_item iframe {
  width: 100%;
  height: 270px;
}
.youtube .col2_item p {
  border-left: 5px solid #d66f0a;
  padding: 5px 0 5px 15px;
  margin-bottom: 10px;
}
.youtube .btn {
  width: 300px;
}