@charset "UTF-8";
/* 변수 & 유틸리티 */
/* PX TO REM 변환 함수 */
/* 변수 */
/* 레이아웃 */
/* @media (min-width: 1025px) {
    .header .gnb-wrap .gnb .depth1>li>a {
        padding: 0 1.2rem;
    }
} */
.main-section {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1172px) {
  .main-section {
    padding: 0 20px;
  }
}
.main-section .main-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
}

/* 탑 비주얼 */
.top-visual {
  position: relative;
}
.top-visual .item {
  position: relative;
  width: 100%;
  height: 464px;
}
@media only screen and (max-width: 80em) {
  .top-visual .item {
    width: auto;
    height: 400px;
  }
}
@media only screen and (max-width: 48em) {
  .top-visual .item {
    height: 300px;
  }
}
.top-visual .item picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/humanframe/theme/intv/assets/image/visual_background_1.png") no-repeat center center;
  /* img {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
  } */
}
@media only screen and (max-width: 48em) {
  .top-visual .item picture {
    background-size: 1280px;
  }
}
.top-visual .item .slogan-wrap {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1190px;
  height: 100%;
  z-index: 1;
}
.top-visual .item .slogan-wrap .slogan-1 {
  position: absolute;
  left: 20px;
  top: 49px;
  display: block;
}
@media only screen and (max-width: 30em) {
  .top-visual .item .slogan-wrap .slogan-1 {
    top: 40px;
  }
}
.top-visual .item .slogan-wrap .slogan-1 h2 {
  display: block;
  line-height: 0;
  font-size: clamp(1rem, 1.5rem + 1vw, 1.6875rem);
  font-weight: 700;
  color: #1E3650;
  text-align: justify;
}
.top-visual .item .slogan-wrap .slogan-1 h3 {
  position: absolute;
  top: -5px;
  right: -130px;
  display: block;
}
@media only screen and (max-width: 30em) {
  .top-visual .item .slogan-wrap .slogan-1 h3 {
    top: 15px;
    right: auto;
  }
}
.top-visual .item .slogan-wrap .slogan-1 h3 img {
  width: 206px;
}
@media only screen and (max-width: 30em) {
  .top-visual .item .slogan-wrap .slogan-1 h3 img {
    width: 120px;
  }
}

