@charset "UTF-8";


.wrap-notice-news { position: relative; } 
.wrap-notice-news .list > ul > li + li{display: none;}
.wrap-notice-news .con { padding: 0 0 50px 50px; position:relative; } 
.wrap-notice-news .con:before { content:''; width:calc(100% - 50px); height:calc(100% - 50px); background:url('../images/v-a-bg.png') no-repeat center; position:absolute; left:0; bottom:0; z-index:-1; border-radius: 20px; } 
.wrap-notice-news .notice-image { width: 100%; height: 410px; border-radius:20px; } 
.wrap-notice-news .subject {width: 100%;height: 100%;display: block;overflow: hidden;} 
.wrap-notice-news .notice-image { position:relative; } 
.wrap-notice-news .notice-image:before { content:''; width:78px; height:55px; background:url('../images/youtube-icon.png') no-repeat center; position:absolute; left:50%; top:50%; margin-top:-27.5px; margin-left:-39px; } 
.wrap-notice-news .notice-content { position: relative; background-color: rgba(0,0,0,0.3); padding: 20px 40px; margin-top: -60px; border-radius: 0 0 20px 20px; } 
.wrap-notice-news .notice-content .title { color: white; font-size: 20px; font-family: 'Noto Medium'; display: none; } 
.wrap-notice-news .notice-content .more { width: 17px; height: 13px; background: url(../images/notice_more.png); position: absolute; text-indent: -9999px; display: block; top: 50%; right: 30px; margin-top: -6.5px; transition: all .3s; } 
.wrap-notice-news .notice-content .more:hover { transform: translateX(10px); } 
.wrap-notice-news .notice-content-body p { font-size: 20px; line-height: 1; color: white; font-family: 'Pretendard Regular'; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } 
.wrap-notice-news .notice-content-body span.date { color: rgba(255,255,255,.5); display: none; } 

.notice-blurWrap{height:60px;overflow:hidden;position:absolute;bottom: 50px;left: 50px;width: calc(100% - 50px);border-radius: 0 0 25px 25px;}
.notice-blur{height: 410px;width: 100%;background-size: cover !important;background-position: center top !important;filter: blur(5px);overflow: hidden;transform: translateY(-350px);}

@media (max-width: 1023px){
 .wrap-notice-news .con { padding: 0; } 
 .wrap-notice-news .con:before { display: none; } 
 .wrap-notice-news .notice-content { padding: 25px 60px 25px 40px; margin-top: -70px; } 
 .notice-blurWrap{width:100%;bottom:0;left:0;height: 70px;}
 .notice-blur{transform: translateY(-340px);}
 }

@media all and (max-width: 768px){
 .wrap-notice-news { margin-bottom: 30px; } 
 }

/*20230509 백그라운드 이미지 alt 값 대신 css로 처리*/
.text-hidden { position: absolute !important; left: -99999px !important; text-indent: -9999px !important; } 