@charset "UTF-8";

/* nav */
.nav ul li:nth-child(5) a::after {
	transform: scale(1, 1);
}

/* upper */
.second-bg::after {
	background-image: url(../../../notice/img/notice_main.jpg);
}

/* contents */
.under-line::before {
	width: 10%;
}


.notice-wrapper {
	margin-top: 14px;
	background: var(--gray);
	padding-bottom: 10px;
}
.notice-text {
	margin: 0 12%;
	padding-bottom: 89px;
}

.notice-list {
	background: #fff;
	margin: 17px auto 61px;
	padding: 0 10%;
	width: 80%;
}
h3 {
	font-size: 2.5rem;
	color: var(--txtblue);
	font-weight: bold;
	padding-top: 63px;
}
.notice-list p:last-child {
	padding-bottom: 64px;
}
.list01 {
	margin-top: 30px;
}
.list01 p {
	font-weight: bold;
	font-size: 2rem;
	padding-left: 0.5em;
}
.list01 p span {
	font-size: 1.6rem;
	padding-left: 1em;
}
.list01 th,
.list01 td {
	padding-left: 0.5em;
}
.list01 th {
	font-weight: normal;
	color: #5b5b5b;
	width: 156px;
	padding-bottom: 10px;
}
.list-text {
	margin-top: 30px;
}

.btn-grad a {
  width: 450px;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
