@charset "utf-8";

/* 브레이크포인트용 표시 유틸 (서브 페이지와 동일 패턴 유지) */
.pcbr {
	display: block;
}
.tbbr {
	display: none;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

/* ---------- 메인 페이지 ---------- */
.page-main #container {
	padding-top: 0;
}

.page-main #contents {
	padding-top: 0;
}

.main-home {
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #124035;
}

.font-display {
	font-family: "Instrument Sans", "pretendard", sans-serif;
}

.hero-main {
	position: relative;
	height: 100vh;
	background: #000;
}

.hero-main__media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.hero-main__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}

.hero-main__shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.38) 32%, rgba(0, 0, 0, 0) 72%);
}

#overview {
	scroll-margin-top: 110px;
}

/* ---------- 퀵 오픈 레이아웃(패널·탭 위치) — 여기 규칙은 패널 스타일 작업 시 건드리지 말 것 ---------- */
.quick-open {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 120;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	width: max-content;
	max-width: 100%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.quick-panel {
	flex: 0 0 auto;
	flex-shrink: 0;
	width: 0;
	min-width: 0;
	max-width: 91px;
	overflow: hidden;
	opacity: 0;
	transition:
		width 0.38s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.28s ease,
		min-width 0.38s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
	box-sizing: border-box;
}

.quick-open.is-open .quick-panel {
	width: 91px;
	min-width: 91px;
	opacity: 1;
	pointer-events: auto;
}

/* ---------- 퀵 패널 리스트: 기본 quick_a 고정 · 행 hover는 Figma 2422-19086 참고 ---------- */

.quick-panel__list {
	display: flex;
	flex-direction: column;
	width: 91px;
	margin: 172px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.34);
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(11px);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.quick-panel__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 14px 9px;
	text-decoration: none;
	color: #fff;
	backdrop-filter: blur(23px);
	-webkit-backdrop-filter: blur(23px);
	transition:
		background-color 0.22s ease,
		box-shadow 0.22s ease,
		backdrop-filter 0.22s ease,
		-webkit-backdrop-filter 0.22s ease;
}

.quick-panel__link:hover {
	background-color: rgba(255, 255, 255, 0.42);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(28px);
	-webkit-backdrop-filter: blur(28px);
}

.quick-panel__txt {
	font-family: "pretendard", sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: normal;
	white-space: nowrap;
	text-align: center;
	color: inherit;
}

