@charset "utf-8";

/* -------------------------------------------------------------------------
   layout-inner width
------------------------------------------------------------------------- */
@media (max-width: 1600px) {
	.layout-inner {
		width: 93.75%;
	}
}

@media (max-width: 768px) {
	.layout-inner {
		width: 91.67%;
	}
}


/* -------------------------------------------------------------------------
   ≤1919px — 대형 데스크톱 (1920 고정 레이아웃 축소 시작)
------------------------------------------------------------------------- */
@media (max-width: 1919px) {

	.br-mo {
		display: none;
	}

	/* Work */
	.work__cols {
		width: 100%;
		overflow-x: hidden;
	}

	.work__col {
		flex: 1 1 0;
		width: auto;
		padding-top: 370px;
	}

	.work__header {
		top: 130px;
	}

	.work__col-body {
		height: 150px;
		overflow: hidden;
	}

	.work__col-img,
	.work__col-img .work__col-img-container {
		height: 265px;
	}

	/* KF */
	#sheetContact .kf-section {
		padding: 140px 40px 57px;
	}

	#sheetContact .kf-cards {
		width: 100%;
		gap: 16px;
		margin-top: 80px;
	}

	#sheetContact .kf-card {
		flex: 1 1 0;
		width: 0;
		min-width: 0;
	}
}


/* -------------------------------------------------------------------------
   ≤1600px — 중대형 데스크톱
------------------------------------------------------------------------- */
@media (max-width: 1600px) {

	/* Work */
	.work__col {
		padding-top: 320px;
	}

	.work__header {
		top: 100px;
	}

	.work__kicker {
		font-size: 26px;
	}

	.work__title {
		font-size: 38px;
		line-height: 1.3;
	}

	.work__subtitle {
		font-size: 17px;
	}

	.work__col-title {
		font-size: 22px;
	}

	.work__col-desc {
		font-size: 16px;
		line-height: 1.6;
	}

	.work__col-img,
	.work__col-img .work__col-img-container {
		height: 240px;
	}

	/* KF */
	#sheetContact .kf-section {
		padding: 120px 40px 57px;
	}

	#sheetContact .kf-eyebrow {
		font-size: 26px;
	}

	#sheetContact .kf-title {
		font-size: 38px;
		line-height: 1.3;
	}

	#sheetContact .kf-desc {
		font-size: 17px;
	}

	#sheetContact .kf-cards {
		margin-top: 60px;
	}

	#sheetContact .kf-card {
		height: 220px;
	}

	#sheetContact .kf-card__label {
		font-size: 18px;
		top: 30px;
	}

	#sheetContact .kf-card__num {
		font-size: 46px;
	}

	#sheetContact .kf-card__unit {
		font-size: 26px;
	}

	#sheetContact .kf-card__text-val {
		font-size: 28px;
	}
}


/* -------------------------------------------------------------------------
   ≤1440px — 중간 데스크톱 (KF 4열 유지)
------------------------------------------------------------------------- */
@media (max-width: 1440px) {

	.header-inner {
		padding: 0 40px;
	}

	.main-stage .hero .hero__slide-copy .hero__title {
		font-size: 54px;
	}

	.main-stage .hero .hero__slide-copy .hero__desc {
		font-size: 20px;
	}

	/* Work */
	.work__col {
		padding-top: 340px;
	}

	.work__col-title {
		font-size: 20px;
	}

	.work__col-desc {
		font-size: 14px;
		line-height: 1.5;
	}

	.work__col-img,
	.work__col-img .work__col-img-container {
		height: 220px;
	}

	/* KF: 4열 유지, 폰트/패딩만 축소 */
	#sheetContact .kf-section {
		padding: 100px 40px 57px;
	}

	#sheetContact .kf-cards {
		margin-top: 40px;
		gap: 16px;
	}

	#sheetContact .kf-card {
		height: 210px;
	}

	#sheetContact .kf-card__label {
		font-size: 18px;
		top: 28px;
		left: 24px;
	}

	#sheetContact .kf-card__num {
		font-size: 44px;
	}

	#sheetContact .kf-card__unit {
		font-size: 24px;
	}

	#sheetContact .kf-card__text-val {
		font-size: 26px;
	}

	#sheetContact .kf-card__value {
		right: 24px;
		bottom: 24px;
	}
}


/* -------------------------------------------------------------------------
   ≤1280px — 소형 데스크톱
------------------------------------------------------------------------- */
@media (max-width: 1280px) {

	.header-inner {
		padding: 0 24px;
	}

	.main-stage .hero .hero__slide-copy .hero__title {
		font-size: 42px;
	}

	.main-stage .hero .hero__slide-copy .hero__desc {
		font-size: 17px;
	}

	.hero__nav {
		left: 30px;
		right: 30px;
	}

	.prod__inner {
		padding-bottom: 100px;
	}

	.prod__title {
		font-size: 24px;
	}

	/* Work */
	.work__header {
		top: 60px;
	}

	.work__col {
		padding-top: 260px;
	}

	.work__kicker {
		font-size: var(--title-mo-size);
	}

	.work__title {
		font-size: 28px;
		line-height: 1.3;
	}

	.work__subtitle {
		font-size: 15px;
	}

	/* KF */
	#sheetContact .kf-section {
		padding: 80px 32px 40px;
	}

	#sheetContact .kf-eyebrow {
		font-size: 30px;
	}

	#sheetContact .kf-title {
		font-size: 28px;
		line-height: 1.4;
		word-break: keep-all;
	}

	#sheetContact .kf-desc {
		font-size: 15px;
	}

	#sheetContact .kf-cards {
		gap: 12px;
		margin-top: 30px;
	}

	#sheetContact .kf-card {
		height: 190px;
	}

	#sheetContact .kf-card__label {
		font-size: 16px;
		top: 24px;
		left: 20px;
	}

	#sheetContact .kf-card__num {
		font-size: 38px;
	}

	#sheetContact .kf-card__unit {
		font-size: 22px;
	}

	#sheetContact .kf-card__text-val {
		font-size: 22px;
	}

	#sheetContact .kf-card__value {
		right: 20px;
		bottom: 20px;
	}
}


/* -------------------------------------------------------------------------
   접근성: 모션 축소
------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	html.intro-active.intro--zoom-bg .main-stage .intro__bg--primary {
		transform: scale(1.05);
		transition-duration: 0.01ms;
	}
	html.intro-active.intro--circle-reveal .main-stage .intro__bg--secondary {
		animation: main-stage-intro-circle 0.01ms linear forwards;
	}
	.main-stage .intro__char {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.main-stage .intro__title.is-fading {
		transition-duration: 0.01ms;
	}
	html.intro-active .main-stage #mainSheet {
		transition: none;
	}
	.swiper-slide-active .hero__slide-media--kenburns .hero__kenburns-img {
		animation: none;
	}
	.client-carousel__track {
		animation: none;
	}
}

/* -------------------------------------------------------------------------
   데스크톱 (min-width: 1025px) — 인덱스 플로우
------------------------------------------------------------------------- */
@media (min-width: 1025px) {
	.main-index-flow.sheet.sheet--index-tail {
		position: fixed;
		inset: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		padding: 0;
		overflow: hidden;
		color: var(--color-text-soft);
		will-change: transform;
		z-index: 5;
	}

	html.intro-done.main-index-contact-scroll .main-index-flow.sheet.sheet--index-tail {
		position: relative;
		inset: auto;
		width: 100%;
		min-height: 0;
		overflow: visible;
		will-change: auto;
		transform: none !important;
		z-index: 1;
	}

	html.intro-done.main-index-contact-scroll,
	html.intro-done.main-index-contact-scroll body {
		overflow-x: hidden;
		overflow-y: auto;
	}

	html.intro-done.main-index-contact-scroll #mainStage {
		visibility: hidden;
		pointer-events: none;
	}

	#mainIndexFlow {
		scroll-margin-top: 90px;
	}
}


