@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
h3 {
  font-family: 'NanumSquareRound', sans-serif;
}
.report_container.ad .report_list > a:hover .report_img_box:before, .report_container.ad .report_list > a:hover .report_img_box:after {
    opacity:1;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.report_wrap {
    margin-top: 3rem;
}

.report_container {
  font-size: 0;
  padding: 0;
}

.report_container.ad .report_list > a:hover .report_img_box:before, .report_container.ad .report_list > a:hover .report_img_box:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.report_container.ad .report_list > a:hover .report_img_box:after {
  top: 50%;
  margin-top: -23px;
}

.report_container.ad .report_list:hover .report_info_title {
  text-decoration: none;
}

.report_container.ad .report_img_box {
  padding-top: 62%;
}

.report_container.ad .report_img_box:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 62, 80, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.report_container.ad .report_img_box:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 46px;
  height: 46px;
  margin: 0 0 0 -23px;
  background: url(../img/logo.svg) no-repeat;
  -webkit-background-size: 474px 1500px;
  background-size: 474px 1500px;
  background-position: -146px -50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.report_container.ad .report_info_title {

}

.report_list {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  /* margin: 0 20px 60px 0; */
}

.report_list:nth-child(4n) {
  margin-right: 0;
    margin-left: 0;
}

.report_list a {
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
}

.report_list .report_img_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.1%;
  background: no-repeat 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

.report_list .report_info_box {
    position: relative;
    z-index: 100;
    background: #fff;
    padding-top: 19px;
}

.report_list .report_info_title {
  max-width: 100%;
  max-height: 56px;
  margin: 0 0 5px;
  padding: 0 10px 0 0;
  font-size: 18px;
  color: #212121;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  font-weight: 600;
}

.report_list .report_info_text {
  height: 70px;
  margin: 0 0 9px;
  font-size: 15px;
  color: #606167;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

.report_list .report_info_date {
  font-size: 12px;
  color: #878890;
}

.report_list:hover .report_info_title {
  text-decoration: underline;
}

/*팝업*/

.pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 60px;
  background-color: #fff;
  font-family: "NanumSquare-EB", "나눔고딕", "Dotum", "돋움", "Helvetica", "Arial", "AppleSDGothicNeo", sans-serif;
  text-align: center;
}

.pop .pop_title {
  margin: 0 0 29px;
  font-size: 32px;
  color: #212121;
}



video[Attributes Style] {
    width: 100%;
    height: 100%;
}

video {
    object-fit: contain;
}

param {
    display: none;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: top;
}

.btn_list_view, .btn_link_large {
    display: inline-block;
    vertical-align: top;
}

button {
    border: 0;
    background: none;
    -webkit-appearance: none;
}

.icon_prev, .icon_next, .icon_list, .icon_down, .icon_vod {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 46px;
    height: 46px;
    background-color: #bac2cd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}


.icon_prev, .icon_next, .icon_list, .icon_down, .icon_vod {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 46px;
    height: 46px;
    background-color: #bac2cd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.pop .btn_close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.pop .btn_close:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 12px;
    margin: -6px  0 0 -7px;
    background: url(../img/ai-vision/egg-detail-01.png) no-repeat;
    -webkit-background-size: 474px 1500px;
    background-size: 474px 1500px;
    background-position: -148px -26px;
}

.pop.v3 {
  width: 63.021vw;
  max-width: 1210px;
  min-width: 703px;
  height: 89.018vh;
  max-height: 843px;
  min-height: 714px;
}

.pop.v3 .pop_slide_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.pop.v3 .pop_slide {
  overflow: hidden;
  height: 84.786%;
  margin-bottom: 30px;
  background-color: #fff;
}

.pop.v3 .pop_slide_container {
  width: 400%;
  height: 100%;
}

.pop.v3 .pop_slide_container:after {
  content: '';
  display: block;
  clear: both;
}

.pop.v3 .pop_slide_item {
  float: left;
  width: 25%;
  height: 100%;
}

.pop.v3 .pop_slide_info {
  position: relative;
}

.pop.v3 .pop_slide_info h3 {
  width: 70.092%;
  max-width: 764px;
  margin: 0 auto;
  height: 66px;
  font-family: "NanumSquare-B", "나눔고딕", "Dotum", "돋움", "Helvetica", "Arial", "AppleSDGothicNeo", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.pop.v3 .btn_prev, .pop.v3 .btn_next {
  position: absolute;
  top: 0;
}

.pop.v3 .btn_prev {
  left: 0;
}

.pop.v3 .btn_next {
  right: 0;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #3a3e50;
  opacity: 0.5;
}

#report_container li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1rem;
}

.report_img_box {
    overflow: hidden;
}

.report_info_box {
}

#report_container li::after {
    content: url(../img/board_news/plus-button1.png);
    text-align: center;
    display: block;
    position: absolute;
    width: 93%;
    height: 275px;
    background-color: rgba(0,0,0,0.5);
    padding-top: 75px;
    top: 350px;
    transition: top 0.2s;
}

#report_container li:hover::after {
    top: 0;
}


@media only screen and (max-width: 1440px){
.pop.v3 .pop_slide_info h3 {
    max-width: 395px;
}
}
@media only screen and (max-width: 1600px){
.pop.v3 .pop_slide_info h3 {
    max-width: 500px;
}
}