.quick-panel__ico {
	display: block;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.quick-panel__ico--instagram {
	background: url("/images/common/quick_icon1.png") no-repeat center / contain;
}
.quick-panel__ico--blog {
	background: url("/images/common/quick_icon2.png") no-repeat center / contain;
}
.quick-panel__ico--kakao {
	background: url("/images/common/quick_icon3.png") no-repeat center / contain;
}
.quick-panel__ico--youtube {
	background: url("/images/common/quick_icon4.png") no-repeat center / contain;
}

.quick-panel__list li:nth-child(1):hover .quick-panel__ico--instagram {
	background: url("/images/common/quick_icon1_hover.png") no-repeat center / contain;
}
.quick-panel__list li:nth-child(2):hover .quick-panel__ico--blog {
	background: url("/images/common/quick_icon2_hover.png") no-repeat center / contain;
}
.quick-panel__list li:nth-child(3):hover .quick-panel__ico--kakao {
	background: url("/images/common/quick_icon3_hover.png") no-repeat center / contain;
}
.quick-panel__list li:nth-child(4):hover .quick-panel__ico--youtube {
	background: url("/images/common/quick_icon4_hover.png") no-repeat center / contain;
}

/* is-past-hero */
.is-past-hero .quick-panel__link {
	background: rgba(255, 255, 255, 0.6);
}
.is-past-hero .quick-panel__list li:nth-child(1) .quick-panel__ico--instagram {
	background: url("/images/common/quick_icon1_hover.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__list li:nth-child(2) .quick-panel__ico--blog {
	background: url("/images/common/quick_icon2_hover.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__list li:nth-child(3) .quick-panel__ico--kakao {
	background: url("/images/common/quick_icon3_hover.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__list li:nth-child(4) .quick-panel__ico--youtube {
	background: url("/images/common/quick_icon4_hover.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__txt {
	color: #124035;
}

.is-past-hero .quick-panel__list li:hover a {
	background: #124035;
}
.is-past-hero .quick-panel__list li:nth-child(1):hover .quick-panel__ico--instagram {
	background: url("/images/common/quick_icon1.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__list li:nth-child(2):hover .quick-panel__ico--blog {
	background: url("/images/common/quick_icon2.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__list li:nth-child(3):hover .quick-panel__ico--kakao {
	background: url("/images/common/quick_icon3.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__list li:nth-child(4):hover .quick-panel__ico--youtube {
	background: url("/images/common/quick_icon4.png") no-repeat center / contain;
}
.is-past-hero .quick-panel__list li:hover .quick-panel__txt {
	color: #fff;
}

.quick-tab {
	box-sizing: border-box;
	position: relative;
	flex-shrink: 0;
	width: 48px;
	min-height: 52px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	margin: 0;
	overflow: visible;
	writing-mode: horizontal-tb;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.quick-tab:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.quick-tab__inner {
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 16px 31px;
	white-space: nowrap;
	transform: rotate(-90deg) translate(63px, -24px);
	transform-origin: right center;
	background: rgba(19, 62, 53, 1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-right: none;
	border-radius: 0;
	font-family: "pretendard", sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.06em;
	transition: padding 0.28s ease;
}

.quick-open.is-open .quick-tab__inner {
	padding: 16px 18px;
	gap: 0;
}

.quick-open.is-open .quick-tab__label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.quick-tab__label {
	white-space: nowrap;
}

.quick-tab__ico {
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/common/quick_icon.png) no-repeat center / cover;
	transform: rotate(90deg);
}

.sec-overview {
	border-bottom: 1px solid #9e9e9e;
	padding: clamp(100px, 9vw, 160px) 0 clamp(100px, 6vw, 160px);
}

.sec-overview__grid {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 1800px;
	width: 94%;
	margin: 0 auto;
}

.sec-overview__lead {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 412px;
	min-height: clamp(420px, 44vw, 850px);
}
.sec-overview__label {
	font-family: "Instrument Sans", sans-serif;
	font-size: clamp(16px, 1.25vw, 24px);
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: #124035;
}
.sec-overview__title {
	display: flex;
	flex-direction: column;
	gap: 0.06em;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	font-size: clamp(36px, 4.06vw, 78px);
	line-height: 1;
	letter-spacing: -0.02em;
	color: #124035;
}

.sec-overview__title > span {
	display: block;
}

.page-main:not(.motion-ready) .sec-overview [data-reveal] {
	opacity: 0;
	visibility: hidden;
}

.sec-overview__figure {
	position: relative;
	width: 720px;
	max-width: 100%;
	height: clamp(420px, 44vw, 850px);
	overflow: hidden;
	background: #000;
}

.sec-overview__figure img,
.sec-overview__figure video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.92;
}

.sec-overview__copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 359px;
	min-height: clamp(420px, 44vw, 850px);
	gap: 32px;
}

.sec-overview__text {
	font-family: "pretendard", sans-serif;
	font-size: clamp(14px, 0.94vw, 18px);
	line-height: 1.65;
	color: #124035;
}

.sec-overview__textBody p {
	margin: 0;
	font-family: "pretendard", sans-serif;
	font-size: clamp(14px, 0.94vw, 18px);
	line-height: 1.65;
	color: #124035;
}


.sec-overview__textBody strong {
	font-weight: 600;
}

.sec-overview__thumb {
	position: relative;
	height: clamp(160px, 13.3vw, 255px);
	overflow: hidden;
	background: #000;
}

.sec-overview__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.9;
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 19px 24px;
	border: 1px solid #133e35;
	color: #124035;
	font-family: "pretendard", sans-serif;
	font-size: clamp(15px, 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 ease;
}

.btn-outline:hover {
	background-color: #124035;
	border-color: #fff;
	color: #fff;
}

.btn-outline__arr {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/common/more_arr1.png) no-repeat center / cover;
	transition: filter 0.25s ease;
}

.btn-outline:hover .btn-outline__arr {
	filter: brightness(0) invert(1);
}

.btn-text {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	color: #124035;
	font-family: "pretendard", sans-serif;
	font-size: clamp(13px, 0.94vw, 18px);
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.btn-text:hover {
	color: #124035;
}

.sec-work {
	margin: 0 auto;
}

.sec-work__head {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: clamp(100px, 6vw, 120px) 0 0;
	max-width: 1800px;
	width: 92%;
	margin: 0 auto;
	margin-bottom: clamp(40px, 4vw, 80px);
	color: #124035;
}

.sec-work__title {
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	font-size: var(--font-size-78);
	line-height: 1;
	letter-spacing: -0.02em;
	color: #124035;
}

.sec-work__sub {
	font-family: "pretendard", sans-serif;
	font-size: var(--font-size-22);
	line-height: 1.4;
	color: #124035;
}

.sec-work__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-main:not(.motion-ready) .work-card[data-reveal] {
	opacity: 0;
	visibility: hidden;
}

.work-card {
	border: 1px solid #9e9e9e;
	border-bottom-width: 1px;
	margin: 0 0 -1px -1px;
	background: #fff;
	transition: background-color 0.35s ease;
}

.work-card:hover {
	background: #ced8c4;
}

.work-card:hover .work-card__btn {
	border: 0;
	background: #133e35;
}

.work-card:hover .work-card__ico {
	border-color: #fff;
}

.work-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(32px, 3.15vw, 60px);
	color: #124035;
	gap: clamp(24px, 2vw, 32px);
}

.work-card__link:hover {
	color: #124035;
}

.work-card__thumb {
	position: relative;
	overflow: hidden;
	aspect-ratio: 580 / 374;
	background: #111;
}

.work-card__thumb img,
.work-card__thumb video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.94;
	transition: transform 0.6s ease;
}

.work-card__link:hover .work-card__thumb img,
.work-card__link:hover .work-card__thumb video,
.work-card:hover .work-card__thumb video {
	transform: scale(1.03);
}

.work-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

.work-card__name {
	font-family: "pretendard", sans-serif;
	font-weight: 500;
	font-size: var(--font-size-32);
	color: #124035;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.work-card__desc {
	margin: 24px 0 40px;
	font-family: "pretendard", sans-serif;
	font-size: var(--font-size-22);
	line-height: 1.4;
	color: #124035;
}

.work-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 16px;
	border: 1px solid #133e35;
	background: transparent;
	margin-top: auto;
}

.work-card__btn--solid {
	border: 0;
	background: #133e35;
}

.work-card__ico {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/main/work_card_arr.png) no-repeat center / cover;
}

.work-card__link:hover .work-card__ico {
	background: url(/images/main/work_card_arr2.png) no-repeat center / cover;
}

.sec-press {
	width: 94%;
	max-width: 1800px;
	margin: 0 auto;
	padding: clamp(100px, 10vw, 200px) 0;
}

.sec-press__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(40px, 3vw, 60px);
	align-items: flex-start;
}

.press-col {
	display: flex;
	flex-direction: column;
	gap: clamp(30px, 4vw, 70px);
}

.press-col__head {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #124035;
	justify-content: flex-end;
}

.press-col__title {
	font-family: "Instrument Sans", sans-serif;
	font-size: var(--font-size-78);
	color: #124035;
	line-height: 1;
	letter-spacing: -0.02em;
	font-weight: 400;
}

.press-col__sub {
	font-family: "pretendard", sans-serif;
	font-size: var(--font-size-22);
	color: #124035;
	line-height: 1.4;
}

.press-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid #124035;
}

.press-list li {
	border-bottom: 1px solid #124035;
}

.press-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 40px 0;
	color: #124035;
	font-family: "pretendard", sans-serif;
}