/* -------------------------------------------------------------------------
   ≤1024px — 인트로 / 메인 스테이지 / 시트 / Hero
------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	html,
	html body,
	html.intro-active,
	html.intro-active body,
	html.intro-done,
	html.intro-done body,
	html:not(.intro-done),
	html:not(.intro-done) body {
		overflow: visible;
	}

	.main-stage {
		position: static;
		overflow: visible;
	}

	.main-stage .sheet,
	.main-index-flow.sheet {
		position: relative;
		inset: auto;
		min-height: auto;
		height: auto;
		overflow-y: visible;
		overflow: visible;
		will-change: auto;
	}

	/* main.css의 display:none !important(인트로 구간)보다 우선하려면 유지 */
	.main-stage .sheet:not(#mainSheet) {
		display: flex !important;
		overflow: hidden;
	}

	html.intro-active .main-stage #mainSheet {
		z-index: auto;
		transform: none;
		transition: none;
	}

	html.intro-active .main-stage #mainSheet.is-revealed {
		transform: none;
	}

	.main-stage .sheet--about,
	.main-stage .sheet--work,
	#sheetContact {
		overflow: visible;
	}

	/* main.js 인라인 transform/zIndex 보다 우선 */
	.main-stage .sheet,
	.main-index-flow.sheet {
		transform: none !important;
		z-index: auto !important;
	}

	.main-stage .hero {
		margin-top: 70px;
		height: 500px;
		min-height: 500px;
		overflow: hidden;
		display: block;
		background: var(--color-brand-navy);
	}

	.hero__media {
		position: absolute;
		inset: 0;
		height: 100%;
	}

	.hero__slide-stack {
		height: 100%;
	}

	.hero__slide-media {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.hero__slide-copy {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		padding: 0 20px;
		gap: 20px;
		pointer-events: auto;
	}

	.main-stage .hero .hero__slide-copy .hero__title {
		font-size: 28px;
		line-height: 1.35;
	}

	.main-stage .hero .hero__slide-copy .hero__desc {
		font-size: 15px;
		line-height: 1.5;
		color: rgba(255, 255, 255, 0.8);
	}

	.hero__nav {
		display: none;
	}

	.hero__btn {
		font-size: 14px;
		gap: 8px;
	}

	.hero__btn-graphic {
		width: 48px;
		height: 8px;
	}

	.sheet-nav--skin-hero {
		display: none;
	}

	.hero__scroll {
		display: none;
	}

	.hero__top-btn {
		position: fixed;
		right: 40px;
		bottom: 40px;
	}
}

/* -------------------------------------------------------------------------
   ≤1024px — Product (prod)
------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.prod__bg {
		display: block;
	}
	.prod__bg img {
		scale: 1.2;
	}

	.prod__inner {
		padding: 40px 0;
	}

	.prod-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		overflow-x: visible;
	}

	.prod-card,
	.prod-card:hover,
	.prod-card:focus-within {
		height: 380px;
		flex: none;
		border-radius: 20px;
	}

	.prod-card__img {
		width: 100%;
		height: 100%;
		top: 0;
	}

	.prod-card__gradient {
		opacity: 1;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
	}

	.prod-card > .prod-card__label {
		display: none;
	}

	.prod-card__bottom {
		opacity: 1;
		visibility: visible;
		max-height: none;
		pointer-events: auto;
		position: absolute;
		left: 20px;
		right: 48px;
		bottom: 24px;
		width: auto;
		max-width: none;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.prod-card__label--hover {
		width: 100%;
		max-width: none;
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 6px;
		color: var(--color-white);
	}

	.prod-card__desc {
		width: 100%;
		font-size: 13px;
		line-height: 1.4;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		color: rgba(255, 255, 255, 0.8);
	}

	.prod-card__more {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		display: flex;
		right: 12px;
		bottom: 20px;
		width: 32px;
		height: 32px;
	}

	.prod-card__more svg {
		width: 16px;
		height: 16px;
	}

	.prod-card__num {
		top: 20px;
		right: 20px;
		font-size: 18px;
		color: var(--color-white);
	}

	.prod-card__line {
		display: none;
	}

	.sheet-nav--skin-about {
		display: none;
	}

	.br-mo {
		display: none;
	}
}

/* -------------------------------------------------------------------------
   ≤1024px — Work
------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.work__header {
		position: static;
		pointer-events: auto;
		padding: 60px 0 40px;
		width: 93.75%;
		margin-left: auto;
		margin-right: auto;
	}

	.work__kicker {
		font-size: 30px;
		margin-bottom: 12px;
		line-height: 1.3;
	}

	.work__title {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 12px;
		word-break: keep-all;
	}

	.work__subtitle {
		font-size: 15px;
		line-height: 1.4;
		word-break: keep-all;
	}

	.work__cols {
		width: 93.75%;
		margin-left: auto;
		margin-right: auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		height: auto;
		overflow-x: visible;
		gap: 20px;
		padding-bottom: 60px;
	}

	.work__col {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		gap: 0;
		overflow: visible;
		border:unset;
	}
	.work__col-body {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		text-align: left;
		gap: 16px;
		padding: 0 10px;
		height: auto;
		padding-bottom: 10px;
	}

	.work__col-text {
		display: flex;
		flex-direction: column;
		gap: 12px;
		flex: 1;
		min-width: 0;
	}

	.work__col-title {
		font-size: 18px;
		line-height: 1.3;
	}

	.work__col-desc {
		font-size: 14px;
		line-height: 1.5;
	}

	.work__col-more {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: var(--color-white);
		border-radius: 50%;
		border: 1px solid rgba(0, 82, 177, 0.2);
		flex-shrink: 0;
		transition: background 0.2s ease;
	}

	.work__col-more:hover {
		background: rgba(0, 82, 177, 0.06);
	}

	.work__col-img {
		height: 300px;
	}

	.work__col-img .work__col-img-container {
		height: 100%;
	}

	.sheet-nav--skin-work {
		display: none;
	}
}

/* -------------------------------------------------------------------------
   ≤1024px — Contact / Key Figures (#sheetContact)
------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	#sheetContact .kf-section {
		height: auto;
		padding: 80px 0 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#sheetContact .kf-eyebrow,
	#sheetContact .kf-title,
	#sheetContact .kf-desc,
	#sheetContact .kf-cards,
	#sheetContact .sheet-nav--skin-kf {
		width: 93.75%;
	}

	#sheetContact .kf-eyebrow{font-size: var(--title-mo-size);}

	#sheetContact .kf-bg {
		display: none;
	}

	#sheetContact .kf-title {
		font-size: 28px;
		line-height: 1.4;
		word-break: keep-all;
	}

	#sheetContact .kf-desc {
		font-size: 16px;
		word-break: keep-all;
	}

	#sheetContact .kf-cards {
		margin-top: 40px;
		flex-wrap: wrap;
		justify-content: center;
	}

	#sheetContact .kf-card {
		flex: none;
		width: calc(50% - 10px);
	}

	#sheetContact .kf-card--low {
		margin-top: 0;
	}

	#sheetContact .sheet-nav--skin-kf {
		display: none;
		margin-top: 40px;
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
		padding: 16px 24px;
	}

	.work__col-img:hover .work__col-img-container {
		width: 100%;
		border-radius: 0;
	}
	
	.work__col-img:hover .work__col-img-dim {
		background: rgba(0, 0, 0, 0);
	}
	
	.work__col-img:hover::after {
		opacity: 0;
	}
}

/* -------------------------------------------------------------------------
   ≤768px — 그리드 1열 등
------------------------------------------------------------------------- */
@media (max-width: 768px) {
	#sheetContact .kf-eyebrow,
	#sheetContact .kf-title,
	#sheetContact .kf-desc,
	#sheetContact .kf-cards,
	#sheetContact .sheet-nav--skin-kf {
		width: 91.67%;
	}

	#sheetContact .kf-card {
		width: calc(50% - 10px);
	}

	.prod-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.work__header {
		width: 91.67%;
	}

	.work__cols {
		width: 91.67%;
		grid-template-columns: repeat(1, 1fr);
	}

	.work__col-body {
		height: auto;
		overflow: visible;
	}

}

