﻿.con {
  padding: 6.14vw 0 6.9vw;
}

.con_top {
  position: relative;
  margin-bottom: 6.45vw;
}

.tit1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.top_txt {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7.2vw;
  background: rgba(151,29,29,0.93)
}

.top_img {
  width: 100%;
}

#listId .list li {
  display: flex;
  background-color: transparent !important;
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}

#listId .list li:nth-child(1) {
  padding-top: 0;
}

.list li>a {
  display: block;
  width: 368px;
}

#listId .img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
}

.img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
  object-fit: cover;
}

#listId li:hover .img img {
  transform: scale(1.05);
}

.list li>div {
  padding: 15px 40px 0;
}

.list li>div>div:nth-child(2) {
  color: #666666;
  line-height: 1.8;
}

.list li .fnt_24 {
  line-height: normal;
  transition: all 0.5s;
  font-weight: bold;
}

#listId {
  margin-bottom: 0;
}

#listId .time {
  line-height: 1;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {

  #listId .list li {
      flex-direction: column;
      padding: 20px 0;
  }

  .list li>a {
      width: 100%;
  }

  #listId .list li>div {
      width: 100%;
      margin-top: 20px;
      padding: 0;
  }

  .top_txt {
      position: relative;
      padding: 20px;
      width: 100%;
  }

  #listId .time {
      margin-top: 30px;
  }

  .list li>div>div:nth-child(2) {
      width: 100%;
  }
}
