@charset "utf-8";
#bna_list {margin-top:2rem;}
#bna_list .inbox {display:flex; gap:5rem; position:relative;}
#bna_list .inbox .gall_chk {position:absolute; top:1rem; left:1rem; z-index:100;}
.bna_img_wrap {display:flex; justify-content:space-between; position:relative; width:43rem; gap:3rem;}
.bna_img_wrap::before {position:absolute; top:50%; left:50%; width:1rem; height:2.1rem; margin:-1rem -0.5rem; background:url('/images/common/arrow.gif') no-repeat center/contain; content:'';}
.bna_img_wrap > div {flex:1;}
.bna_img_wrap img {width:100%;}
.bna_img_wrap strong {display:block; line-height:2.5; font-size:1.6rem; text-align:center; font-weight:500; color:#202020; background:#d9d9d9;}
.bna_img_wrap div+div strong {color:#fff; background:#2b9889;}
#bna_list .cont {flex:1; min-width:0;}
#bna_list .cont .tit {display:block; overflow:hidden; white-space:nowrap; margin-top:1rem; font-size:2.4rem; font-weight:500; text-overflow:ellipsis;}
#bna_list .cont .tit span {color:#2b9889}
#bna_list .cont .txt {margin-top:1.5rem; font-size:2rem; color:#666666; line-height:2.6rem; overflow:hidden; height:5.2rem; display: -webkit-box; white-space: normal; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
#bna_list .cont .btn_view {display:inline-block; margin-top:2rem; padding:0.2rem 4rem 0 2rem; border-radius:2rem; border:1px solid #2b9889; color:#2b9889; font-size:1.6rem; line-height:2; background:url('/images/common/icon_btn_arr.svg') no-repeat right 1rem center; background-size:2rem auto;}

.board_view_contents .bna_img_wrap {margin:auto; width:auto; max-width:70rem;}

.is-guest-blur {display:block; overflow:hidden;}
.is-guest-blur img {filter: blur(3px);}

@media screen and (max-width:1024px){
	#bna_list .inbox {flex-direction:column; gap:2rem;}
	.bna_img_wrap {width:100%; max-width:60rem;}
	.bna_img_wrap strong {font-size:14px;}
	#bna_list .cont .tit {font-size:18px;}
	#bna_list .cont .txt {margin-top:10px; height:auto; max-height:36px; font-size:14px; line-height:18px;}
	#bna_list .cont .btn_view {margin-top:12px; padding:2px 30px 0 15px; border-radius:15px; font-size:13px; background-position:right 13px center; background-size:12px auto;}
}