.board__container{display:flex;flex-direction:column;box-sizing:border-box;width:100%}.board__container .board__back__link{display:flex;align-items:center;column-gap:.5rem;margin-right:auto;color:var(--greyOpacity600);background-color:transparent;font-size:1.5rem;white-space:nowrap;margin-bottom:3rem}.board__container .board__back__link img{transform:rotate(180deg)}.board__container .board__title__section{display:flex;flex-direction:column;row-gap:1.5rem}.board__container .board__title__section>span:first-of-type{font-size:2.5rem;font-weight:600}.board__container .board__info__section{display:flex;flex-direction:column;row-gap:.7rem;font-size:1.7rem;color:var(--greyOpacity600);font-weight:300}.board__container .board__content__section{display:flex;flex-direction:column;row-gap:5rem}.board__container .board__content__section .board__content{width:100%;line-height:1.6;word-break:break-all;white-space:pre-wrap}.comment__container{margin-top:5rem;display:flex;flex-direction:column;row-gap:1rem;overflow-x:hidden}.comment__container .comment__like{cursor:pointer;border:none;background:transparent;padding:0;display:inline-flex;align-items:center}.comment__container .comment__input{display:flex;align-items:center;margin-top:2rem;column-gap:1.2rem}.comment__container .comment__input .comment__field{flex:1 1;min-width:0}.comment__container .comment__input .comment__submit{background-color:#222;color:#fff;white-space:nowrap}@media(max-width:768px){.comment__container .comment__input{display:grid;grid-template-columns:auto minmax(0,1fr);grid-column-gap:.8rem;column-gap:.8rem;grid-row-gap:.8rem;row-gap:.8rem;align-items:center}.comment__container .comment__input .comment__field{width:100%;min-width:0}.comment__container .comment__input .comment__field>div{width:100%}.comment__container .comment__input .comment__submit{grid-column:1/-1;width:100%}}.comment__container .comment__auth{margin-top:2rem;padding:1.4rem 1.6rem;border-radius:1.2rem;border:.05rem solid rgba(0,29,58,.18);background-color:#f9fafb;display:flex;align-items:center;justify-content:space-between;column-gap:1.2rem}.comment__container .comment__auth .comment__auth__content{display:flex;flex-direction:column;row-gap:.4rem}.comment__container .comment__auth strong{font-size:1.45rem;font-weight:600;color:#333d4b;line-height:1.4}.comment__container .comment__auth p{margin:0;color:var(--greyOpacity600);font-size:1.35rem;line-height:1.45;word-break:keep-all}.comment__container .comment__auth [data-login=false]{margin-right:0;flex-shrink:0}@media(max-width:768px){.comment__container .comment__auth{flex-direction:column;align-items:flex-start;row-gap:1rem}.comment__container .comment__auth [data-login=false]{width:100%;justify-content:center}}.comment__container .comment__list{display:flex;flex-direction:column;row-gap:1.5rem;margin-top:2rem}