@charset "utf-8";

/* SNS 페이지 */
.naver-sns-box{font-size:15px;}
.sns-one-box ._in ._info{padding:40px 40px 45px;background-color:#fafafa}
.sns-one-box ._in ._title{display:block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.sns-one-box ._in ._description{display:block;height:230px;min-height:230px;overflow:hidden;margin-top:10px;font-weight:300;line-height:28px;letter-spacing:-0.5px;color:#666}
.sns-one-box ._from{position:relative;padding:20px 0 40px 0;font-size:13px}
.sns-one-box ._from ._name{display:none;font-weight:bold}
.sns-one-box ._from ._category{font-weight:bold}
.sns-one-box ._from ._date{color:#999}
.sns-one-box ._from ._date:before{content:'';display:inline-block;width:1px;height:11px;margin:0 8px;background:#ccc}



@media screen and (max-width:768px){

.sns-one-box{margin-bottom:20px;border-bottom:1px solid #ebebec}
.sns-one-box ._in ._info{padding:0;background:transparent}
.sns-one-box ._in ._description{height:auto;min-height:auto;max-height:88px}
.sns-one-box ._from{padding-bottom:20px}
.sns-one-box ._from ._date{position:absolute;bottom:22px;right:0}
.sns-one-box ._from ._date:before{display:none}
}