/* -------------------------------------------------------------------------
   클라이언트 로고 캐러셀
------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.client-carousel__item {
		width: 180px;
	}
	@keyframes clientScroll {
		from { transform: translateX(0); }
		to   { transform: translateX(calc((180px + 20px) * -15)); }
	}
}

@media (max-width: 479px) {
	.client-carousel {
		max-width: 240px 0;
		margin-left: auto;
		margin-right: auto;
	}
	.client-carousel__item {
		width: 240px;
	}
	@keyframes clientScroll {
		from { transform: translateX(0); }
		to   { transform: translateX(calc((240px + 20px) * -15)); }
	}
}

/* -------------------------------------------------------------------------
   기존 공통 반응형 (하위 호환) — common
   ※ [style*="…"]는 인라인 덮어쓰기에만 !important 사용
------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.prod-card:nth-child(1) .prod-card__img,
	.prod-card:nth-child(2) .prod-card__img,
	.prod-card:nth-child(3) .prod-card__img,
	.prod-card:nth-child(4) .prod-card__img,
	.prod-card:nth-child(5) .prod-card__img {
		object-position: -10% center;
	}

	[style*="width: 1920px"] {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
	}

	[style*="display: inline-flex"] {
		display: flex !important;
	}

	.prod__title {
		font-size: var(--title-mo-size);
	}

	.work__title {
		font-size: 28px;
	}

	.work__subtitle {
		font-size: 14px;
	}

	.main-stage .sheet {
		padding: 1.5rem 1rem;
		gap: 0.5rem;
	}

	.main-stage .sheet--about,
	.main-stage .sheet--work {
		padding: 0;
	}

	.main-stage .hero {
		padding: 0;
	}



}


/* ===== History — Responsive ===== */
@media (max-width: 1600px) {
	.history__inner {
		width: 93.75%;
	}
}

@media (max-width: 1280px) {
	.history {
		padding: 120px 0 160px;
	}

	.history__inner {
		gap: 30px;
	}

	.history__label {
		font-size: 40px;
	}

	.history__tab-btn {
		font-size: 18px;
		padding: 12px 30px;
	}

	.history__aside {
		width: 220px;
		margin-right: 160px;
	}

	.history__era-range {
		font-size: 48px;
	}

	.history__line {
		margin-right: 120px;
	}

	.history__panels {
		width: 380px;
	}
}

@media (max-width: 1024px) {
	.history {
		padding: 100px 0 120px;
	}

	.history__inner {
		width: 93.75%;
		gap: 25px;
	}

	.history__aside {
		width: 180px;
		margin-right: 60px;
	}

	.history__era-name {
		font-size: 20px;
	}

	.history__era-range {
		font-size: 36px;
	}

	.history__line {
		margin-right: 40px;
	}

	.history__panels {
		flex: 1;
		width: auto;
	}

	.history__year {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.history {
		padding: 60px 0 80px;
	}

	.history__inner {
		width: 91.67%;
		gap: 10px;
	}

	.history__label {
		font-size: 32px;
	}

	.history__tab {
		flex-wrap: wrap;
		justify-content: center;
	}

	.history__tab-btn {
		font-size: 14px;
		padding: 10px 24px;
		flex: 1 1 calc((100% / 3) - 30px);
	}

	.history__body {
		flex-direction: column;
		gap: 40px;
	}

	.history__aside {
		width: 100%;
		margin-right: 0;
		position: static;
		flex-direction: row;
		align-items: baseline;
		gap: 12px;
	}

	.history__era-name {
		font-size: 18px;
	}

	.history__era-range {
		font-size: 30px;
	}

	.history__line {
		display: none;
	}

	.history__panels {
		width: 100%;
	}

	.history__list {
		gap: 48px;
	}
	.history__body{margin-top:20px;}
}

@media (max-width: 480px) {
	.history {
		padding: 40px 0 60px;
	}

	.history__inner {
		gap: 0px;
	}

	.history__label {
		font-size: 28px;
	}

	.history__tab-btn {
		font-size: 10px;
		padding: 10px 20px;
		flex: 1 1 calc((100% / 3) - 30px);
	}

	.history__year {
		font-size: 26px;
	}

	.history__month {
		font-size: 16px;
	}

	.history__desc {
		font-size: 15px;
	}

	.history__list {
		gap: 36px;
	}
	.history__body{margin-top:20px;}
}


/* =========================================================================
   SUB — Responsive
   (sub.css 에서 이동)
========================================================================= */


/* ===== Greeting — Responsive ===== */
@media (max-width: 1600px) {
	.greeting__inner {
		width: 93.75%;
	}
	.greeting .br-mo {
		display: none;
	}
}
@media (max-width: 1280px) {
	.greeting {
		padding-top: 120px;
	}

	.greeting__inner {
		gap: 60px;
	}

	.greeting__label {
		font-size: 40px;
	}

	.greeting__body {
		gap: 40px;
		align-items: stretch;
		padding-bottom: 60px;
	}

	.greeting__text {
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
	}

	.greeting__headline-block {
		gap: 22px;
	}

	.greeting__headline {
		font-size: 40px;
	}

	.greeting__sub,
	.greeting__copy p,
	.greeting__sig {
		font-size: 18px;
	}

	.greeting__figure {
		flex: 0 1 420px;
		width: auto;
		max-width: min(578px, 42%);
		min-width: 0;
	}
}
@media (max-width: 1024px) {
	.greeting {
		padding-top: 100px;
	}

	.greeting__inner {
		gap: 48px;
		width: 93.75%;
	}

	.greeting__label {
		font-size: 36px;
	}

	.greeting__body {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}

	/* 이미지 위 → 텍스트 아래 (DOM은 텍스트 선행) */
	.greeting__figure {
		order: -1;
		flex: none;
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	.greeting__text {
		gap: 36px;
	}

	.greeting__headline-block {
		gap: 20px;
	}

	.greeting__headline {
		font-size: 32px;
	}

	.greeting__sub,
	.greeting__copy p,
	.greeting__sig {
		font-size: 17px;
	}
}
@media (max-width: 768px) {
	.greeting {
		padding-top: 80px;
	}

	.greeting__inner {
		width: 91.67%;
		gap: 40px;
	}

	.greeting__label {
		font-size: 28px;
	}

	.greeting__headline {
		font-size: 26px;
	}

	.greeting__sub,
	.greeting__copy p,
	.greeting__sig {
		font-size: 16px;
	}

	.greeting__copy {
		gap: 16px;
	}

	.greeting__copy p {
		line-height: 1.75;
	}

	.greeting__text {
		gap: 28px;
	}

	.greeting__body {
		gap: 32px;
	}

}
@media (max-width: 480px) {
	.greeting {
		padding-top: 60px;
	}

	.greeting__inner {
		gap: 32px;
	}

	.greeting__label {
		font-size: 24px;
	}

	.greeting__headline {
		font-size: 22px;
		word-break: keep-all;
	}

	.greeting__sub,
	.greeting__copy p,
	.greeting__sig {
		font-size: 14px;
	}

	.greeting__figure {
		max-width: 100%;
	}
}

/* ===== Sub Visual — Responsive ===== */
@media (max-width: 1600px) {
	.sv__stack {
		width: 93.75%;
	}
}
@media (max-width: 1280px) {
	#sv .sv__title {
		font-size: 60px;
		line-height: 1.3;
	}
	#sv .sv__desc {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	#sv {
		height: 55vh;
		min-height: 320px;
	}
	.sv__stack {
		padding-bottom: 40px;
	}
	#sv .sv__title {
		font-size: 48px;
	}
	#sv .sv__desc {
		font-size: 18px;
	}
	.sv__crumb-pill--section { width: auto; }
	.sv__crumb-pill--page    { width: auto; }
}
@media (max-width: 768px) {
	#sv {
		height: 45vh;
		min-height: 280px;
	}
	.sv__stack {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 91.67%;
		padding-top: 70px;
		padding-bottom: 0;
		gap: 0;
	}
	.sv__crumb {
		display: none;
	}
	.sv__title-block {
		align-items: center;
		text-align: center;
		gap: 12px;
	}
	#sv .sv__title {
		font-size: 36px;
	}
	#sv .sv__desc {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	#sv {
		height: 40vh;
		min-height: 240px;
	}
	.sv__stack {
		padding-top: 60px;
	}
	#sv .sv__title {
		font-size: 28px;
	}
	#sv .sv__desc {
		font-size: 14px;
	}
}

