/* main color */
/* base color */
/* gray type */
/* xirn accent */
.container .l_sub_apt_story .section_01 {
  padding-top: 0;
}
.container .l_sub_apt_story .section_01 .video_list {
  margin-bottom: 70px;
}
.container .l_sub_apt_story .section_01 .video_list ul {
  display: flex;
  flex-wrap: wrap;
}
.container .l_sub_apt_story .section_01 .video_list ul li {
  width: 370px;
  margin-top: 68px;
  margin-right: 45px;
}
.container .l_sub_apt_story .section_01 .video_list ul li:nth-child(-n+3) {
  margin-top: 0;
}
.container .l_sub_apt_story .section_01 .video_list ul li:nth-child(3n) {
  margin-right: 0;
}
.container .l_sub_apt_story .section_01 .video_list ul li .img_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
}
.container .l_sub_apt_story .section_01 .video_list ul li .img_wrap a {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-bottom: 56.25%;
}
.container .l_sub_apt_story .section_01 .video_list ul li .img_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
}
.container .l_sub_apt_story .section_01 .video_list ul li .img_wrap a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .l_sub_apt_story .section_01 .video_list ul li .img_wrap a > div span {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.container .l_sub_apt_story .section_01 .video_list ul li .img_wrap a > div button {
  width: 27px;
  height: 27px;
  background: url(/Content/static/images/sub/brand/btn_thumb_play.png) no-repeat center/100% auto;
  margin-top: 12px;
}
.container .l_sub_apt_story .section_01 .video_list ul li .txt_wrap .tit {
  font-size: 21px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  margin-bottom: 20px;
}
.container .l_sub_apt_story .section_01 .video_list ul li .txt_wrap .date {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.container .l_sub_apt_story .section_01 .video_list ul li:hover a::before {
  opacity: 1;
}
.container .l_sub_apt_story .section_01 .video_list ul li.cate1 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate1.jpg);
}
.container .l_sub_apt_story .section_01 .video_list ul li.cate2 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate2.jpg);
}
.container .l_sub_apt_story .section_01 .video_list ul li.cate3 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate3.jpg);
}
.container .l_sub_apt_story .section_01 .video_list ul li.cate4 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate4.jpg);
}
.container .l_sub_apt_story .section_01 .video_list ul li.cate5 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate5.jpg);
}
.container .l_sub_apt_story .section_01 .video_list ul li.cate6 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate6.jpg);
}