@import url('../../view3_sns_01/css/sns_modal.css');

.sub_title2{display:none}

.news{margin-bottom:90px}
.news .ttl_box{background-color:#fff}
.news .news_ttl{padding:136px 0 140px;font-family:'NanumMyeongjo';font-size:40px;line-height:130%;letter-spacing:-0.025em;color:#222}
.news .news_ttl em{font-family:'NanumMyeongjoExtraBold'}

/* .media-contents{padding-bottom:80px} */
.media_sel{width:235px;height:50px;margin:0 auto 80px;border:1px solid #c9c7c4}
.media_sel select{width:100%;height:100%;background:none;border:0;padding-left:20px;font-family:'NotoSansKR-Medium';font-size:16px;letter-spacing:-0.025em;color:#222;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url('../img/select_arr.png') no-repeat 92% 50%;
}
.media_sel select::-ms-expand {
   display: none;
}
/* .media_sel option{display:block;background:#000;color:#fff;line-height:50px;height:50px} */
.media_list{width:1160px;margin:0 auto}
.media_list li{float:left;width:356px;height:480px;margin-right:46px;margin-bottom:46px}
.media_list li:nth-child(3n){margin-right:0}
.media_list a{display:block;height:100%;border:1px solid #c9c7c4;padding:30px;box-sizing:border-box}
.media_list .img_area{height:290px;margin-bottom:25px;background-size:cover;background-position: center;}
.media_list .type{font-family:'NotoSansKR-Bold';font-size:16px;letter-spacing:-0.025em;color:#222}
.media_list .date{font-size:14px;letter-spacing:-0.025em;color:#888}
.media_txt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:calc(1.5em * 2);margin-top:20px;font-family:'NotoSansKR-Regular';font-size:20px;letter-spacing:-0.025em;line-height:150%;color:#666;text-overflow:ellipsis}
.media_list a:hover{background:#daa800;border-color:#daa800}
.media_list a:hover .type, .media_list a:hover .media_txt{color:#fff}
.media_list a:hover .date{color:#fff}