/* ===== Key Features — Responsive ===== */
@media (max-width: 1600px) {
	.keyfeatures__hd-inner {
		width: 93.75%;
	}

	.keyfeatures__inner {
		width: 93.75%;
	}

	.keyfeatures__vod {
		width: 100%;
		max-width: 1000px;
	}

	.kf-inspect__inner {
		width: 93.75%;
	}
	.kf-software__txt--wide br{display: none;}
}

/* 1600px — no explicit overrides needed for kf-software (uses keyfeatures__inner width) */

@media (max-width: 1280px) {
	.keyfeatures__hd {
		padding: 120px 0 80px;
	}

	.keyfeatures__title {
		font-size: 42px;
	}

	.keyfeatures__tab-btn {
		font-size: 18px;
	}

	.keyfeatures__product {
		gap: 60px;
	}

	.keyfeatures__product-img {
		width: 580px;
	}

	.keyfeatures__compare-labels {
		gap: 60px;
	}

	.kf-chamber__row {
		gap: 60px;
	}

	.kf-chamber__img-box {
		width: 580px;
	}

	.kf-folding__headline,
	.kf-folding__name {
		font-size: 28px;
	}

	.kf-folding__sub {
		font-size: 18px;
	}

	.kf-inspect__img-box {
		width: 580px;
	}

	.kf-software__row {
		gap: 60px;
	}

	.kf-software__img-box {
		width: 580px;
	}

	.kf-software__txt--wide {
		width: auto;
		flex: 1;
	}

	.kf-software__subheading {
		font-size: 28px;
	}
}
@media (max-width: 1024px) {
	.keyfeatures__hd {
		padding: 100px 0 60px;
	}

	.keyfeatures__hd-inner {
		width: 93.75%;
	}

	.keyfeatures__inner {
		width: 93.75%;
		gap: 80px;
	}

	.keyfeatures__title {
		font-size: 36px;
	}

	.keyfeatures__tab-btn {
		font-size: 16px;
		padding: 12px 16px;
	}

	.keyfeatures__vod {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.keyfeatures__section-title {
		font-size: 28px;
	}

	.keyfeatures__compare-img {
		height: 300px;
	}

	/* 비교 이미지 → 세로 전환 */
	.keyfeatures__compare-images {
		flex-direction: column;
		gap: 20px;
	}

	.keyfeatures__compare-arrow {
		transform: rotate(90deg);
		width: 35px;
		height: 19px;
	}

	.keyfeatures__compare-arrow svg{width: 8px;}

	.keyfeatures__compare-labels {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 60px;
	}

	/* 제품 행: 세로 전환 */
	.keyfeatures__product,
	.keyfeatures__product--reverse {
		flex-direction: column;
		gap: 30px;
		align-items: flex-start;
	}

	.keyfeatures__product--reverse {
		flex-direction: column-reverse;
	}

	.keyfeatures__product-img {
		width: 100%;
		height: 360px;
	}

	.kf-chamber__row {
		flex-direction: column;
		gap: 30px;
	}

	.kf-chamber__row--txt-first {
		flex-direction: column-reverse;
	}

	.kf-chamber__img-box {
		width: 100%;
		height: 360px;
	}

	.kf-folding__media-item {
		height: 220px;
	}

	.kf-inspect__row {
		flex-direction: column;
		gap: 30px;
	}

	.kf-inspect__row--txt-first {
		flex-direction: column-reverse;
	}

	.kf-inspect__img-box {
		width: 100%;
		height: 360px;
	}

	.kf-inspect__section--gray {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.kf-inspect__tag-strip {
		flex-wrap: wrap;
	}

	.kf-inspect__tag-card {
		flex: 0 0 calc(50% - 10px);
	}

	.kf-inspect__chart-row,
	.kf-inspect__graph-row {
		flex-direction: column;
	}

	.kf-inspect__chart-img {
		height: 300px;
	}

	.kf-inspect__graph-card {
		height: 300px;
	}

	.keyfeatures__videos {
		flex-direction: column;
		gap: 20px;
	}

	.keyfeatures__video {
		height: 300px;
	}

	.kf-software {
		gap: 80px;
	}

	.kf-software__row {
		flex-direction: column;
		gap: 30px;
	}

	.kf-software__row--txt-first {
		flex-direction: column-reverse;
	}

	.kf-software__img-box {
		width: 100%;
		height: 360px;
	}

	.kf-software__txt--wide {
		width: 100%;
	}

	.kf-software__subheading {
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.keyfeatures__hd {
		padding: 80px 0 48px;
	}

	.keyfeatures__hd-inner {
		width: 91.67%;
		gap: 28px;
	}

	.keyfeatures__inner {
		width: 91.67%;
		gap: 60px;
	}

	.keyfeatures__title {
		font-size: 28px;
	}

	.keyfeatures__tab-btn {
		font-size: 14px;
		padding: 10px 14px;
	}

	.keyfeatures__section-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.keyfeatures__compare-img {
		height: 220px;
	}

	.keyfeatures__product-img {
		height: 280px;
	}

	.keyfeatures__product-name {
		font-size: 28px;
	}

	.kf-chamber__img-box {
		height: 280px;
	}

	.kf-chamber__heading {
		font-size: 28px;
	}

	.kf-chamber__feat-name {
		font-size: 18px;
	}

	.kf-folding__media-row {
		flex-wrap: wrap;
	}

	.kf-folding__media-item {
		flex: 0 0 calc(50% - 10px);
		height: 200px;
	}

	.kf-inspect {
		gap: 80px;
	}

	.kf-inspect__img-box {
		height: 280px;
	}

	.kf-inspect__heading {
		font-size: 28px;
	}

	.kf-inspect__tag-img {
		height: 160px;
	}

	.kf-inspect__tag-label {
		font-size: 16px;
		padding: 12px 16px;
	}

	.kf-inspect__chart-img {
		height: 240px;
	}

	.kf-inspect__graph-card {
		height: 240px;
	}

	.keyfeatures__product-sub {
		font-size: 18px;
	}

	.keyfeatures__compare-name {
		font-size: 18px;
	}

	.keyfeatures__body {
		padding-bottom: 80px;
	}

	.kf-software__img-box {
		height: 280px;
	}

	.kf-software__subheading {
		font-size: 22px;
	}

	.kf-software__heading {
		font-size: 28px;
	}

	.kf-software__detail-title {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.keyfeatures__hd {
		padding: 60px 0 40px;
	}

	.keyfeatures__title {
		font-size: 24px;
	}

	.keyfeatures__tab-btn {
		font-size: 13px;
		padding: 9px 12px;
	}

	.keyfeatures__section-title {
		font-size: 18px;
	}

	.keyfeatures__compare-img {
		height: 180px;
	}

	.keyfeatures__product-img {
		height: 220px;
	}

	.keyfeatures__product-name {
		font-size: 24px;
	}

	.kf-chamber__img-box {
		height: 220px;
	}

	.kf-folding__media-item {
		flex: 0 0 100%;
		height: 180px;
	}

	.kf-inspect__img-box {
		height: 220px;
	}

	.kf-inspect__tag-card {
		flex: 0 0 100%;
	}

	.kf-inspect__section--gray {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.keyfeatures__play {
		width: 64px;
		height: 64px;
	}

	.keyfeatures__play-icon {
		width: 20px;
		height: 25px;
	}

	.kf-software__img-box {
		height: 220px;
	}

	.kf-software__subheading {
		font-size: 20px;
	}
}
@media (max-width: 540px) {
	.cert-popup__box {
		width: calc(100vw - 60px);
		height: auto;
		padding-bottom: 56px;
	}
	.cert-popup__img {
		position: static;
		width: 100%;
		height: auto;
		aspect-ratio: 438 / 620;
		margin: 20px 20px 0;
		width: calc(100% - 40px);
	}
	.cert-popup__name {
		position: static;
		display: block;
		padding: 16px 20px 0;
	}
	.cert-popup__close {
		right: -40px;
	}
}

/* ===== Certification — Responsive ===== */
@media (max-width: 1600px) {
	.cert__inner {
		width: 93.75%;
	}
	.cert__item {
		flex: 0 1 calc((100% - 80px) / 5);
	}
	.univ__item {
		flex: 0 1 calc((100% - 80px) / 5);
	}
}
@media (max-width: 1280px) {
	.cert {
		padding: 120px 0;
	}
	.cert__inner {
		gap: 80px;
	}
	.cert__title {
		font-size: 40px;
	}
	.cert__item {
		flex: 0 1 calc((100% - 60px) / 4);
		max-width: none;
	}
	.univ__item {
		flex: 0 1 calc((100% - 60px) / 4);
	}
}
@media (max-width: 1024px) {
	.cert {
		padding: 100px 0;
	}
	.cert__item {
		flex: 0 1 calc((100% - 40px) / 3);
	}
	.univ__item {
		flex: 0 1 calc((100% - 40px) / 3);
	}
}
@media (max-width: 768px) {
	.cert {
		padding: 60px 0;
	}
	.cert__inner {
		width: 91.67%;
		gap: 60px;
	}
	.cert__title {
		font-size: 32px;
	}
	.cert__tab-btn {
		font-size: 16px;
		padding: 12px 24px;
	}
	.cert__item {
		flex: 0 1 calc((100% - 20px) / 2);
	}
	.univ__item {
		flex: 0 1 calc((100% - 20px) / 2);
	}
}
@media (max-width: 480px) {
	.cert {
		padding: 40px 0;
	}
	.cert__inner {
		gap: 48px;
	}
	.cert__item {
		flex: 0 1 100%;
	}
	.univ__item {
		flex: 0 1 100%;
	}
}

/* ===== Folding — Responsive ===== */
@media (max-width: 1600px) {
	.folding__inner { width: 93.75%; }
}

/* ===== Sample Test — Responsive ===== */
@media (max-width: 1600px) {
	.sample-test__inner { width: 93.75%; }
	.sample-test__steps { zoom: calc(93.75vw / 1500px); }
	.sample-test__new-intro-circles { gap: 30px; }
}
@media (max-width: 1280px) {
	.sample-test__intro { gap: 60px; }
	.sample-test__intro-img { min-height: 280px; }
	.sample-test__new-intro-title { font-size: 30px; }
	.sample-test__circle-name { font-size: 20px; }
	.folding { padding: 100px 0 120px; }
	.folding__page-hd { margin-bottom: 80px; }
	.folding__page-title { font-size: 42px; }
	.folding__product { gap: 60px; }
	.folding__product-img { width: 580px; height: 390px; }
}
@media (max-width: 1024px) {
	.sample-test {
		padding: 100px 0 100px;
	}
	.sample-test__page-title {
		font-size: 42px;
		margin-bottom: 60px;
	}
	.sample-test__body {
		gap: 80px;
	}
	.sample-test__sec-hd {
		margin-bottom: 40px;
		gap: 24px;
	}
	.sample-test__intro {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}
	.sample-test__intro-card { max-width: none; }
	.sample-test__intro-img { min-height: 240px; }
	.sample-test__new-intro { gap: 40px; }
	.sample-test__new-intro-circles {
		flex-wrap: wrap;
		gap: 20px;
	}
	.sample-test__circle {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.sample-test__new-intro-title { font-size: 28px; }
	.sample-test__report-body {
		gap: 36px;
	}
	.sample-test__report-row {
		flex-direction: column;
		gap: 24px;
	}
	.sample-test__panel--wide {
		width: 100%;
		flex: none;
	}
	.sample-test__panel-img {
		padding: 32px 16px;
	}
	.sample-test__panel-img--sample {
		padding: 28px 20px;
	}
	.sample-test__panel-img--chart,
	.sample-test__panel-img--crease {
		min-height: 0;
	}
	.sample-test__panel-trio {
		flex-direction: column;
		gap: 28px;
	}
	.sample-test__panel-trio .sample-test__panel-img {
		min-height: 0;
	}
	.sample-test__subsec-label {
		font-size: 18px;
	}
	.folding { padding: 80px 0 100px; }
	.folding__inner { width: 93.75%; }
	.folding__page-title { font-size: 36px; }
	.folding__tabs { flex-wrap: wrap; justify-content: center; }
	.folding__tab { font-size: 17px; }
	.folding__product { flex-direction: column; align-items: stretch; gap: 40px; }
	.folding__product-img { width: 100%; height: auto; min-height: 300px; }
	.folding__product-img img { object-fit: contain; }
	.folding__sec-title { font-size: 30px; }
	.folding__list { margin-bottom: 80px; }
}
@media (max-width: 768px) {
	.sample-test {
		padding: 60px 0 60px;
	}
	.sample-test__page-title {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.sample-test__body {
		gap: 48px;
	}
	.sample-test__sec-title {
		font-size: 28px;
	}
	.sample-test__sec-hd {
		margin-bottom: 28px;
		gap: 20px;
	}
	.sample-test__new-intro-title { font-size: 24px; }
	.sample-test__new-intro-desc { font-size: 16px; }
	.sample-test__circle-name { font-size: 18px; }
	/* Test Process: 2-column cards, no connectors / pseudo lines */
	.sample-test__steps {
		zoom: 1;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 16px 12px;
	}
	.sample-test__steps-row {
		display: contents;
	}
	.sample-test__step-arrow,
	.sample-test__steps-connector {
		display: none !important;
	}
	.sample-test__step {
		display: flex;
		flex-direction: column;
		flex: 1 1 calc(50% - 6px);
		max-width: calc(50% - 6px);
		min-height: 0;
		align-items: stretch;
	}
	.sample-test__step-tag {
		align-self: stretch;
		text-align: center;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.25;
		padding: 5px 10px;
		margin-bottom: -10px;
		border-radius: 10px 10px 0 0;
	}
	.sample-test__step-card {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		max-width: none;
		width: 100%;
		aspect-ratio: auto;
		min-height: 0;
		gap: 12px;
		padding: 34px 12px 16px;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px;
	}
	.sample-test__step-txt {
		flex: 1 1 auto;
		min-height: 0;
	}
	.sample-test__step-card::before,
	.sample-test__step-card::after {
		display: none !important;
		content: none !important;
	}
	.sample-test__step-tag.top_line::before {
		display: none !important;
		content: none !important;
	}
	.sample-test__step-name {
		font-size: 17px;
		word-break: keep-all;
	}
	.sample-test__step-desc {
		font-size: 15px;
	}
	.sample-test__report-body {
		gap: 28px;
	}
	.sample-test__report-row {
		gap: 20px;
	}
	.sample-test__panel-tag {
		padding: 16px 20px;
		font-size: 17px;
	}
	.sample-test__panel-img {
		padding: 24px 12px;
	}
	.sample-test__panel-img--sample {
		padding: 20px 16px;
	}
	.sample-test__panel-trio {
		gap: 20px;
	}
	.sample-test__subsec-label {
		font-size: 16px;
	}
	.folding { padding: 60px 0 80px; }
	.folding__inner { width: 91.67%; }
	.folding__page-hd { gap: 30px; margin-bottom: 60px; }
	.folding__page-title { font-size: 30px; }
	.folding__tab { font-size: 15px; padding: 12px 16px; }
	.folding__sec-title { font-size: 26px; }
	.folding__product-name { font-size: 24px; }
	.folding__bullets li,
	.folding__spec-label,
	.folding__spec-val { font-size: 16px; }
	.folding__spec-label { width: 120px; }
	.folding__unit-table th,
	.folding__unit-table td { padding: 20px 10px; font-size: 15px; }
	.folding__list { gap: 48px; margin-bottom: 60px; }
}
@media (max-width: 480px) {
	.sample-test {
		padding: 44px 0 44px;
	}
	.sample-test__page-title {
		font-size: 26px;
		margin-bottom: 32px;
	}
	.sample-test__body {
		gap: 36px;
	}
	.sample-test__circle {
		flex: 1 1 100%;
		max-width: 100%;
		aspect-ratio: auto;
		border-radius: 16px;
		flex-direction: row;
		justify-content: flex-start;
		padding: 24px 20px;
		gap: 16px;
	}
	.sample-test__circle-tag { flex-shrink: 0; }
	.sample-test__circle-name {
		font-size: 16px;
		text-align: left;
	}
	.sample-test__new-intro-title { font-size: 22px; }
	/* Test Process: 1 column */
	.sample-test__steps {
		gap: 14px;
	}
	.sample-test__step {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.sample-test__step-card {
		flex-grow: 0;
	}
	.sample-test__step-txt {
		flex: 0 1 auto;
	}
	.sample-test__report-body {
		gap: 24px;
	}
	.sample-test__panel-img {
		padding: 20px 10px;
	}
	.folding { padding: 40px 0 60px; }
	.folding__page-title { font-size: 26px; }
	.folding__tab { font-size: 13px; padding: 10px 14px; }
	.folding__product-img { min-height: 220px; }
	.folding__unit-table { display: block; overflow-x: auto; white-space: nowrap; }
}

/* ===== Room Chamber — Responsive ===== */
@media (max-width: 1600px) {
	.room-chamber__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.room-chamber { padding: 100px 0 120px; }
	.room-chamber__page-hd { margin-bottom: 80px; }
	.room-chamber__page-title { font-size: 42px; }
}
@media (max-width: 1024px) {
	.room-chamber { padding: 80px 0 100px; }
	.room-chamber__inner { width: 93.75%; }
	.room-chamber__page-title { font-size: 36px; }
	.room-chamber__sec-title { font-size: 30px; }
}
@media (max-width: 768px) {
	.room-chamber { padding: 60px 0 80px; }
	.room-chamber__inner { width: 91.67%; }
	.room-chamber__page-hd { margin-bottom: 60px; }
	.room-chamber__page-title { font-size: 30px; }
	.room-chamber__sec-title { font-size: 26px; }
}
@media (max-width: 480px) {
	.room-chamber { padding: 40px 0 60px; }
	.room-chamber__page-title { font-size: 26px; }
}

/* ===== Recruit — Responsive ===== */
@media (max-width: 1600px) {
	.recruit__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.recruit { padding: 120px 0; }
	.recruit__title { font-size: 42px; }
	.recruit-step { padding: 60px 15px; }
	.recruit-step__name { font-size: 18px; }
	.recruit-tbl tbody td[rowspan] { padding: 30px 30px; }
}
@media (max-width: 1024px) {
	.recruit { padding: 100px 0; }
	.recruit__inner { width: 93.75%; gap: 60px; }
	.recruit__steps { flex-wrap: wrap; justify-content: center; gap: 20px; }
	.recruit-step {
		flex: 0 0 calc((100% - 2 * 20px) / 3);
		padding: 50px 15px;
	}
	.recruit-step__arrow { display: none; }
	.recruit-tbl tbody td[rowspan] { padding: 20px; }
}
@media (max-width: 768px) {
	.recruit { padding: 60px 0; }
	.recruit__inner { width: 91.67%; gap: 48px; }
	.recruit__title { font-size: 30px; }
	.recruit__desc { font-size: 16px; }
	.recruit__sec-title { font-size: 24px; }
	.recruit-step {
		flex: 0 0 calc((100% - 20px) / 2);
		padding: 40px 15px;
	}
	.recruit-step__name { font-size: 16px; }
	.recruit__notes p,
	.recruit__list li,
	.recruit-tbl thead th,
	.recruit-tbl tbody td,
	.recruit-tbl__qual-list li { font-size: 16px; }
	.recruit__info { flex-direction: column; gap: 48px; }
	.recruit-tbl thead th,
	.recruit-tbl tbody td { padding: 20px 12px; }
	.recruit-tbl tbody td[rowspan] { padding: 20px; }
}
@media (max-width: 480px) {
	.recruit { padding: 40px 0; }
	.recruit__title { font-size: 26px; }
	.recruit-step { flex: 0 0 100%; }
	.recruit-tbl__qual-list li { font-size: 14px; }
}

/* ===== Welfare — Responsive ===== */
@media (max-width: 1600px) {
	.welfare__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.welfare { padding: 100px 0; }
	.welfare__inner { gap: 80px; }
	.welfare__title { font-size: 42px; }
	.welfare__group-title { font-size: 26px; }
	.welfare-card { width: calc((100% - 3 * 20px) / 4); height: 220px; }
}
@media (max-width: 1024px) {
	.welfare { padding: 80px 0; }
	.welfare__inner { gap: 60px; width: 93.75%; }
	.welfare__body { gap: 60px; }
	.welfare-card { width: calc((100% - 2 * 20px) / 3); height: 200px; }
	.welfare-card__icon { bottom: 30px; right: 30px; width: 50px; height: 50px; }
}
@media (max-width: 768px) {
	.welfare { padding: 60px 0; }
	.welfare__inner { width: 91.67%; gap: 50px; }
	.welfare__body { gap: 50px; }
	.welfare__title { font-size: 34px; }
	.welfare__desc { font-size: 16px; }
	.welfare__group-title { font-size: 22px; }
	.welfare-card { width: calc((100% - 20px) / 2); height: 160px; padding: 24px 24px 0; }
	.welfare-card__num { font-size: 14px; margin-bottom: 8px; }
	.welfare-card__title { font-size: 16px; }
	.welfare-card__icon { bottom: 20px; right: 20px; width: 44px; height: 44px; }
}
@media (max-width: 480px) {
	.welfare { padding: 40px 0; }
	.welfare__inner { gap: 40px; }
	.welfare__body { gap: 40px; }
	.welfare__title { font-size: 28px; }
	.welfare__group-title { font-size: 20px; }
	.welfare-card { width: 100%; height: 140px; padding: 20px 20px 0; }
	.welfare-card__icon { bottom: 16px; right: 16px; width: 40px; height: 40px; }
}

/* ===== Contact — Responsive ===== */
@media (max-width: 1600px) {
	.contact__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.contact { padding: 140px 0 120px; }
	.contact__inner { gap: 80px; }
	.contact__title { font-size: 42px; }
	.contact__section-name { font-size: 26px; }
	.contact__row { gap: 40px; }
	.contact__email-id,
	.contact__email-domain { width: auto; flex: 1 1 0; min-width: 0; }
	.contact__email-select-wrap { width: auto; flex: 1 1 0; min-width: 0; }
	.contact__email-select-wrap .contact__select { width: 100%; }
}
@media (max-width: 1024px) {
	.contact { padding: 100px 0 100px; }
	.contact__inner { width: 93.75%; gap: 60px; }
	.contact__title { font-size: 36px; }

	.contact__row { flex-direction: column; gap: 40px; }
	.contact__field { width: 100%; }
	.contact__email-id,
	.contact__email-domain { width: auto; flex: 1 1 0; min-width: 0; }
	.contact__email-select-wrap { width: auto; flex: 1 1 0; min-width: 0; }
	.contact__email-select-wrap .contact__select { width: 100%; }
}
@media (max-width: 768px) {
	.contact { padding: 60px 0 80px; }
	.contact__inner { width: 91.67%; gap: 50px; }
	.contact__title { font-size: 30px; }
	.contact__section-hd { flex-direction: column; align-items: flex-start; gap: 8px; }
	.contact__section-name { font-size: 22px; }
	.contact__required-note { font-size: 16px; }
	.contact__label { font-size: 17px; }
	.contact__input,
	.contact__select,
	.contact__file-display { font-size: 16px; height: 60px; }
	.contact__textarea { font-size: 16px; height: 200px; }
	.contact__radio-group { gap: 18px; height: auto; flex-wrap: wrap; }
	.contact__radio-text { font-size: 16px; }
	.contact__file-btn { height: 60px; font-size: 16px; padding: 0 24px; }
	.contact__captcha-refresh { width: 60px; height: 60px; }
	.contact__captcha-img { height: 60px; }
	.contact__privacy-label { font-size: 17px; }
	.contact__privacy-content p { font-size: 15px; }
	.contact__submit-btn { height: 64px; padding: 0 60px; font-size: 18px; }
}
@media (max-width: 480px) {
	.contact { padding: 40px 0 60px; }
	.contact__inner { gap: 40px; }
	.contact__title { font-size: 26px; }
	.contact__email-group { flex-wrap: wrap; justify-content: center;}
	.contact__email-id,
	.contact__email-domain { width: 100%; flex: none; }
	.contact__email-select-wrap { width: 100%; flex: none; }
	.contact__file-group { flex-direction: column; }
	.contact__file-btn { width: 100%; }
	.contact__captcha-group { flex-wrap: wrap; }
	.contact__captcha-img { flex: 1 1 auto; width: auto; }
	.contact__captcha-group .contact__input { flex: 0 0 100%; width: 100%;}
	.contact__input{padding: 0 15px;}
	.contact__privacy-box { height: 200px; padding: 20px; }
	.contact__submit-btn { width: 100%; padding: 0; }
}

/* ===== Talent — Responsive ===== */
@media (max-width: 1600px) {
	.talent__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.talent { padding: 120px 0; }
	.talent__inner { gap: 80px; }
	.talent__title { font-size: 42px; }
	.talent__body { gap: 60px; }
	.talent__banner { height: 360px; }
	.talent__banner-text { left: 100px; top: 112px; }
	.talent__banner-sub { font-size: 24px; }
	.talent__banner-main { font-size: 52px; }
}
@media (max-width: 1024px) {
	.talent { padding: 100px 0; }
	.talent__inner { gap: 60px; width: 93.75%; }
	.talent__body { gap: 50px; }
	.talent__banner { height: 300px; }
	.talent__banner-text { left: 70px; top: 90px; }
	.talent__banner-sub { font-size: 20px; }
	.talent__banner-main { font-size: 42px; }
	.talent-card { width: calc((100% - 20px) / 2); height: 220px; }
	.talent-card__text { padding: 0 36px 28px; }
	.talent-card__num { font-size: 16px; }
	.talent-card__title { font-size: 22px; }
}
@media (max-width: 768px) {
	.talent { padding: 80px 0; }
	.talent__inner { width: 91.67%; gap: 50px; }
	.talent__body { gap: 40px; }
	.talent__title { font-size: 34px; }
	.talent__banner { height: 240px; }
	.talent__banner-text { left: 40px; top: 72px; }
	.talent__banner-sub { font-size: 16px; }
	.talent__banner-main { font-size: 32px; }
	.talent-card { width: calc((100% - 20px) / 2); height: 180px; }
	.talent-card__text { padding: 0 24px 20px; gap: 6px; }
	.talent-card__num { font-size: 14px; }
	.talent-card__title { font-size: 18px; }
}
@media (max-width: 480px) {
	.talent { padding: 60px 0; }
	.talent__inner { gap: 40px; }
	.talent__body { gap: 32px; }
	.talent__title { font-size: 28px; }
	.talent__banner { height: 200px; }
	.talent__banner-text { left: 24px; top: 56px; }
	.talent__banner-sub { font-size: 14px; }
	.talent__banner-main { font-size: 26px; }
	.talent-card { width: 100%; height: 160px; }
	.talent-card__text { padding: 0 20px 20px; }
	.talent-card__title { font-size: 16px; }
}

/* ===== CI — Responsive ===== */
@media (max-width: 1600px) {
	.ci__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.ci { padding-bottom: 120px; }
	.ci__label { font-size: 30px; }
}
@media (max-width: 1024px) {
	.ci { padding-bottom: 100px; }
	.ci__inner { width: 93.75%; gap: 48px; }
}
@media (max-width: 768px) {
	.ci { padding-bottom: 80px; }
	.ci__inner { width: 91.67%; gap: 40px; }
	.ci__label { font-size: 26px; }

	/* CI: 다이어그램 → 로고 + 세로 카드 */
	.ci__diagram-scroll {
		container-type: normal;
		overflow-x: visible;
	}

	.ci__diagram-wrap {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		max-width: none;
		aspect-ratio: auto;
		font-size: 16px;
	}

	.ci__outer-circle {
		display: none;
	}

	.ci__logo {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin: 0 auto 30px;
		transform: none;
		order: -1;
		flex-shrink: 0;
	}

	.ci__circle-desc br{display: none;}

	.ci__circle {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: auto;
		min-height: 0;
		border-radius: 16px;
		align-items: center;
		justify-content: flex-start;
	}

	.ci__circle-inner {
		gap: 16px;
		width: 100%;
		box-sizing: border-box;
	}

	.ci__circle--meaning .ci__circle-inner,
	.ci__circle--gradual .ci__circle-inner,
	.ci__circle--symbol .ci__circle-inner {
		padding: 24px 20px 28px;
	}

	.ci__circle-divider {
		width: 30px;
		min-width: 30px;
	}
}
@media (max-width: 480px) {
	.ci { padding-bottom: 60px; }
}

/* ===== FAQ — Responsive ===== */
@media (max-width: 1600px) {
	.faq__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.faq { padding: 100px 0 140px; }
	.faq__title { font-size: 42px; }
}
@media (max-width: 1024px) {
	.faq { padding: 80px 0 120px; }
	.faq__inner { gap: 60px; }
}
@media (max-width: 768px) {
	.faq { padding: 60px 0 100px; }
	.faq__inner { width: 91.67%; gap: 48px; }
	.faq__title { font-size: 34px; }
	.faq__q { padding: 20px; gap: 14px; }
	.faq__q-text { font-size: 15px; }
	.faq__a { padding: 0 20px 20px 64px; font-size: 14px; }
}
@media (max-width: 480px) {
	.faq { padding: 40px 0 80px; }
	.faq__inner { gap: 40px; }
	.faq__title { font-size: 28px; }
	.faq__q { gap: 12px; }
	.faq__a { padding: 0 16px 20px 16px; }
}

/* ===== Location — Responsive ===== */
@media (max-width: 1600px) {
	.location__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.location { padding: 120px 0; }
}
@media (max-width: 1024px) {
	.location { padding: 100px 0; }
	.location__inner { width: 93.75%; gap: 48px; }
	.location__hd { gap: 48px; }
}
@media (max-width: 768px) {
	.location { padding: 80px 0; }
	.location__inner { width: 91.67%; gap: 32px; }
	.location__hd { gap: 32px; }
	.location__pin { width: 22px; gap: 4px; }
	.location__pin-icon { width: 22px; height: 28px; }
	.location__pin-dot { width: 5px; height: 5px; }
	.location__pin-ripple { width: 14px; height: 14px; }
	.location__pin-ripple--2 { width: 24px; height: 24px; }
	.location__pin-label { display: none; font-size: 13px; padding: 2px 10px; }
	/* 모바일: 팝업 숨기고 카드 표시 */
	.location__popup { display: none !important; }
	.location__cards { display: flex; flex-direction: column; gap: 12px; }
}
@media (max-width: 480px) {
	.location { padding: 60px 0; }
	.location__pin-label { font-size: 10px; padding: 2px 7px; }
	.location__card { padding: 16px 18px; }
	.location__card-tag { font-size: 14px; }
	.location__popup-info {
		word-break: break-word;
		overflow-wrap: break-word;
	}
	.location__popup-info br {
		display: none;
	}
}

/* ===== News Responsive ===== */
@media (max-width: 1600px) {
	.news__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.news { padding: 100px 0; }
	.news__inner { gap: 60px; }
	.news__title { font-size: 40px; }
}
@media (max-width: 1024px) {
	.news__col--writer { width: 160px; }
	.news__col--date { width: 180px; }
	.news__col--view { width: 90px; }
	.news__search-input { width: 220px; }
}
@media (max-width: 768px) {
	.news { padding: 60px 0; }
	.news__inner { width: 91.67%; gap: 40px; }
	.news__title { font-size: 32px; }
	.news__board { gap: 0; }
	.news__board-hd { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
	.news__table { margin-bottom: 30px; }
	.news__search { width: 100%; }
	.news__search-select-wrap { width: 140px; flex-shrink: 0; }
	.news__search-input { flex: 1 1 0; min-width: 0; width: auto; }
	.news__col--writer,
	.news__col--view { display: none; }
	.news__table-head .news__col--writer,
	.news__table-head .news__col--view { display: none; }
	.news__col--date { width: 130px; font-size: 14px; }
	.news__col--num { width: 60px; font-size: 14px; }
	.news__col--title { font-size: 15px; padding: 0 15px; }
	.news__col,
	.news__table-head .news__col { height: 72px; }
	.news__col--title img { display: none; }
}
@media (max-width: 480px) {
	.news { padding: 40px 0; }
	.news__title { font-size: 26px; }
	.news__col--date { width: 110px; font-size: 13px; }
	.news__col--num { width: 44px; font-size: 13px; }
	.news__col--title { font-size: 14px; padding: 0 12px; }
	.news__search-select-wrap { width: 110px; }
	.news__custom-select-label { font-size: 15px; }
	.news__custom-select-option { font-size: 14px; padding: 11px 18px; }
	.news__search-btn { width: 52px; height: 52px; }
	.news__search-select-wrap,
	.news__search-input { height: 52px; }
}

/* ===== News View Responsive ===== */
@media (max-width: 1600px) {
	.news-view__inner { width: 93.75%; }
	.sample-test__step-arrow{margin: 0 10px;}
	.sample-test__steps-connector::before {
		left: 226px;
		width: calc(100% - 460px);
	}
	.sample-test__step-card.dot_bottom::after {
		bottom: -20%;
		right: 50.3%;
		height: 40px;
	}
}
@media (max-width: 1280px) {
	.news-view { padding: 100px 0; }
	.news-view__title { font-size: 28px; }
	.news-view__img { height: 480px; }
	.news-view__nav { width: 420px; }
}
@media (max-width: 1024px) {
	.news-view__file { gap: 40px; padding: 40px; }
	.news-view__nav { width: 340px; }
	.news-view__list-btn { padding: 0 50px; }
	.sample-test__panel{width:100%;}
}
@media (max-width: 768px) {
	.news-view { padding: 60px 0; }
	.news-view__inner { width: 91.67%; gap: 50px; }
	.news-view__tit { gap: 30px; }
	.news-view__title { font-size: 22px; }
	.news-view__meta { gap: 20px; }
	.news-view__meta-writer,
	.news-view__meta-date,
	.news-view__meta-view { font-size: 15px; }
	.news-view__img { height: 260px; border-radius: 12px; }
	.news-view__text { font-size: 15px; }
	.news-view__file { flex-direction: column; gap: 20px; padding: 30px; border-radius: 12px; }
	.news-view__file-label span,
	.news-view__file-item { font-size: 15px; }
	.news-view__btm { flex-direction: column; gap: 30px; }
	.news-view__nav { width: 100%; flex-direction: column; justify-content: center; align-items: center; gap: 15px; }
	.news-view__nav--next { flex-direction: column; justify-content: center; }
	.news-view__nav-txt, .news-view__nav-txt--right { align-items: center; }
	.news-view__nav-title { text-align: center; }
	.news-view__nav--prev .news-view__nav-arr { transform: rotate(90deg); }
	.news-view__nav--next .news-view__nav-arr { transform: rotate(90deg); }
	.news-view__list-btn { width: 100%; }
}
@media (max-width: 480px) {
	.news-view { padding: 40px 0; }
	.news-view__title { font-size: 18px; }
	.news-view__img { height: 200px; }
	.news-view__list-btn { height: 60px; font-size: 17px; }
}

/* ===== Policy — Responsive ===== */
@media (max-width: 1600px) {
	.policy__inner { width: 93.75%; }
}
@media (max-width: 1280px) {
	.policy { padding: 100px 0 140px; }
	.policy__inner { gap: 80px; }
	.policy__title { font-size: 42px; }
	.policy__body { gap: 80px; }
	.policy__intro { padding: 50px; }
	.policy__intro p { font-size: 18px; }
	.policy__section-title { font-size: 24px; }
	.greeting__text {padding-bottom: 0px;}
}
@media (max-width: 1024px) {
	.policy { padding: 80px 0 120px; }
	.policy__inner { gap: 70px; width: 93.75%; }
	.policy__body { gap: 70px; }
	.policy__intro { padding: 40px; }
	.policy__intro p { font-size: 17px; }
	.policy__sections { gap: 40px; }
}
@media (max-width: 768px) {
	.policy { padding: 60px 0 100px; }
	.policy__inner { gap: 50px; width: 91.67%; }
	.policy__title { font-size: 34px; }
	.policy__body { gap: 50px; }
	.policy__intro { padding: 30px 24px; }
	.policy__intro p { font-size: 16px; }
	.policy__section-title { font-size: 20px; }
	.policy__text,
	.policy__sub-heading,
	.policy__sub-list li { font-size: 15px; }
	.policy__sections { gap: 36px; }
	.policy__section { gap: 20px; }
}
@media (max-width: 480px) {
	.policy { padding: 40px 0 80px; }
	.policy__inner { gap: 40px; }
	.policy__body { gap: 40px; }
	.policy__intro { padding: 24px 20px; }
	.policy__intro p { font-size: 15px; }
	.policy__title { font-size: 28px; }
	.policy__section-title { font-size: 18px; }
	.policy__text,
	.policy__sub-heading,
	.policy__sub-list li { font-size: 14px; }
	.policy__sections { gap: 30px; }
}