@charset "UTF-8";
/* CSS Document */

.ms_all {
    max-width: 1000px;
    margin: 0 auto;
}

.ms_top {
    max-width: 1000px;
    margin: 20px auto 40px;
}

.ms_tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ms_cont {
    color: #666;
    margin-bottom: 20px;
}

.ms_text {
    color: #666;
    margin-bottom: 6px;
}

.ms_cont_02 {
    color: #716f6f;
    font-size: 13px;
    margin-top: 20px;
    line-height: 20px;
}

.ms_text_02 {
    color: #716f6f;
    font-size: 13px;
    margin-bottom: 20px;
}

.ms_pr {
    margin: 20px 0 40px;
    text-align: right;
    color: #716f6f;
}

.ms_pr>li>a {
    color: #437296;

}

.ms_pr>li>a:hover {
    opacity: 0.6;
}

#social-icon a {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    color: #fff;
}

#social-icon i {
    width: 32px;
    height: 32px;
    margin: 0;
    line-height: 32px;
    text-align: center;
}

#social-icon a {
    margin: 0;
    padding: 10px 0;
}

#social-icon i {
    color: #c6bb80;
}

#social-icon a:hover i {
    opacity: 0.8;
}

#social-icon i:before {
    padding: 0;
    line-height: 35px;
}

#social-icon .fa-facebook {
    background: #3b5998;
    color: #fff;
}

#social-icon {
    float: right;
}

/* youtube list */

.youtube-gallery {
    background-color: #eee;
    padding: 40px 0;
    margin-bottom: 70px;
}

.youtube-movie {
    margin-top: 40px;
}

.youtube-list li > div {
    padding: 0 10px;
}

.youtube-list li i {
    font-style: inherit;
    font-weight: 600;
    font-size: 13px;
}

.youtube-list li i a {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.youtube-list li i img {
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.youtube-list h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .youtube-list li > div {
        padding: 0 7px;
    }

    .youtube-gallery {
        padding: 25px 0;
    }
    .youtube-list li i img {
        width: 30px;
        height: 30px;
    }
    .youtube-list h5 {
        font-size: 13px;
    }
}


.c-video--thumb {
    position: relative;
}

.c-video--content-video {
    grid-area: video;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.c-video--content-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-video--thumb:after, .c-video--thumb:before {
    content: "";
    position: absolute;
}

.c-video--thumb:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
}

.c-video--thumb:after {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 48px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(/img/message/icon-play-youtube.svg) no-repeat 50%/contain;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
}

.slick-prev {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 28.3%;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 4%;
    -webkit-transform: unset;
            transform: unset;
    margin-left: 0;
    top: 39%;
  }
}

.slick-prev:before {
  background-image: url("/img/message/icon-cursor-prev.png");
  opacity: 1;
  width: 50px;
  height: 50px;
  background-size: contain;
  font-size: 44px;
  color: unset;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .slick-prev:before {
    width: 20px;
    height: 17px;
  }
}

.slick-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 28.3%;
}

@media (max-width: 767px) {
  .slick-next {
    right: 4%;
    left: auto;
    -webkit-transform: unset;
            transform: unset;
    margin-left: 0;
    top: 39%;
  }
}

/* .slick-next:hover {
  margin-left: 385px;
} */

/* @media (max-width: 1023px) {
  .slick-next:hover {
    margin-left: 374px;
  }
}

@media (max-width: 767px) {
  .slick-next:hover {
    margin-left: 0;
    right: 7%;
  }
} */

.slick-next:before {
  background-image: url("/img/message/icon-cursor-next.png");
  opacity: 1;
  width: 50px;
  height: 50px;
  background-size: contain;
  font-size: 44px;
  color: unset;
}

@media (max-width: 767px) {
  .slick-next:before {
    width: 20px;
    height: 17px;
  }
}


@media screen and (max-width: 826px) {

    .ms_all {
        width: 100%;
        margin-bottom: 40px;
    }

    .ms_top {
        width: 100%;
    }

    .ms_tit {
        margin: 0 auto 20px;
        padding: 0 5%;
    }

    .ms_cont {
        padding: 0 5%;
        margin: 20px auto 0;
    }

    .ms_pr {
        width: 90%;
        margin: 0 auto;
    }

    .youtube-movie {
        margin-top: 25px;
        margin-bottom: 14px;
    }

    .fancybox-slide {
        padding: 0;
    }
}