/*게시판s수정*/
.commuWrap{width:1000px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;gap:0 20px;}
.commuWrap .commuWrap__box{width: 100%;}
.commuWrap .commuWrap__box .commuWrap__box__item{width:100%;}
.commuWrap .commuWrap__box .commuWrap__box__item .titBox{border-bottom:solid 1px #ccc;margin:35px 0;display:flex;justify-content:space-between;box-sizing:border-box;align-items:flex-end;}
.commuWrap .commuWrap__box .commuWrap__box__item .titBox .titBox__name{border-bottom:solid 3px #333;font-family: "Pretendard SemiBold";font-size:26px;padding:0 15px 10px;color:#222;line-height:1;}
.commuWrap .commuWrap__box .commuWrap__box__item .titBox .titBox__link{font-size:13px;color:#ccc;position:relative;}
.commuWrap .commuWrap__box .commuWrap__box__item .titBox .titBox__link:after{ content:'';width:6px;height:6px;border-top:1px solid #ccc;border-right:1px solid #ccc;display:inline-block;transform:rotate(45deg);margin-left:3px;}
.commuWrap .commuWrap__box{display: flex;justify-content: start;align-items: start;gap:0 20px;}
.commuWrap .commuWrap__box .commuList{  width: 100%;}
.commuWrap .commuWrap__box .commuList .commuList__item{padding:10px 5px;font-size: 12px;background: #f7f7f7;}
.commuWrap .commuWrap__box .commuList .commuList__item:before{content: '';width: 2px;height: 2px;background: #373737;border-radius: 50%;margin:0 4px;display: inline-block;vertical-align: middle;}
.commuWrap .commuWrap__box .commuList .commuList__item:nth-child(even){background: #fff;}
.commuWrap .commuWrap__box .commuList .commuList__item .commuList__item__link:hover{color: #09AFB9;}
.commuWrap .commuWrap__box .commuList.commuList__qna .commuList__item:before{display: none;}