
  .BBS_MAIN_NOTICE_AA {
      width: 100%; height: 100%; 
  float: left; position: relative; display: flex;flex-direction: column;  grid-gap: 20px
    }


.BBS_MAIN_NOTICE_AA .bbs_tit{  width: 100%;
  float: left; position: relative ; }

 .BBS_MAIN_NOTICE_AA .bbs_tit   .bbs_tit_in {
   width: auto!important; float: left;
      background-color: var(--primary);;
      color: #fff;
      padding:  clamp(11px, 0.781vw, 15px) clamp(18px, 1.302vw, 25px);
     font-size: var(--tx-sm-size);
      font-weight: bold;
      border-radius: 50px;  position: relative; font-family:var(--ff-ko6)!important;  font-weight: normal;
    
    }
 .BBS_MAIN_NOTICE_AA .bbs_tit   .bbs_tit_in:before {
content: "";   width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid  var(--primary); position: absolute; bottom: -10px; left: 50%; margin-left: -10px
    }


.BBS_MAIN_NOTICE_AA .bbs_tit .more{   
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 16px;
      color: #555; font-weight: 700;
      cursor: pointer;
    }

.BBS_MAIN_NOTICE_AA .bbs_tit .more a{   
     color: #555;
    }

.BBS_MAIN_NOTICE_AA .bbs_tit .more:hover  a{   
     color: var(--primary)!important; 
    }


.BBS_MAIN_NOTICE_AA  .card-inbox {
      width: 100%; height:calc(100% - 70px) ; 
  float: left; position: relative;
      background-color: #f4f4f4;
      border-radius: 16px;
      padding: clamp(20px, 3.125vw, 40px);
  
      position: relative; 
    }



.BBS_MAIN_NOTICE_AA  .date {
     font-size: var(--tit-lg-size);
      font-weight: bold;
      margin-top: 00px;
      margin-bottom: 20px;
      color: #222;
    }

.BBS_MAIN_NOTICE_AA .date  em{
     font-size: var(--tx-sm-size);
      color: #888;
      margin-bottom: 15px;
    }

.BBS_MAIN_NOTICE_AA  .title {
      font-size: var(--tit-mds-size);
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 1.4;
      color: #222;
    }

  .BBS_MAIN_NOTICE_AA  .desc {
   font-size:calc(var(--tx-sm-size) * 0.9);
      color: #555;
      line-height: 1.6;
    }