.newest-video-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.125rem auto 3.75rem;
  max-width: 1280px;
}
@media only screen and (max-width: 30em) {
  .newest-video-wrap {
    margin: 1.5rem auto 0;
  }
}
.newest-video-wrap .title {
  color: #010002;
  font-size: clamp(0.875rem, 1.5rem + 1vw, 2rem);
  font-weight: 700;
  margin-bottom: 2.0625rem;
}
.newest-video-wrap .search-form-wrap {
  width: 100%;
}
.newest-video-wrap .search-form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .newest-video-wrap .search-form-wrap form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newest-video-wrap .search-form-wrap form label {
  font-weight: 500;
  font-size: 1.125rem;
  padding-right: 1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 51.25em) {
  .newest-video-wrap .search-form-wrap form label {
    font-size: 1rem;
  }
}
.newest-video-wrap .search-form-wrap form input {
  padding: 0.625rem;
  margin-right: 1rem;
  border: 1px solid #aaa;
}
.newest-video-wrap .search-form-wrap form input:hover, .newest-video-wrap .search-form-wrap form input:focus {
  border: 1px solid #333;
}
.newest-video-wrap .search-form-wrap form .date-wrap,
.newest-video-wrap .search-form-wrap form .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 48em) {
  .newest-video-wrap .search-form-wrap form .date-wrap,
  .newest-video-wrap .search-form-wrap form .search-group {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.newest-video-wrap .search-form-wrap form .date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 30em) {
  .newest-video-wrap .search-form-wrap form .date-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.newest-video-wrap .search-form-wrap form .date-wrap .date-start,
.newest-video-wrap .search-form-wrap form .date-wrap .date-end {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 48em) {
  .newest-video-wrap .search-form-wrap form .date-wrap .date-start,
  .newest-video-wrap .search-form-wrap form .date-wrap .date-end {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .newest-video-wrap .search-form-wrap form .date-wrap .date-start,
  .newest-video-wrap .search-form-wrap form .date-wrap .date-end {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.newest-video-wrap .search-form-wrap form .date-wrap .date-start input,
.newest-video-wrap .search-form-wrap form .date-wrap .date-end input {
  width: 100%;
}
.newest-video-wrap .search-form-wrap form .search-group {
  position: relative;
}
.newest-video-wrap .search-form-wrap form .search-group input {
  width: 90%;
}
@media only screen and (max-width: 48em) {
  .newest-video-wrap .search-form-wrap form .search-group input {
    width: 100%;
    padding-right: 40px;
  }
}
.newest-video-wrap .search-form-wrap form .search-group .btn {
  width: 40px;
  height: 40px;
  background: url("/humanframe/theme/intv/assets/image/bt_search.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 48em) {
  .newest-video-wrap .search-form-wrap form .search-group .btn {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}

.list-item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 3.125rem auto 3.75rem;
  max-width: 1280px;
}
.list-item-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.list-item-wrap .title-wrap .title {
  color: #3D3838;
  font-size: clamp(0.875rem, 1.5rem + 1vw, 1.5625rem);
  font-weight: 700;
}
.list-item-wrap .title-wrap .title em {
  color: #D97979;
}
.list-item-wrap .title-wrap .bt-other {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/humanframe/theme/intv/assets/image/bt_other.png");
}
.list-item-wrap .item-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.9375rem;
  width: 100%;
}
.list-item-wrap .item-group-wrap .item {
  display: block;
  width: calc(33.3% - 10px);
  padding: 0.9375rem;
  border: 1px solid #DDD;
}
@media only screen and (max-width: 48em) {
  .list-item-wrap .item-group-wrap .item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 30em) {
  .list-item-wrap .item-group-wrap .item {
    width: 100%;
  }
}
.list-item-wrap .item-group-wrap .item .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 220px;
  background-color: #D9D9D9;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  .list-item-wrap .item-group-wrap .item .img {
    height: 165px;
  }
}
@media only screen and (max-width: 51.25em) {
  .list-item-wrap .item-group-wrap .item .img {
    height: 127px;
  }
}
@media only screen and (max-width: 48em) {
  .list-item-wrap .item-group-wrap .item .img {
    height: 187px;
  }
}
@media only screen and (max-width: 30em) {
  .list-item-wrap .item-group-wrap .item .img {
    height: 205px;
  }
}
@media only screen and (max-width: 375px) {
  .list-item-wrap .item-group-wrap .item .img {
    height: 175px;
  }
}
@media only screen and (max-width: 320px) {
  .list-item-wrap .item-group-wrap .item .img {
    height: 145px;
  }
}
.list-item-wrap .item-group-wrap .item .img img {
  /*
  object-fit: cover;
  object-position: center center;
  */
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-duration: 260ms;
          transition-duration: 260ms;
}
.list-item-wrap .item-group-wrap .item .img img:hover {
  -webkit-transform: translate(0, -50%) scale(1.2);
          transform: translate(0, -50%) scale(1.2);
}
.list-item-wrap .item-group-wrap .item .label {
  display: block;
  padding: 0.4375rem 0;
  font-size: 0.9375rem;
  color: #D97979;
}
.list-item-wrap .item-group-wrap .item .tit {
  font-size: clamp(0.875rem, 0.8rem + 1vw, 1.25rem);
  font-weight: 700;
  line-height: 27px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-item-wrap .item-group-wrap .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9375rem;
  color: #757575;
  margin-top: 7px;
}
.list-item-wrap .item-group-wrap .item .info .view,
.list-item-wrap .item-group-wrap .item .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.21875rem;
     -moz-column-gap: 0.21875rem;
          column-gap: 0.21875rem;
}
.list-item-wrap .item-group-wrap .item .info .view::before,
.list-item-wrap .item-group-wrap .item .info .date::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.list-item-wrap .item-group-wrap .item .info .date::before {
  width: 12px;
  height: 12px;
  background: url("/humanframe/theme/intv/assets/image/main_icon_01.png") center;
}
.list-item-wrap .item-group-wrap .item .info .view::before {
  width: 14px;
  height: 12px;
  background: url("/humanframe/theme/intv/assets/image/main_icon_02.png") center;
}