@charset "UTF-8";

.wrap-webzinebox{position: relative; min-height: 320px;}
.wrap-webzinebox .con{position: relative;}
.wrap-webzinebox .subject{width: 100%; height: 100%; display: block; padding-bottom: 40px;}
.webzine-background-box{overflow: hidden; width: 100%; height: 280px; overflow: hidden;}
.wrap-webzinebox .webzine_background{width: 100%; height: 100%;}
.webzine-titlebox{color: white; padding: 26.5px 20px; background-color: #004e96; max-width: 250px; position: absolute; right: 0; bottom: 0px; width: 100%;}
.webzine-titlebox::before{content:""; display: block; position: absolute; right: 0; bottom: 0; width: 100%; height: 28px; background: url(../images/WEBZINE.png) no-repeat right 55% bottom;}
.webzine-titlebox::after{content:""; display: table; clear: both;}
.webzine-titlebox .title{float: left; font-family: 'Noto Medium'; font-size: 18px;}
.webzine-titlebox .more{float: right; width: 25px; height: 25px; background: url(../images/more.png); display: block; text-indent: -9999px;}

/*20230509 백그라운드 이미지 alt 값 대신 css로 처리*/
.text-hidden{position: absolute !important; left: -99999px !important; text-indent: -9999px !important;}