@charset "UTF-8";.blog-note-card{width:100%;height:14.5rem;display:flex;margin-bottom:30px;cursor:pointer}@media only screen and (max-width: 36em){.blog-note-card{height:18rem;margin-bottom:25px}}.blog-note-card__info{flex:1;display:flex;flex-direction:column}.blog-note-card__header{margin-bottom:6px;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 36em){.blog-note-card__header{margin-bottom:3px}}.blog-note-card__header__title{font-weight:600;font-size:18px;line-height:135%;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;word-break:break-word}@media only screen and (max-width: 36em){.blog-note-card__header__title{-webkit-line-clamp:1;font-size:16px}}.blog-note-card__header__title--type{font-size:14px;display:inline-block;margin-right:5px;vertical-align:bottom}.blog-note-card__header__title--draft{color:var(--base-red);font-size:14px;font-weight:400;vertical-align:bottom;display:inline-block;margin-right:3px}.blog-note-card__header__tools{margin:3px 0 0 5px;line-height:135%;color:var(--text-color)}@media only screen and (max-width: 36em){.blog-note-card__header__tools{display:none}}.blog-note-card__body{flex:1;display:flex}.blog-note-card__body__container{display:flex;flex:1}.blog-note-card__body__info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.blog-note-card__description{height:65.1px;color:var(--text-color-secondary);line-height:155%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all;word-break:break-word}.blog-note-card__description h1,.blog-note-card__description h2,.blog-note-card__description h3,.blog-note-card__description h4,.blog-note-card__description h5,.blog-note-card__description h6,.blog-note-card__description ol,.blog-note-card__description p,.blog-note-card__description span,.blog-note-card__description strong,.blog-note-card__description ul,.blog-note-card__description blockquote{color:var(--text-color-secondary)!important;text-decoration:none!important;font-size:14px!important;font-weight:400!important;margin:0!important}.blog-note-card__footer{height:25px;display:flex;align-items:center;justify-content:space-between}.blog-note-card__footer__author{color:var(--base-gray-600);transition:.3s color ease-out}.blog-note-card__footer__author:hover{color:var(--base-gray-900)}.blog-note-card__footer__items{display:flex;flex-shrink:0;cursor:pointer}@media only screen and (max-width: 36em){.blog-note-card__footer__items{margin-right:1rem}}.blog-note-card__footer__items div{margin-right:10px}@media only screen and (max-width: 36em){.blog-note-card__footer__items div{margin-right:1rem}}.blog-note-card__footer__items div:last-child{margin-right:0}.blog-note-card__footer__item{display:flex;flex-direction:row;align-items:center;font-size:12px;color:var(--base-gray-600);transition:.3s color ease-out}.blog-note-card__footer__item:hover{color:var(--base-gray-900)}.blog-note-card__topic{width:11.6rem}@media only screen and (max-width: 36em){.blog-note-card__topic{display:none}}.blog-note-card__topic--book{border:1px solid rgba(var(--base-image-border),.3);overflow:hidden;border-radius:4px;margin-left:auto;display:flex;justify-content:end;width:9.8rem;height:14.2rem}.blog-note-card__topic--book>img{width:100%;height:100%;object-fit:cover}.blog-note-card__topic--book>span{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:10px;color:var(--base-gray-800);background-color:var(--base-gray-200);word-break:break-all;word-break:break-word;font-size:2rem}.blog-note-card__topic--quote{background-color:var(--sidebar-color);overflow:hidden;border-radius:4px;width:9.8rem;height:14.2rem;margin-left:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.blog-note-card__topic--quote__icon{display:flex;justify-content:center;align-items:center;width:30px;height:30px;margin-left:10px}.blog-note-card__topic--quote__icon svg{fill:var(--base-gray-900)}.blog-note-card__topic--quote__text{font-size:25px;font-weight:700;color:var(--base-gray-900);font-family:Nanum Myeongjo KR,sans-serif}.blog-note-card__topic--sm{display:none;width:11rem}@media only screen and (max-width: 36em){.blog-note-card__topic--sm{display:flex;align-items:center}}.blog-note-card__topic--sm--book{border:1px solid rgba(var(--base-image-border),.3);overflow:hidden;border-radius:4px;margin-left:auto;display:flex;justify-content:end;width:9.8rem;height:14.2rem}.blog-note-card__topic--sm--book>img{width:100%;height:100%;object-fit:cover}.blog-note-card__topic--sm--quote{background-color:var(--sidebar-color);overflow:hidden;border-radius:4px;width:9.8rem;height:14.2rem;margin-left:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.blog-note-card__topic--sm--quote__icon{display:flex;justify-content:center;align-items:center;width:26px;height:26px;margin-left:10px}.blog-note-card__topic--sm--quote__icon svg{fill:var(--base-gray-900)}.blog-note-card__topic--sm--quote__text{font-size:20px;font-weight:700;color:var(--base-gray-900);font-family:Nanum Myeongjo KR,sans-serif}
