@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.bnrCol {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bnrCol {
    width: 80%;
    height: auto;
  }
}
.bnrCol .bnrColInner {
  max-width: 909px;
  width: 100%;
  margin: 0 auto;
}
.bnrCol .slider {
  position: relative;
  margin-bottom: 1px;
}
.bnrCol .slick-list {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.6);
}
.bnrCol .slick-prev, .bnrCol .slick-next {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  transition: all 0.2s ease;
  z-index: 12;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #ff91b9;
  border-right: 0;
}
.bnrCol .slick-prev::before, .bnrCol .slick-next::before {
  content: none;
}
.bnrCol .slick-prev:hover, .bnrCol .slick-next:hover {
  border-left: 40px solid rgba(255, 145, 185, 0.5);
}
.bnrCol .slick-prev {
  transform: rotate(180deg);
}
.bnrCol .slick-next {
  transform: rotate(0deg);
}
.bnrCol .slideNav {
  margin-top: 5px;
  text-align: center;
}
.bnrCol .slideNav li {
  display: inline-block;
}
.bnrCol .slideNav li button {
  background: #e4e1da;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.bnrCol .slideNav li button:hover {
  background: #000;
}

.newsDetailCol .awaawaImg02,
.newsDetailCol .awaawaImg09,
.newsDetailCol .awaawaImg15 {
  position: relative;
}
.newsDetailCol .awaawaBtnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .newsDetailCol .awaawaBtnWrap {
    bottom: 0;
    gap: 10px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.newsDetailCol .awaawaBtn01 {
  margin-right: 0;
}
.newsDetailCol .awaawaBtn02 {
  margin-left: 0;
}
.newsDetailCol .awaawaImg09 {
  display: flex;
  justify-content: center;
}
.newsDetailCol .movieCol {
  width: 100%;
  max-width: 616px;
  max-height: 346px;
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .newsDetailCol .movieCol {
    width: 50%;
    margin: 0 auto;
    bottom: 13%;
  }
}
@media (hover: hover) {
  .newsDetailCol .movieCol:hover .youtube_ico {
    opacity: 0.7;
  }
}
.newsDetailCol .movieCol .youtube_movie {
  position: relative;
  padding-top: 56.25%;
  margin: auto;
}
.newsDetailCol .movieCol .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.newsDetailCol .movieCol .youtube_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 9;
  pointer-events: none;
  transition: .3s ease-out;
}
@media screen and (max-width: 767px) {
  .newsDetailCol .movieCol .youtube_ico {
    width: 30px;
    height: 30px;
  }
}
.newsDetailCol .movieCol .youtube_ico::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .newsDetailCol .movieCol .youtube_ico::before {
    width: 30px;
    height: 30px;
  }
}
.newsDetailCol .movieCol .youtube_ico::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 25px;
  z-index: 9;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .newsDetailCol .movieCol .youtube_ico::after {
    border-width: 8px 0 8px 12px;
  }
}
.newsDetailCol .movieCol .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  border: 4px solid #FFF;
}
.newsDetailCol .movieCol .youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #FFF;
}
