@media all and (max-width: 769px) {
.content-wrapper{
display:flex;
flex-direction:column;
}

.xe-widget-wrapper{
width:100% !important;
}

.item{
width:45% !important;
}

.el_basic .contents-box .inner .contents .wdg{
padding-top: 1rem;
}

.contents-box > .inner .contents .wdg .header h3{
background-color: #cdcdcd;
padding: 0.5rem;
}


}
/* 프로필/닉네임 -> 쪽지함 링크 */
.logged_info .go-message { color: inherit; text-decoration: none; }
.logged_info .profile .go-message { display: block; width: 100%; height: 100%; }
.logged_info .go-message:hover { text-decoration: underline; }

/* 모바일 카드목록(_list_m.html): 오버레이 링크가 li 배경을 상속(.el_basic .bd a{background:inherit})해
   공지 카드(.bd_zine li.notice{background:#F9F9F9})를 통째로 덮는 문제 */
.el_basic .bd .bd_zine > li > a,
.el_basic .bd .bd_tmb_lst > li > a { background-color: transparent; }
