:root {
	--announce-red: #c72a20;
	--announce-green: #214944;
	--announce-gold: #cfb36d;
	--announce-ink: #141718;
	--announce-muted: #697174;
	--announce-line: #d7dddd;
	--announce-soft: #f2f4f4;
}

.announce-page { background: #fff; }
.announce-page main { overflow: hidden; }

.announce-hero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
	background: #15191a url('/images/announce/announce_00.png') center / cover no-repeat;
}

.announce-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(10, 13, 13, .93), rgba(10, 13, 13, .72) 47%, rgba(10, 13, 13, .08) 82%);
}

.announce-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	content: "";
	background: var(--announce-gold);
	transform-origin: left;
	animation: announce-line-open 1.1s cubic-bezier(.16, 1, .3, 1) both;
}

.announce-hero-inner,
.announce-board,
.announce-contact,
.announce-detail-head > div,
.announce-document,
.announce-neighbors,
.announce-detail-actions {
	width: min(1240px, calc(100% - 64px));
	margin-right: auto;
	margin-left: auto;
}

.announce-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	padding: 84px 0 72px;
}

.announce-hero-copy { max-width: 760px; }
.announce-hero-copy p,
.announce-contact p,
.announce-detail-head p {
	margin: 0 0 17px;
	color: var(--announce-gold);
	font: 700 15px/1.2 Georgia, "Times New Roman", serif;
}

.announce-hero-copy p { animation: announce-copy-in .7s .12s both; }
.announce-hero-copy h1 {
	margin: 0;
	font-size: clamp(46px, 6vw, 76px);
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
	animation: announce-title-in .9s cubic-bezier(.16, 1, .3, 1) both;
}
.announce-hero-copy > span {
	display: block;
	max-width: 660px;
	margin-top: 25px;
	color: #d7dddd;
	font-size: 17px;
	line-height: 1.75;
	animation: announce-copy-in .75s .4s both;
}
.announce-hero-count {
	flex: 0 0 auto;
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding-bottom: 7px;
	animation: announce-count-in .8s .48s both;
}
.announce-hero-count span { color: #c7cdcd; font-size: 14px; }
.announce-hero-count strong { font: 700 66px/.85 Georgia, "Times New Roman", serif; }

.announce-board { padding: 88px 0 104px; }
.announce-board-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	padding-bottom: 28px;
	border-bottom: 2px solid var(--announce-ink);
}
.announce-board-heading > div { display: flex; align-items: center; gap: 17px; }
.announce-board-heading p { margin: 0; color: var(--announce-red); font: 700 15px/1 Georgia, serif; }
.announce-board-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.1; }
.announce-board-heading > span { color: var(--announce-muted); font-size: 15px; line-height: 1.6; }

