@charset "UTF-8";

.list-group-item {
	padding: 0;
}

.n-view-wrap01 {
    margin: 15px 0 0 0 !important;
}

.n-view-wrap02 {
    margin-top: 0 !important;
    margin-bottom: 35px !important;
}

.n-view-title {
    font-weight: 700;
    color: #444;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.n-view-img {
    padding: 0 15px;
}

.n-view-content {
    margin-top:15px;
}

.view-content-t {
    font-size: 0.93rem;
    color: #444;
    font-weight: 400;
}

.notice_v_title {
	font-size: 1em;
}
@media (max-width:319px) {
   .notice_v_title {font-size: 0.8em;}
}
@media (min-width:600px) and (max-width:1000px) {
   .notice_v_title {font-size: 0.8em;}
}
@media (min-width:1001px) and (max-width:1920px) {
   .notice_v_title {font-size: 0.7em;}
}