.press-list a:hover {
	opacity: 0.82;
	color: #124035;
}

.press-list__tit {
	flex: 1;
	font-size: clamp(17px, 1.25vw, 24px);
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.press-list time {
	flex-shrink: 0;
	font-size: clamp(14px, 0.94vw, 18px);
	line-height: 1.4;
	color: #124035;
	opacity: 0.85;
}

.sec-subscribe {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 647px;
	margin: 0 auto;
	min-height: clamp(420px, 30vw, 580px);
	background: #ced8c4;
}

.sec-subscribe__news {
	height: 580px;
	padding: clamp(40px, 4vw, 60px);
	display: flex;
	align-items: stretch;
	border-right: 1px solid #9e9e9e;
}

.sec-subscribe__donate {
	height: 580px;
	padding: clamp(40px, 4vw, 60px);
	display: flex;
	align-items: stretch;
}

.sec-subscribe__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	gap: clamp(24px, 3vw, 60px);
}

.sec-subscribe__title {
	font-family: "Instrument Sans", sans-serif;
	font-weight: 400;
	font-size: clamp(36px, 4.06vw, 78px);
	line-height: 1;
	letter-spacing: -0.02em;
	color: #124035;
	margin-bottom: 60px;
}

.sec-subscribe__title--twoline span {
	display: block;
	overflow: hidden;
}

.sec-subscribe__desc {
	font-family: "pretendard", sans-serif;
	font-size: clamp(14px, 1.15vw, 22px);
	line-height: 1.65;
	color: #124035;
}

.donate-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.donate-contact__row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.donate-contact__row a {
	font-family: "pretendard", sans-serif;
	font-size: clamp(17px, 1.15vw, 22px);
	line-height: 1.4;
	color: #124035;
}

.donate-contact__ico {
	width: 28px;
	height: 28px;
}

.donate-contact__ico--phone {
	background: url(/images/main/donate_icon1.png) no-repeat center / cover;
}

.donate-contact__ico--mail {
	background: url(/images/main/donate_icon2.png) no-repeat center / cover;
}