.announce-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 124px;
	width: min(600px, 100%);
	margin: 34px 0 34px auto;
	border-bottom: 2px solid var(--announce-ink);
}
.announce-search label { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 0 12px; }
.announce-search label > svg { width: 19px; color: #738083; }
.announce-search input { min-width: 0; width: 100%; height: 56px; padding: 0; border: 0; outline: 0; color: var(--announce-ink); background: transparent; font-size: 15px; }
.announce-search label a { width: 36px; height: 36px; display: grid; place-items: center; color: #778083; }
.announce-search label a svg { width: 17px; }
.announce-search button { display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; color: #fff; background: var(--announce-red); font-size: 15px; font-weight: 800; cursor: pointer; }
.announce-search button svg { width: 18px; transition: transform .25s ease; }
.announce-search button:hover svg { transform: translateX(4px); }

.announce-list { border-top: 1px solid var(--announce-line); }
.announce-row { border-bottom: 1px solid var(--announce-line); }
.announce-row > a {
	position: relative;
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) 130px;
	align-items: center;
	min-height: 158px;
	color: var(--announce-ink);
	text-decoration: none;
	overflow: hidden;
}
.announce-row > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	content: "";
	background: var(--announce-red);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}
.announce-row:hover > a::before { transform: scaleY(1); }
.announce-row-number { color: #9ba3a4; font: 700 23px/1 Georgia, serif; transition: color .25s ease, transform .35s cubic-bezier(.16, 1, .3, 1); }
.announce-row:hover .announce-row-number { color: var(--announce-red); transform: translateX(12px); }
.announce-row-copy { min-width: 0; padding: 26px 26px 26px 0; }
.announce-row-copy p { display: flex; align-items: center; gap: 12px; margin: 0 0 10px; color: #7c8587; font-size: 14px; }
.announce-row-copy p span { color: var(--announce-red); font: 700 13px/1 Georgia, serif; }
.announce-row-copy h3 { margin: 0; overflow: hidden; color: var(--announce-ink); font-size: 21px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.announce-row-copy > span { display: block; margin-top: 8px; overflow: hidden; color: var(--announce-muted); font-size: 15px; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }
.announce-row-meta { display: flex; align-items: center; justify-content: flex-end; gap: 20px; color: #7c8587; font-size: 14px; }
.announce-row-meta svg { width: 20px; color: var(--announce-ink); transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
.announce-row:hover .announce-row-meta svg { transform: translate(5px, -5px); }

.announce-empty { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--announce-soft); }
.announce-empty svg { width: 38px; height: 38px; margin-bottom: 20px; color: #919b9c; }
.announce-empty strong { font-size: 19px; }
.announce-empty span { margin-top: 9px; color: var(--announce-muted); font-size: 15px; }
.announce-empty a { margin-top: 24px; padding-bottom: 5px; color: var(--announce-red); border-bottom: 1px solid var(--announce-red); font-weight: 800; }

.announce-pagination { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 40px; }
.announce-pagination a,
.announce-pagination > span { width: 42px; height: 42px; display: grid; place-items: center; color: #626b6d; border: 1px solid transparent; font-size: 14px; text-decoration: none; }
.announce-pagination .is-current { color: #fff; background: var(--announce-ink); font-weight: 800; }
.announce-pagination .is-direction { border-color: var(--announce-line); }
.announce-pagination .is-direction svg { width: 18px; }
.announce-pagination .is-disabled { color: #b6bcbc; }

.announce-contact {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	max-width: none;
	padding: 72px max(32px, calc((100% - 1240px) / 2));
	color: #fff;
	background: var(--announce-green);
}
.announce-contact::before { position: absolute; top: 0; left: 0; width: 0; height: 3px; content: ""; background: var(--announce-gold); transition: width 1s cubic-bezier(.16, 1, .3, 1); }
.announce-contact.is-visible::before { width: 42%; }
.announce-contact p { margin-bottom: 12px; }
.announce-contact h2 { margin: 0; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.2; }
.announce-contact > div > span { display: block; margin-top: 15px; color: #cbd4d3; font-size: 15px; }
.announce-contact > a { flex: 0 0 auto; min-width: 210px; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #fff; background: var(--announce-red); font-size: 15px; font-weight: 800; }
.announce-contact > a svg { width: 18px; }

.announce-detail-head { padding: 94px 0 70px; color: #fff; background: var(--announce-ink); }
.announce-detail-head a { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 48px; color: #cbd0d1; font-size: 14px; }
.announce-detail-head a svg { width: 18px; }
.announce-detail-head h1 { max-width: 980px; margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.16; overflow-wrap: anywhere; }
.announce-detail-head > div > div { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; color: #abb3b4; font-size: 14px; }

.announce-document { position: relative; display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 48px; padding: 76px 0 92px; }
.announce-document-label { position: sticky; top: 110px; align-self: start; padding-top: 12px; border-top: 2px solid var(--announce-red); }
.announce-document-label span { display: block; color: var(--announce-red); font: 700 13px/1 Georgia, serif; }
.announce-document-label strong { display: block; margin-top: 15px; color: #979fa1; font: 700 30px/1 Georgia, serif; }
.announce-rich-content { min-width: 0; color: #222829; font-size: 17px; line-height: 1.75; overflow-wrap: anywhere; word-break: break-word; }
.announce-rich-content > :first-child { margin-top: 0; }
.announce-rich-content > :last-child { margin-bottom: 0; }
.announce-rich-content p { margin: 0 0 .75em; }
.announce-rich-content h1,
.announce-rich-content h2,
.announce-rich-content h3 { margin: 1.6em 0 .65em; line-height: 1.3; }
.announce-rich-content img { display: block; max-width: 100%; height: auto; margin: 28px auto; }
.announce-rich-content table { width: 100%; border-collapse: collapse; margin: 28px 0; }
.announce-rich-content th,
.announce-rich-content td { padding: 12px 14px; border: 1px solid var(--announce-line); vertical-align: top; }
.announce-rich-content a { color: var(--announce-red); text-decoration: underline; text-underline-offset: 3px; }
.announce-rich-content .faq-editor-media-block { max-width: 100%; margin: 30px 0; clear: both; }
.announce-rich-content .faq-editor-media-block.is-align-center { margin-right: auto; margin-left: auto; text-align: center; }
.announce-rich-content .faq-editor-media-block.is-align-right { margin-left: auto; text-align: right; }
.announce-rich-content .faq-editor-media-block.is-video { display: flex !important; justify-content: center; width: 100% !important; height: auto !important; min-height: 0 !important; max-height: none !important; overflow: visible !important; background: #15191a; }
.announce-rich-content .faq-editor-media-block.is-video video { display: block; width: 100%; max-width: 100%; height: auto; max-height: 78vh; object-fit: contain; background: #15191a; }
.announce-rich-content .faq-editor-youtube { position: relative; width: min(100%, 960px); aspect-ratio: 16 / 9; margin: 30px auto; overflow: hidden; background: #15191a; }
.announce-rich-content .faq-editor-youtube iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.announce-rich-content .faq-youtube-marker { display: none !important; }

.announce-neighbors { border-top: 1px solid var(--announce-line); border-bottom: 1px solid var(--announce-line); }
.announce-neighbors > a,
.announce-neighbors > div { display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; gap: 28px; min-height: 86px; color: var(--announce-ink); border-bottom: 1px solid var(--announce-line); }
.announce-neighbors > :last-child { border-bottom: 0; }
.announce-neighbors span { display: flex; align-items: center; gap: 10px; color: var(--announce-muted); font-size: 14px; }
.announce-neighbors span svg { width: 17px; }
.announce-neighbors strong { overflow: hidden; font-size: 16px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.announce-neighbors div strong { color: #a3aaac; font-weight: 500; }
.announce-detail-actions { display: flex; justify-content: center; padding: 42px 0 100px; }
.announce-detail-actions a { min-width: 210px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--announce-ink); font-weight: 800; }
.announce-detail-actions svg { width: 18px; }

.announce-motion-ready [data-announce-reveal] { opacity: 0; clip-path: inset(0 0 18% 0); transform: translateY(18px); transition: opacity .35s ease, clip-path .75s cubic-bezier(.16, 1, .3, 1), transform .75s cubic-bezier(.16, 1, .3, 1); }
.announce-motion-ready [data-announce-reveal].is-visible { opacity: 1; clip-path: inset(0); transform: none; }

@keyframes announce-title-in { from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateX(-28px); } to { opacity: 1; clip-path: inset(0); transform: none; } }
@keyframes announce-copy-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes announce-count-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }
@keyframes announce-line-open { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 800px) {
	.announce-hero { min-height: 520px; background-position: 58% center; }
	.announce-hero-inner,
	.announce-board,
	.announce-detail-head > div,
	.announce-document,
	.announce-neighbors,
	.announce-detail-actions { width: min(100% - 36px, 1240px); }
	.announce-hero-inner { align-items: flex-start; flex-direction: column; padding: 86px 0 56px; }
	.announce-hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }
	.announce-hero-copy > span { font-size: 15px; line-height: 1.7; }
	.announce-hero-count { align-self: flex-end; }
	.announce-hero-count strong { font-size: 50px; }
	.announce-board { padding: 64px 0 76px; }
	.announce-board-heading { align-items: flex-start; flex-direction: column; gap: 13px; }
	.announce-board-heading > span { font-size: 14px; }
	.announce-search { grid-template-columns: minmax(0, 1fr) 86px; margin-top: 28px; }
	.announce-search button span { display: none; }
	.announce-row > a { grid-template-columns: 50px minmax(0, 1fr) 28px; min-height: 148px; }
	.announce-row-copy { padding: 23px 10px 23px 0; }
	.announce-row-copy h3 { font-size: 18px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
	.announce-row-copy > span { font-size: 14px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
	.announce-row-meta span { display: none; }
	.announce-contact { align-items: flex-start; flex-direction: column; padding: 58px 18px; }
	.announce-contact > a { width: 100%; }
	.announce-detail-head { padding: 72px 0 54px; }
	.announce-detail-head a { margin-bottom: 36px; }
	.announce-detail-head h1 { font-size: clamp(34px, 10vw, 48px); }
	.announce-document { display: block; padding: 48px 0 66px; }
	.announce-document-label { position: static; display: flex; align-items: center; gap: 12px; margin-bottom: 32px; padding-top: 10px; }
	.announce-document-label strong { margin: 0; font-size: 19px; }
	.announce-rich-content { font-size: 16px; line-height: 1.72; }
	.announce-rich-content .faq-editor-media-block.is-video video { max-height: 72vh; }
	.announce-neighbors > a,
	.announce-neighbors > div { grid-template-columns: 94px minmax(0, 1fr); gap: 12px; }
}

@media (max-width: 430px) {
	.announce-hero { min-height: 500px; }
	.announce-hero-copy h1 { font-size: 42px; }
	.announce-hero-count span { font-size: 12px; }
	.announce-row > a { grid-template-columns: 42px minmax(0, 1fr) 24px; }
	.announce-row-number { font-size: 19px; }
	.announce-row-copy p { gap: 8px; font-size: 13px; }
	.announce-pagination a,
	.announce-pagination > span { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
	.announce-hero::after,
	.announce-hero-copy p,
	.announce-hero-copy h1,
	.announce-hero-copy > span,
	.announce-hero-count { animation: none; }
	.announce-motion-ready [data-announce-reveal] { opacity: 1; clip-path: none; transform: none; transition: none; }
}
