
.notice-detail-container .notice-detail-wrap .close-view{display: flex; gap: 10px;font-size: var(--Font-Size-Label-L); color: var(--text-primary); width: fit-content; align-items: center; margin-bottom: var(--Spacing-M); font-weight: 400;}
.notice-detail-container .notice-detail-wrap .close-view img{width: 16px; height: 16px;}

.notice-detail-container .notice-detail-wrap{padding: var(--Spacing-XL) 192px;}
.notice-detail-container .notice-detail-wrap .title{font-size: var(--Font-Size-Title); margin-bottom: var(--Spacing-XS); }
.notice-detail-container .notice-detail-wrap .notice-date{ font-size: var(--Font-Size-Label-L); color: var(--text-secondary); font-weight: 400; margin-bottom: var(--Spacing-XS); }
.notice-detail-container .notice-detail-wrap .notice-content > *{font-weight: 400;}
.notice-detail-container .notice-detail-wrap .notice-img{width: 100%;}
.notice-detail-container .notice-detail-wrap .notice-img img{width: 100%;}

/* 태블릿 */
@media (max-width: 1199px) {
    .notice-detail-container .notice-detail-wrap{padding: 24px;}
}

/* 모바일 */
@media (max-width: 767px) {
    .notice-detail-container .notice-detail-wrap{padding: 18px;}
    
}