@charset "utf-8";

/* ≤812px: 태블릿 시트는 로드되지 않으므로, (max-width:1399) 보정과 (max-width:812) 오버라이드를 모두 포함함 */
.pcbr {
	display: none;
}
.tbbr {
	display: none;
}
.mbbr {
	display: block;
}
.dn {
	display: none;
}

.quick-open {
	display: flex;
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: unset;
	height: 46px;
	gap: 10px;
	padding: 0 20px;
	border: 1px solid #133e35;
	color: #124035;
	font-family: "pretendard", sans-serif;
	font-size: clamp(13px, 0.94vw, 18px);
	text-transform: uppercase;
	letter-spacing: -0.02em;
	align-self: flex-start;
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s;
}
.sec-overview__grid {
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"lead figure"
		"copy copy";
}

.sec-overview__lead {
	grid-area: lead;
	min-height: 0;
	gap: 40px;
}

.sec-overview__figure {
	grid-area: figure;
	min-height: clamp(360px, 50vw, 560px);
}

.sec-overview__copy {
	grid-area: copy;
	grid-column: 1 / -1;
	min-height: 0;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.sec-overview__thumb {
	flex: 1 1 240px;
	min-height: 200px;
}

.sec-work__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sec-subscribe {
	grid-template-columns: 1fr;
}

.sec-subscribe__news {
	border-right: 0;
	border-bottom: 1px solid #9e9e9e;
	height: unset;
}
.sec-subscribe__title {
	margin-bottom: 24px;
}

.hero-main {
	height: auto;
	min-height: min(812px, 100svh);
}

#overview {
	scroll-margin-top: 100px;
}

.sec-overview {
	padding: clamp(72px, 18vw, 100px) 0;
}

.sec-overview__grid {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 40px;
}

.sec-overview__lead {
	width: 100%;
	min-height: 0;
	gap: 24px;
}

.sec-overview__figure {
	width: 100%;
	min-height: 0;
	aspect-ratio: 343 / 208;
	max-height: none;
}

.sec-overview__copy {
	width: 100%;
	min-height: 0;
	gap: 0;
}

.sec-overview__thumb {
	height: auto;
	aspect-ratio: 343 / 208;
	min-height: 0;
	margin-top: 80px;
}

.sec-work__head {
	margin-bottom: 40px;
}

.sec-work__grid {
	grid-template-columns: 1fr;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}

.work-card {
	margin: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
	box-shadow: none;
}

.work-card + .work-card {
	border-top: 1px solid #9e9e9e;
}

.work-card__link {
	padding: 32px 16px;
	gap: 24px;
}

.work-card__thumb {
	aspect-ratio: 343 / 246;
	max-height: 70vw;
}

.work-card__desc {
	margin: 16px 0 0;
}

.work-card__btn {
	width: auto;
	min-width: 0;
	height: auto;
	padding: 13px;
	margin-top: 20px;
}

.work-card__ico {
	width: 16px;
	height: 16px;
}

.sec-press__cols {
	grid-template-columns: 1fr;
	gap: 40px;
}

.press-col {
	gap: 26px;
}

.press-list a {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 0;
}

.press-list time {
	align-self: auto;
}

.press-list__tit {
	font-size: 16px;
	-webkit-line-clamp: 3;
}

.sec-subscribe__news,
.sec-subscribe__donate {
	padding: 40px 16px;
}
.sec-subscribe__donate {
	height: unset;
}

.sec-subscribe__inner {
	gap: 60px;
}

.donate-contact__ico {
	width: 18px;
	height: 18px;
}

.donate-contact__row a {
	font-size: 14px;
}

.work-card__desc {
	font-size: var(--font-size-18);
}
.press-col__title {
	font-size: var(--font-size-40);
}
