@charset "UTF-8"; * { font-family: 'Pretendard Variable'; outline: none; text-decoration: none; box-sizing: border-box; letter-spacing: -0.03rem; } 
html { font-size: clamp(10px, calc(0.8vw), 16px); } 

@media screen and (max-width: 2000px) { html { font-size: clamp(14px, calc(0.6vw), 16px); } 
 } 


body { position: relative; overflow-x: hidden; margin: 0 auto; background: #fff; } 
body.no_scroll { overflow: hidden!important; } 
:root { --main: #163524; --sub:#156326; --gray01: #dbdbdb; --cont: calc(100% - 46rem); --cont-width: 23rem; --max-cont: calc(100% - 12rem); } 
.c-main { color: var(--main); } 
.bg-main { background-color: var(--main); } 
.container { width: var(--cont); max-width: 100%; margin-left: auto; margin-right: auto; } 
.max-cont { width: var(--max-cont); max-width: 100%; margin-left: auto; margin-right: auto; } 
.svg-wrap svg { display: block; margin-left: auto; margin-right: auto; height: auto; } 
svg { display: block; max-width: 100%; } 
.preline { white-space: pre-line; } 
span { line-height: inherit; letter-spacing: inherit; } 
body::-webkit-scrollbar { width: 10px; } 
body::-webkit-scrollbar-thumb { background-color: rgba(51,51,51,0.3); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } 
body::-webkit-scrollbar-track { background-color: rgba(77, 77, 77, 0.22); } 
.one-body { font-family: 'OneStoreMobileGothicBody'; } 
.familjen { font-family: "Familjen Grotesk", sans-serif; } 
.rounded-10 { border-radius: 10px; } 
.rounded-15 { border-radius: 15px; } 
.rounded-30 { border-radius: 30px; } 
.rounded-35 { border-radius: 35px; } 
.zoom-target { overflow: hidden; transform-origin: center center; will-change: transform; } 
.zoom-hover { overflow: hidden; transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; isolation: isolate; } 
.zoom-hover img { transform-origin: center center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
h1, h2, h3, h4, h5, h6, p, span, li, dt, dd { word-break: auto-phrase; } 
br { line-height: inherit; } 
.aspect-16-9 { height: 0; padding-bottom: 56.25%; position: relative; } 
.aspect-16-9 iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; } 
.txt-fill-char { opacity: 0.15; } 
.txt-slide { position: relative; display: inline-block; overflow: hidden; line-height: 1.2; height: 1.2em; vertical-align: middle; } 
.txt-slide > span { display: block; line-height: 1.2; transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1); } 
.txt-slide > .txt-slide-hover { position: absolute; left: 0; right: 0; top: 0; transform: translateY(100%); } 
:hover > .txt-slide > .txt-slide-base { transform: translateY(-100%); } 
:hover > .txt-slide > .txt-slide-hover { transform: translateY(0); } 
.grid { display: grid; } 
.grid01 { grid-template-columns: repeat(1, 1fr); } 
.grid02 { grid-template-columns: repeat(2, 1fr); } 
.grid03 { grid-template-columns: repeat(3, 1fr); } 
.grid04 { grid-template-columns: repeat(4, 1fr); } 
.grid05 { grid-template-columns: repeat(5, 1fr); } 

/* GSAP ScrollSmoother */
#smooth-wrapper { overflow: hidden; } 
#smooth-content { will-change: transform; transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } 

/* ===== Header (rounded-card + integrated mega, Figma 659-3) ===== */
.header { position: fixed; top: 20px; left: 0; width: 100%; z-index: 10; } 
.header > .container { position: relative; display: flex; flex-direction: column; background: #fff; border: 2px solid #fff; border-radius: 46px; box-shadow: 0 14px 40px rgba(15, 23, 42, 0.10); width: calc(var(--cont) + 2px); overflow: visible; transition: box-shadow .3s ease; } 
.header.is-open > .container { box-shadow: 0 18px 60px rgba(15, 23, 42, 0.16); } 

.header-bar { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 14px 14px 14px 28px; } 
.header-logo { flex-shrink: 0; color: var(--main); } 
.header-logo a { display: inline-flex; align-items: center; } 
.header-logo svg { display: block; height: 34px; width: auto; } 

.header-nav { flex: 1 1 auto; display: flex; justify-content: center; } 
.nav-list { display: flex; align-items: center; gap: 4px; } 
.nav-item { position: static; } 
.nav-title { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 20px; font-size: 18px; font-weight: 500; color: #0f172a; border-radius: 999px; letter-spacing: -0.01em; transition: background-color .18s ease, color .18s ease; } 
.nav-title:hover { background: rgba(21, 99, 38, 0.08); color: var(--main); } 
.nav-item.is-current > .nav-title,
.nav-item.hover > .nav-title { background: rgba(21, 99, 38, 0.14); color: var(--main); } 

/* --- Legacy mega-menu (kept for user's future edits; hidden here) --- */
.nav-mega { display: none; } 

/* --- Header right: KOR toggle + CONTACT (dark pills) --- */
.header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; } 
.lang-selector { position: relative; } 
.lang-btn { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 18px; background: #000; border: 0; border-radius: 999px; color: #fff; font-family: "ONE Mobile Title OTF", "ONE Mobile Title", "Pretendard", sans-serif; font-size: 16px; font-weight: 500; cursor: pointer; transition: background-color .2s ease; } 
.lang-btn:hover { background: #1e293b; } 
.lang-btn > svg:first-child { color: #fff; flex-shrink: 0; } 
.lang-btn > svg:last-child { color: #fff; margin-left: 2px; transition: transform .2s ease; } 
.lang-selector.open .lang-btn > svg:last-child { transform: rotate(180deg); } 
.lang-dropdown { position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity .18s ease, visibility .18s ease, transform .2s ease; box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08); z-index: 20; } 
.lang-selector:hover .lang-dropdown,
.lang-selector.open .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); } 
.lang-option { display: block; padding: 10px 16px; font-size: 14px; color: #1a2233; text-decoration: none; text-align: center; transition: background-color .15s ease, color .15s ease; } 
.lang-option:hover { background: #f1f5f9; } 
.lang-option.active { background: var(--main); color: #fff; } 

.header-contact { display: inline-flex; align-items: center; gap: 10px; height: 44px; padding: 0 22px; background: #000; color: #fff; border-radius: 999px; font-family: "ONE Mobile Title OTF", "ONE Mobile Title", "Pretendard", sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 0.02em; transition: background-color .3s ease; } 
.header-contact:hover { background: #1e293b; color: #fff; } 
.header-contact__dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; flex-shrink: 0; } 

/* --- Expandable panel inside the same card --- */
.header-mega { display: none; padding: 0 21px 21px; } 
.header.is-open .header-mega { display: flex; flex-direction: column; gap: 12px; } 
.mega-panels { position: relative; padding: 40px 40px 30px; } 
.mega-panel { display: none; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px 60px; align-items: flex-start; } 
.header[data-open-key="company"] .mega-panel[data-key="company"],
.header[data-open-key="service"] .mega-panel[data-key="service"],
.header[data-open-key="quote"] .mega-panel[data-key="quote"],
.header[data-open-key="rfq"] .mega-panel[data-key="rfq"],
.header[data-open-key="community"] .mega-panel[data-key="community"] { display: grid; } 
.mega-panel__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; } 
.mega-panel__links li a { display: flex; align-items: center; gap: 0; padding: 10px 0; font-size: 26px; font-weight: 500; color: #0f172a; line-height: 1.25; border-bottom: 1px dashed transparent; transition: color .18s ease, gap .2s ease, border-color .2s ease; } 
.mega-panel__links li a::before { content: ""; flex: 0 0 auto; width: 0; height: 22px; background: url("data:image/svg+xml; charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none' stroke='%23156326' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 5v11h13'/><path d='M14 11l5 5-5 5'/></svg>") center/contain no-repeat; opacity: 0; transition: width .22s ease, opacity .2s ease; } 
.mega-panel__links li a:hover { color: var(--main); gap: 12px; border-color: rgba(21, 99, 38, 0.35); } 
.mega-panel__links li a:hover::before { width: 26px; opacity: 1; } 
.mega-panel__aside { display: flex; flex-direction: column; align-items: flex-start; background: #f3f3f3; border-radius: 20px; padding: 40px; } 
.mega-panel__icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; color: #0f172a; margin-bottom: 14px; } 
.mega-panel__icon svg { width: 100%; height: 100%; display: block; } 
.mega-panel__title { display: block; font-size: 18px; font-weight: 700; color: #0f172a; margin-bottom: 8px; } 
.mega-panel__desc { color: #000; } 

.mega-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #f6f1e5; border-radius: 20px; padding: 30px 40px; } 
.mega-cta__text { display: flex; flex-direction: column; gap: 4px; min-width: 0; } 
.mega-cta__title { font-size: 20px; font-weight: 700; color: #000; line-height: 1.25; } 
.mega-cta__sub { font-size: 14px; font-weight: 400; letter-spacing: 0.04em; color: #000; } 
.mega-cta__buttons { display: flex; align-items: center; gap: 12px; flex-shrink: 0; } 
.mega-cta__btn { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 24px; border-radius: 999px; font-size: 18px; font-weight: 800; letter-spacing: -0.01em; white-space: nowrap; transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; } 
.mega-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(21, 99, 38, 0.22); } 
.mega-cta__btn svg { width: 14px; height: 14px; transition: transform .25s ease; } 
.mega-cta__btn:hover svg { transform: translate(3px, -3px); } 
.mega-cta__btn--outline { background: transparent; border: 3px solid var(--sub); color: var(--sub); } 
.mega-cta__btn--outline:hover { background: var(--sub); border-color: var(--sub); color: #fff; } 
.mega-cta__btn--solid { background: var(--sub); border: 3px solid var(--sub); color: #fff; } 
.mega-cta__btn--solid:hover { background: var(--main); border-color: var(--main); color: #fff; } 

/* Mobile menu button */
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 20px; position: relative; padding: 0; } 
.mobile-menu-btn span { display: block; width: 100%; height: 2px; background: #0f172a; position: absolute; left: 0; transition: all 0.3s; } 
.mobile-menu-btn span:nth-child(1) { top: 0; } 
.mobile-menu-btn span:nth-child(2) { top: 9px; } 
.mobile-menu-btn span:nth-child(3) { top: 18px; } 
.mobile-menu-btn.active span:nth-child(1) { top: 9px; transform: rotate(45deg); } 
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; } 
.mobile-menu-btn.active span:nth-child(3) { top: 9px; transform: rotate(-45deg); } 

/* Header scroll state */
.cursor-target * { cursor: none; } 
#custom-cursor { display: flex; align-items: center; justify-content: center; } 
#cursor-text { display: none; color: #fff; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; position: absolute; z-index: 10000; pointer-events: none; } 

/* footer */
.footer { background-color: #000; } 
.footer .max-cont { border-top: 1px solid #fff; padding-top: 3rem; padding-bottom: 13rem; } 
.footer .logo-box { margin-bottom: 3rem; } 
.footer .logo-box a { display: inline-block; } 
.footer-nav { margin-bottom: 5.6rem; } 
.footer-nav ul { display: flex; align-items: center; gap: 4rem; } 
.footer-nav ul li a { font-size: 1.12rem; color: #fff; } 
.footer-bottom ul { display: flex; align-items: center; gap: 3rem; margin-bottom: 1.8rem; } 
.footer-bottom ul li { font-size: 1rem; font-weight: 700; color: rgba(255, 255, 255, 0.74); position: relative; } 
.footer-bottom * { color: rgba(255, 255, 255, 0.74); } 
.footer-bottom ul li:after { content: ''; display: block; width: 1px; height: 18px; background: rgba(255, 255, 255, 0.74); position: absolute; right: -1.5rem; top: 3px; } 
.footer-bottom ul li:last-child:after { display: none; } 
.footer-bottom p { font-size: 1rem; color: rgba(255, 255, 255, 0.60); } 


/* index.php */
.main-section01 { position: relative; height: 100vh; overflow: hidden; z-index: 1; } 
.cover-section { position: relative; z-index: 2; background: transparent; } 
.cover-lead { height: 50vh; pointer-events: none; background: transparent; } 
.cover-inner { position: relative; background: #fff; } 

.main-section01--bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } 
.main-section01--bg:after { content: ''; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.35); position: absolute; left: 0; top: 0; } 
.main-section01--bg img { width: 100%; height: 100%; object-fit: cover; } 
.main-section01--dim { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; z-index: 2; pointer-events: none; } 
.main-section01--txt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; } 
.main-section01--txt01 { z-index: 3; } 
.main-section01--txt01 .text01,
.main-section01--txt01 h2,
.main-section01--txt01 h3,
.main-section01--txt01 .btn-wrap,
.main-section01--txt02 { opacity: 0; } 
.main-section01--txt01 h2 .reveal-line { display: block; overflow: hidden; } 
.main-section01--txt01 h2 .reveal-inner { display: inline-block; font-weight: 700; } 
.main-section01--txt01 h2 .reveal-char { display: inline-block; transform: translateY(110%); will-change: transform; } 
.main-section01--txt01 .text01 { display: block; font-size: 1.3rem; font-weight: 700; color: var(--gray01); margin-bottom: 2rem; } 
.main-section01--txt01 h2 { font-size: 4rem; color: var(--gray01); line-height: 1.1; margin-bottom: 2rem; } 
.main-section01--txt01 h3 { font-size: 2rem; color: var(--gray01); } 
.main-section01--txt01 .btn-wrap { display: flex; gap: 1.25rem; margin-top: 7rem; } 
.btn-box { position: relative; width: 30rem; max-width: 100%; border: 2px solid #fff; border-radius: 3.5rem; box-shadow: inset 0 0 0 1px #fff; overflow: hidden; isolation: isolate; transition: transform .45s cubic-bezier(.34, 1.56, .64, 1), box-shadow .55s cubic-bezier(.65, 0, .35, 1); } 
.btn-box a { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; font-size: 2rem; font-weight: 500; padding: 1.5rem 2.5rem; } 
.btn-box01 { background-color: #fff; } 
.btn-box01 a { color: #000; } 
.btn-box02 { background-color: transparent; } 
.btn-box02 a { color: #fff; } 
.btn-box a span { position: relative; z-index: 1; transition: transform .45s cubic-bezier(.65,0,.35,1), color .4s ease; } 
.btn-box a svg { position: relative; z-index: 1; transition: transform .45s cubic-bezier(.65,0,.35,1); } 
.btn-box a svg path { transition: fill .4s ease; } 
.btn-box01 a svg path { fill: #000; } 
.btn-box02 a svg path { fill: #fff; } 
.btn-box::before { content: ""; position: absolute; left: -5%; right: -5%; bottom: 0; height: 130%; z-index: 0; transform: translateY(101%); border-radius: 45% 55% 0 0 / 22% 22% 0 0; transition: transform .55s cubic-bezier(.65,0,.35,1), border-radius .55s ease; } 
.btn-box01::before { background-color: var(--main); } 
.btn-box02::before { background-color: #fff; } 
.btn-box:hover::before { transform: translateY(0); border-radius: 0; } 
.btn-box:hover a span { transform: translateX(4px); } 
.btn-box01:hover { box-shadow: inset 0 0 0 3px var(--main); } 
.btn-box01:hover a { color: #fff; } 
.btn-box01:hover a svg path { fill: #fff; } 
.btn-box02:hover a { color: var(--main); } 
.btn-box02:hover a svg path { fill: var(--main); } 
.btn-box:hover a svg { animation: btnArrowLaunch .55s cubic-bezier(.65,0,.35,1); } 
@keyframes btnArrowLaunch { 
 0% { transform: translate(0, 0); opacity: 1; } 
 35% { transform: translate(12px,-12px); opacity: 0; } 
 36% { transform: translate(-14px,14px); opacity: 0; } 
 100% { transform: translate(0, 0); opacity: 1; } 
 } 

/* 모션 최소화 선호 사용자 : 과한 움직임 제거 */
@media (prefers-reduced-motion: reduce) { 
 .btn-box:hover { transform: none; } 
 .btn-box:hover a svg { animation: none; } 
 .btn-box:hover a span { transform: none; } 
 } 
.main-section01--txt02 { z-index: 2; } 
.main-section01--txt02 .txt-wrap { display: flex; flex-wrap: wrap; gap: 1.3rem; max-width: 100%; align-items: flex-start; } 
.main-section01--txt02 .txt-col { display: flex; flex-direction: column; gap: 1.3rem; } 
/* 뷰포트 높이에 따라 스케일 : 4K는 원본 크기, 소형 노트북은 헤더에 안 걸리게 자동 축소 */
.main-section01--txt02 .txt-col02 { margin-top: clamp(4rem, 9vh, 11.5rem); } 
.main-section01--txt02 .txt-col .txt-box { border: 3px solid #fff; border-radius: 1.25rem; padding: clamp(2.5rem, 2vh, 2.5rem); min-width: 520px; } 
.main-section01--txt02 .txt-col .txt-box h3 { font-size: clamp(2.2rem, 4.5vh, 4rem); font-weight: 600; line-height: 1; color: #fff; margin-bottom: clamp(3.5rem, 13vh, 15rem); } 
.main-section01--txt02 .txt-col .txt-box p { font-size: clamp(1.25rem, 1.2vh, 1.25rem); color: var(--gray01); } 
.main-section02 { padding-bottom: 500px; } 
.main-section02::after { content: ''; display: block; width: 100%; height: 1px; background-color: #fff; position: absolute; bottom: -1px; } 
.main-section02--bg { position: relative; width: calc(100% - var(--cont-width)); min-height: 130vh; margin-left: auto; overflow: hidden; background-color: #ededec; top: 200px; } 
.main-section02--bg__layer { position: absolute; inset: -20%; background: url("../images/common/ani_main_bg.webp?v=3") center / contain no-repeat; transform-origin: center; will-change: transform; pointer-events: none; } 
.main-section02--bg__layer--front { animation: mainSection02BgSpin 180s linear infinite; } 
.main-section02--bg__layer--back { opacity: 0.6; animation: mainSection02BgSpinBack 120s linear infinite; } 
@keyframes mainSection02BgSpin { 
 from { transform: rotate(0deg); } 
 to { transform: rotate(360deg); } 
 } 
@keyframes mainSection02BgSpinBack { 
 from { transform: rotate(360deg) scale(1.3); } 
 to { transform: rotate(0deg) scale(1.3); } 
 } 
.main-section02--txt { position: absolute; z-index: 2; top: 0; width: 100%; padding-top: 240px; } 
.main-section02--txt .__title h3 { font-family: "Familjen Grotesk", sans-serif; font-size: 3rem; line-height: 1; text-transform: uppercase; margin-bottom: 20px; } 
.main-section02--txt .__title p { font-size: 1.3rem; color: #333; line-height: 1.4; } 
.main-section02--txt .card-wrap { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; column-gap: 2rem; row-gap: 2rem; align-items: start; margin-top: -100px; width: 60%; max-width: 100%; margin-left: auto; } 
.main-section02--txt .card-wrap .card01 { grid-column: 2; grid-row: 1; } 
.main-section02--txt .card-wrap .card02 { grid-column: 1; grid-row: 1 / 3; margin-top: 15rem; } 
.main-section02--txt .card-wrap .card03 { grid-column: 2; grid-row: 2; } 
.main-section02--txt .card { position: relative; border-radius: 2rem; overflow: hidden; aspect-ratio: 3 / 4; background: var(--main); cursor: pointer; } 
.main-section02--txt .card--img { position: absolute; inset: 0; z-index: 1; } 
.main-section02--txt .card--img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.83s; } 
.main-section02--txt .card:hover .card--img img { transform: scale(1.06) skew(0.2deg); transition: transform 0.8s; } 
.main-section02--txt .card .gradient { position: absolute; inset: 0; z-index: 2; border-radius: 1.25rem; background: linear-gradient(0deg, #043134 0%, rgba(3, 52, 49, 0.00) 100%); } 
.main-section02--txt .card--txt { position: absolute; inset: 0; z-index: 3; padding: 35px 40px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; } 
.main-section02--txt .card--txt h3 { font-size: 2.4rem; font-weight: 700; line-height: 1.1; color: #fff; } 
.main-section02--txt .card--txt > div h4 { font-size: 2rem; font-weight: 600; color: #fff; margin-bottom: 20px; } 
.main-section02--txt .card--txt > div p { font-size: 1.1rem; color: #fff; } 
.main-section03 .flex { position: relative; } 
.main-section03 .flex:before { content: ''; display: block; width: 75%; height: 100%; position: absolute; left: 0; top: 0; background-color: var(--main); opacity: 0.5; } 
.main-section03.active .flex:before { width: 43%; opacity: 1; transition: opacity 1s ease, width 0.6s ease; } 
.main-section03--txt { width: 43%; max-width: 100%; height: 100%; padding: 8rem 6rem; position: absolute; left: 0; top: 0; display: flex; flex-wrap: wrap; align-items: center; } 
.main-section03--txt h3 { font-size: 2.6rem; font-weight: 700; margin-bottom: 10px; color: #fff; } 
.main-section03--txt p { font-size: 1.25rem; font-weight: 500; margin-bottom: 30px; color: #fff; } 
.main-section03--img { width: 100%; } 
.main-section04 { } 
.main-section04--txt { position: absolute; top: 0; width: 100%; padding-top: 100px; overflow: hidden; } 
.main-section04--txt span { display: block; font-family: "Familjen Grotesk", sans-serif; font-size: 1.5rem; text-transform: uppercase; color: #fff; text-align: center; } 
.main-section04 .marquee-wrap { margin-top: 140px; display: flex; align-items: center; gap: 6rem; width: max-content; will-change: transform; } 
.main-section04 .marquee-wrap .marquee-box { flex-shrink: 0; } 
.main-section04 .marquee-wrap .marquee-box img { display: block; } 
.cover-inner { background-color: #fff; } 

.main-section05 { padding-bottom: 200px; } 
.main-section05 .cert-badges { list-style: none; margin: 0 auto; padding: 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 30px 40px; width: 100%; max-width: 1113px; } 
.main-section05 .cert-badges__item { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; } 
.main-section05 .cert-badges__item img { display: block; width: auto; height: 100px; object-fit: contain; } 


/* banner.php */
.banner-wrap { position: relative; overflow: hidden; } 
.banner-img { position: relative; width: 100%; } 
.banner-img img { display: block; width: 100%; height: auto; transform: scale(1.18); transition: transform 1.6s cubic-bezier(.25,.46,.45,.94); } 
.banner-wrap.active .banner-img img { transform: scale(1); } 
.banner-wrap::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.2) 100%); opacity: 1; transition: opacity 1.1s ease .1s; } 
.banner-wrap.active::before { opacity: 0; } 
.banner-txt { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; } 
.banner-txt span,
.banner-txt h2,
.banner-txt h3 { opacity: 0; transition: opacity .9s ease; } 
.banner-wrap.active .banner-txt span { transition-delay: .45s; } 
.banner-wrap.active .banner-txt h2 { transition-delay: .6s; } 
.banner-wrap.active .banner-txt h3 { transition-delay: .8s; } 
.banner-wrap.active .banner-txt span,
.banner-wrap.active .banner-txt h2,
.banner-wrap.active .banner-txt h3 { opacity: 1; } 
.banner-txt span { font-size: 20px; font-weight: 700; color: var(--gray01); text-transform: uppercase; display: block; margin-bottom: 30px; } 
.banner-txt h2 { font-size: 52px; font-weight: 600; color: #fff; line-height: 1.1; } 
.banner-txt h3 { font-size: 20px; font-weight: 700; color: #dbdbdb; margin-top: 30px; } 
.sub-page section { padding-top: 100px; padding-bottom: 100px; } 
.sub-title span { font-weight: 700; color: #87b81e; } 
.sub-title h2 { font-size: 32px; font-weight: 700; line-height: 1.2; } 
.sub-title p { font-size: 18px; } 

/* company.php */
.company-con01 .flex { gap: 50px; } 
.company-con01 .flex .desc-wrap { flex: 1; } 
.company-con01 .flex .img-wrap { width: 50%; } 
.company-con01 ul { border-top: 1px solid #ddd; } 
.company-con01 ul li { display: flex; align-items: center; gap: 30px; padding: 10px 0; border-bottom: 1px solid #ddd; font-size: 18px; font-weight: 500; } 
.company-con01 ul li .text01 { width: 80px; color: rgba(0, 0, 0, 0.5); } 
.company-con02 { background-color: #f3f3f3; } 
.company-con02 .grid { gap: 50px; } 
.company-con02 .grid .img-box { margin-bottom: 20px; } 
.company-con02 .grid .txt-box h3 { font-size: 28px; font-weight: 600; letter-spacing: -0.2px; margin-bottom: 8px; } 
.company-con02 .grid .txt-box p { font-size: 18px; } 
.company-con02 .summary { margin-top: 50px; padding-top: 50px; border-top: 1px solid #000; text-align: center; } 
.company-con02 .summary p { font-size: 18px; } 
.company-con02 .summary p b { font-size: 20px; } 
.company-con03 .grid { gap: 50px; } 
.company-con03 .grid .txt-box { padding: 30px 40px; background-color: #f3f3f3; } 
.company-con03 .grid .txt-box span { font-weight: 700; color: #87b81e; } 
.company-con03 .grid .txt-box h4 { margin-top: 5px; font-size: 32px; font-weight: 500; } 
.company-con03 .grid .txt-box ul { margin-top: 30px; border-top: 1px solid #999; } 
.company-con03 .grid .txt-box ul li { font-size: 18px; font-weight: 500; padding: 10px 0; border-bottom: 1px solid #999; } 
.company-con04 { background-color: #f3f3f3; overflow: hidden; }
.company-con04 .bg-box { position: absolute; padding-top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; pointer-events: none; }
/* 가로 파동 : ani_sub_bg.webp(경량) 좌우 왕복(sway). 단일 이미지라 seam 없음, transform 로 가벼움. */
.company-con04 .bg-box .wave-img { display: block; width: 130vw; aspect-ratio: 4958.649 / 1079.179; background: url("../images/common/ani_sub_bg.webp?v=3") center / 100% 100% no-repeat; will-change: transform; animation: subWaveSway 16s ease-in-out infinite alternate; } 
@keyframes subWaveSway { 
 from { transform: translateX(0); } 
 to { transform: translateX(-30vw); } 
 } 
.company-con04 .container { position: relative; z-index: 2; } 
.company-con04 .flex { gap: 30px; } 
.company-con04 .left-wrap { width: 35%; } 
.company-con04 .right-wrap { flex: 1; border-top: 2px solid #bcbcbc; padding-top: 30px; } 
.company-con04 .right-wrap h3 { font-size: 32px; font-weight: 600; margin-bottom: 30px; line-height: 1.2; } 
.company-con04 .right-wrap h3 em { font-size: inherit; font-style: normal; font-weight: 700; color: var(--main); background: linear-gradient(180deg, transparent 68%, rgba(21, 99, 38, 0.18) 68%); padding: 0 2px; } 
.company-con04 .right-wrap p { font-size: 20px; } 
.company-con04 .right-wrap ul { border-top: 2px solid #bcbcbc; } 
.company-con04 .right-wrap ul li { font-size: 24px; padding: 30px 0; border-bottom: 1px solid #bcbcbc; } 
.company-con04 .grid { gap: 50px; } 
.company-con04 .grid .txt-box { padding: 30px 40px; background-color: #fff; } 
.company-con04 .grid .txt-box span { font-weight: 700; color: #87b81e; } 
.company-con04 .grid .txt-box h4 { margin-top: 5px; font-size: 32px; font-weight: 500; line-height: 1.1; } 
.company-con04 .grid .txt-box p { margin-top: 30px; font-size: 18px; } 
.company-con04 .container { overflow: hidden; } 
.company-con04 .marquee-wrap { margin-top: 60px; width: 100%; } 
/* Swiper 마퀴 : swiper-wrapper 가 트랙. 선형 타이밍으로 등속 흐름(마퀴) 유지, 터치/드래그 스와이프 가능 */
.company-con04 .marquee-wrap .swiper-wrapper { align-items: center; transition-timing-function: linear !important; } 
.company-con04 .marquee-wrap .swiper-slide { width: 370px; box-sizing: border-box; } 
.company-con04 .marquee-wrap .marquee-box { flex-shrink: 0; background: #fff; width: 370px; max-width: 400px; height: 300px; padding: 40px; } 
.company-con04 .marquee-wrap .marquee-box img { display: block; height: 125px; object-fit: contain; } 
.company-con04 .marquee-wrap .marquee-box .txt-box { margin-top: 20px; text-align: center; } 
.company-con04 .marquee-wrap .marquee-box .txt-box h3 { font-size: 24px; font-weight: 700; } 
.company-con04 .marquee-wrap .marquee-box .txt-box p { font-size: 20px; } 
.company-con05 { background-color: #f3f3f3; } 
.company-con05 .container { width: 100%; padding-left: var(--cont-width); } 
.company-con05 .flex { gap: 50px; align-items: flex-start; } 
.company-con05 .left-wrap { width: 32%; flex-shrink: 0; } 
.company-con05 .right-wrap { flex: 1; min-width: 0; } 
.company-con05 .slide-box { overflow: hidden; padding-bottom: 40px; } 
.company-con05 .slide-box .swiper-slide { height: auto; } 
.company-con05 .slide-box .swiper-slide .img-box { aspect-ratio: 109 / 142; } 
.company-con05 .slide-box .swiper-slide .img-box img { aspect-ratio: 109 / 142; object-fit: contain; margin-left: auto; margin-right: auto; } 
.company-con05 .slide-box .txt-box { margin-top: 10px; } 
.company-con05 .slide-box .txt-box p { font-size: 18px; font-weight: 700; text-align: center; } 
.company-con05 .slide-box .swiper-scrollbar { position: absolute; left: 0; right: 0; bottom: 0; width: calc(72% + 25px); height: 4px; background: rgba(0, 0, 0, .08); border-radius: 4px; } 
.company-con05 .slide-box .swiper-scrollbar-drag { background: #000; border-radius: 4px; cursor: grab; } 
.company-con05 .slide-box .swiper-scrollbar-drag:active { cursor: grabbing; } 
.company-con05 .slide-box .swiper-slide { cursor: zoom-in; transition: transform .3s ease; } 
.company-con05 .slide-box .swiper-slide:hover { transform: translateY(-4px); } 
.company-con05 .slide-box .swiper-slide:hover .img-box { border-color: var(--main); } 
.company-con05 .slide-box .swiper-slide .img-box { transition: border-color .3s ease; } 

/* company-con06 : Company history — horizontal timeline (Figma 652:8) */
.company-con06 .sub-title { margin-bottom: 60px; } 
.company-con06 .history-wrap { padding-bottom: 40px; } 
.company-con06 .history-swiper { overflow: hidden; padding-bottom: 40px; position: relative; } 
/* Thin horizontal rule aligned to the vertical center of the dot (top:40 + 12.5 = 52.5) — spans full wrapper width */
.company-con06 .history-swiper .swiper-wrapper { background-image: linear-gradient(180deg, transparent 52px, #d0d0d0 52px, #d0d0d0 53px, transparent 53px); } 
.company-con06 .history-slide { width: 281px; padding: 0 40px 0 0; box-sizing: border-box; position: relative; min-height: 160px; } 
.company-con06 .history-slide__date { display: block; font-family: 'Pretendard', sans-serif; font-size: 20px; font-weight: 700; color: #000; line-height: 30px; } 
.company-con06 .history-slide__dot { position: absolute; left: 0; top: 40px; width: 25px; height: 25px; border-radius: 50%; background: #fff; border: 1px solid #999; box-shadow: 0 0 0 4px #fff; box-sizing: border-box; } 
.company-con06 .history-slide__desc { margin: 48px 0 0; font-family: 'Pretendard', sans-serif; font-size: 16px; font-weight: 400; color: #000; line-height: 24px; word-break: keep-all; } 
/* Drag scrollbar */
.company-con06 .history-scrollbar { position: relative; left: 0; right: 0; margin-top: 50px; width: 100%; height: 4px; background: rgba(0, 0, 0, .08); border-radius: 4px; } 
.company-con06 .history-scrollbar .swiper-scrollbar-drag { background: var(--main); border-radius: 4px; cursor: grab; } 
.company-con06 .history-scrollbar .swiper-scrollbar-drag:active { cursor: grabbing; } 
.company-con06 .history-swiper .swiper-slide-active .history-slide__dot,
.company-con06 .history-swiper.is-first-active .swiper-slide:first-child .history-slide__dot { background: var(--main); border-color: var(--main); } 

/* cert-modal */
.cert-modal { position: fixed; inset: 0; z-index: 9999; display: none; } 
.cert-modal.is-open { display: block; } 
.cert-modal__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, .8); animation: certFadeIn .25s ease; } 
.cert-modal__dialog { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(90vw, 720px); max-height: 92vh; background: #fff; border-radius: 12px; padding: 60px 40px 40px; box-shadow: 0 20px 60px rgba(0, 0, 0, .3); animation: certZoomIn .3s cubic-bezier(.16, 1, .3, 1); display: flex; flex-direction: column; } 
.cert-modal__close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: none; background: transparent; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background-color .2s ease; } 
.cert-modal__close:hover { background-color: rgba(0, 0, 0, .06); } 
.cert-modal__close::before, .cert-modal__close::after { content: ''; position: absolute; width: 22px; height: 2px; background: #111; border-radius: 2px; } 
.cert-modal__close::before { transform: rotate(45deg); } 
.cert-modal__close::after { transform: rotate(-45deg); } 
.cert-modal__img { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; } 
.cert-modal__img img { max-width: 100%; max-height: calc(92vh - 180px); width: auto; height: auto; object-fit: contain; } 
.cert-modal__txt { margin-top: 20px; text-align: center; } 
.cert-modal__txt p { font-size: 18px; font-weight: 700; color: #111; line-height: 1.4; margin: 0; } 
@keyframes certFadeIn { 
 from { opacity: 0; } 
 to { opacity: 1; } 
 } 
@keyframes certZoomIn { 
 from { opacity: 0; transform: translate(-50%, -50%) scale(.94); } 
 to { opacity: 1; transform: translate(-50%, -50%) scale(1); } 
 } 
body.cert-modal-open { overflow: hidden; } 

/* rfq.php */
.rfq-con01 .flex { gap: 50px; align-items: flex-start; flex-wrap: wrap; } 
.rfq-con01 .flex .box { width: calc((100% - 100px) / 3); } 
.rfq-con01 .flex .box:nth-child(2) { padding-top: 100px; } 
.rfq-con01 .flex .box:nth-child(4),.rfq-con01 .flex .box:nth-child(6) { margin-top: -100px; } 
.rfq-con01 .flex .box:nth-child(3n) { margin-right: 0; } 
.rfq-con01 .flex .txt-box { background-color: #f3f3f3; padding: 40px 30px; min-height: 370px; display: flex; flex-direction: column; justify-content: space-between; } 
.rfq-con01 .flex .txt-box span { font-weight: 700; color: #87b81e; } 
.rfq-con01 .flex .txt-box h4 { margin-top: 5px; font-size: 32px; font-weight: 500; line-height: 1.1; } 
.rfq-con01 .flex .txt-box p { margin-top: 20px; font-size: 18px; } 
.rfq-con01 .flex .txt-box .rect { width: 100%; margin-top: 30px; padding: 18px 12px; display: flex; align-items: center; justify-content: center; border: 3px solid var(--sub); color: var(--sub); font-size: 20px; font-weight: 700; } 
.rfq-con01 .flex .txt-box .rect span { color: var(--sub); line-height: 1; } 
.rfq-con02 { background-color: #f3f3f3; height: 100vh; overflow: hidden; } 
.rfq-con02 .bg-box { position: absolute; top: 30%; left: 0; width: 100%; overflow: hidden; z-index: 0; pointer-events: none; } 
/* 가로 파동 : company-con04 와 동일 (ani_sub_bg.webp sway) */
.rfq-con02 .bg-box .wave-img { display: block; width: 130vw; aspect-ratio: 4958.649 / 1079.179; background: url("../images/common/ani_sub_bg.webp?v=3") center / 100% 100% no-repeat; will-change: transform; animation: subWaveSway 16s ease-in-out infinite alternate; } 
.rfq-con02 > .container { width: var(--max-cont); max-width: 100%; margin-left: auto; margin-right: auto; height: 100%; display: flex; flex-direction: column; padding-top: 5rem; padding-bottom: 3rem; position: relative; z-index: 2; } 
.rfq-con02 .sub-title { flex-shrink: 0; transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
.rfq-con02 .ani-wrap { flex: 1; min-height: 0; position: relative; margin-top: 10rem; } 
.rfq-con02 .ani-wrap .ani-row { position: absolute; inset: 0; display: flex; gap: 1.5rem; justify-content: center; align-items: center; } 
.rfq-con02 .ani-wrap .card { position: relative; max-width: 370px; border-radius: 20px; overflow: hidden; will-change: transform, opacity; } 
.rfq-con02 .ani-wrap .card .bg-gradient { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(0deg, #043134 0%, rgba(3, 52, 49, 0.00) 100%); z-index: 1; } 
.rfq-con02 .ani-wrap .card .img { width: 100%; height: 100%; } 
.rfq-con02 .ani-wrap .card .img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 20px; } 
.rfq-con02 .ani-wrap .card .txt { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: clamp(20px, 2vw, 40px); display: flex; flex-direction: column; justify-content: space-between; z-index: 2; } 
.rfq-con02 .ani-wrap .card .txt h3 { font-size: clamp(24px, 2.6vw, 48px); font-weight: 700; line-height: 1.2; color: #fff; } 
.rfq-con02 .ani-wrap .card .txt p { font-size: clamp(15px, 1.4vw, 24px); font-weight: 500; line-height: 1.3; color: #fff; } 

/* service.php */
.service-con01 .grid { gap: 50px; } 
.service-con01 .grid .img-box, .service-con01 .grid .img-box img { aspect-ratio: 1 / 1; object-fit: cover; } 
.service-con01 .grid .txt-box { padding: 20px; } 
.service-con01 .grid .txt-box span { font-weight: 700; color: #87b81e; } 
.service-con01 .grid .txt-box h4 { margin-top: 5px; font-size: 32px; font-weight: 500; line-height: 1.1; } 
.service-con01 .grid .txt-box ul { border-top: 1px solid #ddd; } 
.service-con01 .grid .txt-box ul li { padding: 10px 0; line-height: 1.2; border-bottom: 1px solid #ddd; } 
.service-con01 .grid .summary { background-color: #f3f3f3; padding: 20px; } 
.service-con01 .grid .summary p { font-size: 24px; font-weight: 700; position: relative; padding-left: 30px; } 
.service-con01 .grid .summary p:nth-child(n+2) { margin-top: 8px; } 
.service-con01 .grid .summary p:before { content: ''; display: block; width: 20px; height: 20px; position: absolute; left: 0; top: 7px; background-image: url('../images/service/polygon.png'); background-repeat: no-repeat; background-size: 14px; background-position: center; } 
.service-con02 { background-color: #f3f3f3; } 
.service-con02 .wrap { width: calc(100% - 140px); max-width: 100%; margin: 0 auto; padding: 0 15px; } 
.service-con02 .swiper-slide { border-radius: 20px; background: #fff; padding: 30px; } 
.service-con02 .swiper-slide span { font-size: 32px; line-height: 1; font-weight: 800; color: var(--main); display: block; margin-bottom: 40px; } 
.service-con02 .swiper-slide .img-box img { height: 125px; object-fit: contain; } 
.service-con02 .swiper-slide .desc-box h4 { font-size: 20px; font-weight: 700; } 
.service-con02 .swiper-slide .desc-box p { line-height: 1.2; margin-top: 4px; } 
.service-con02 .slide-box { overflow: hidden; padding-bottom: 40px; position: relative; } 
.service-con02 .slide-box .swiper-slide { height: auto; } 
.service-con02 .slide-box .swiper-scrollbar { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 4px; background: rgba(0, 0, 0, .08); border-radius: 4px; } 
.service-con02 .slide-box .swiper-scrollbar-drag { background: #000; border-radius: 4px; cursor: grab; } 
.service-con02 .slide-box .swiper-scrollbar-drag:active { cursor: grabbing; } 
/* service-con02 : 7단계 Closed-Loop 원형 슬라이더 (PC 1025+ 만 적용, 모바일은 위의 기본 swiper 규칙 유지) */
@keyframes sc02CircleRotate { 
 from { transform: rotate(0deg); } 
 to { transform: rotate(360deg); } 
 } 
@keyframes sc02CircleCounter { 
 from { transform: rotate(0deg); } 
 to { transform: rotate(-360deg); } 
 } 
@media (min-width: 1025px) { 
 .service-con02 .slide-box--circle { --sc02-size: min(720px, 80vw); --sc02-radius: calc(var(--sc02-size) * 0.4); --sc02-card: 280px; --sc02-count: 7; --sc02-duration: 90s; position: relative; width: var(--sc02-size); height: var(--sc02-size); margin: 120px auto 0; overflow: visible; } 
 .service-con02 .slide-box--circle .swiper-wrapper { display: block !important; position: relative; width: 100%; height: 100%; transform: none; transform-origin: 50% 50%; animation: sc02CircleRotate var(--sc02-duration) linear infinite; } 
 .service-con02 .slide-box--circle .swiper-slide { position: absolute !important; top: 50%; left: 50%; width: var(--sc02-card) !important; height: var(--sc02-card) !important; margin: 0 !important; flex-shrink: 0; background: transparent; transform: translate(-50%, -50%) rotate(calc(var(--i) * (360deg / var(--sc02-count)))) translateY(calc(-1 * var(--sc02-radius))) rotate(calc(-1 * var(--i) * (360deg / var(--sc02-count)))); } 
 /* --i 를 CSS 로 정의 (Swiper.destroy(true,true) 가 슬라이드의 style 속성을 통째로 지워버려 인라인 --i 가 소실되므로 :nth-child 로 살려둔다) */
 .service-con02 .slide-box--circle .swiper-slide:nth-child(1) { --i: 0; } 
 .service-con02 .slide-box--circle .swiper-slide:nth-child(2) { --i: 1; } 
 .service-con02 .slide-box--circle .swiper-slide:nth-child(3) { --i: 2; } 
 .service-con02 .slide-box--circle .swiper-slide:nth-child(4) { --i: 3; } 
 .service-con02 .slide-box--circle .swiper-slide:nth-child(5) { --i: 4; } 
 .service-con02 .slide-box--circle .swiper-slide:nth-child(6) { --i: 5; } 
 .service-con02 .slide-box--circle .swiper-slide:nth-child(7) { --i: 6; } 
 /* 카드 본체 : 정원(circle) 디자인 */
 .service-con02 .slide-box--circle .swiper-slide .inner { width: 100%; height: 100%; border-radius: 50%; background: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; box-sizing: border-box; transform-origin: 50% 50%; animation: sc02CircleCounter var(--sc02-duration) linear infinite; } 
 /* 원 안 콘텐츠 정리 (오버플로우 방지) */
 .service-con02 .slide-box--circle .swiper-slide .inner > span { display: block; font-size: 14px; letter-spacing: 0.05em; opacity: 0.6; margin-bottom: 6px; } 
 .service-con02 .slide-box--circle .swiper-slide .inner .img-box { width: 56px; height: 56px; margin: 0 auto 8px; } 
 .service-con02 .slide-box--circle .swiper-slide .inner .img-box img { max-width: 100%; max-height: 100%; } 
 .service-con02 .slide-box--circle .swiper-slide .inner .desc-box h4 { font-size: 17px; margin: 0 0 4px; } 
 .service-con02 .slide-box--circle .swiper-slide .inner .desc-box p { font-size: 13px; line-height: 1.4; margin: 0; } 
 /* 마우스 올리면 회전 일시정지 (읽기 편하도록) */
 .service-con02 .slide-box--circle:hover .swiper-wrapper, .service-con02 .slide-box--circle:hover .swiper-slide .inner { animation-play-state: paused; } 
 /* PC 에서는 하단 스크롤바 영역 숨김 */
 .service-con02 .slide-box--circle > .container { display: none; } 
 } 
.service-con03 .grid { gap: 50px; } 
.service-con03 .grid .desc-box { padding: 20px; } 
.service-con03 .grid .desc-box h3 { font-size: 32px; font-weight: 500; margin-bottom: 16px; } 
.service-con03 .grid .desc-box p { font-size: 18px; } 

.search-wrap { display: flex; justify-content: flex-end; margin-bottom: 80px; } 
.board-search { display: flex; gap: 10px; } 
.board-search__select { position: relative; width: 131px; height: 50px; } 
.board-search__select select { width: 100%; height: 100%; padding: 0 40px 0 15px; border: 1px solid #999; background-color: #fff; background-image: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'><path d='M1 1L6 5.5L11 1' stroke='%23333' stroke-linecap='round'/></svg>"); background-repeat: no-repeat; background-position: right 15px center; color: #333; font-size: 16px; letter-spacing: -0.16px; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; } 
.board-search__select select:focus { outline: none; border-color: var(--main); } 
.board-search__input { position: relative; width: 356px; height: 50px; } 
.board-search__input input[type="text"] { width: 100%; height: 100%; padding: 0 45px 0 15px; border: 1px solid #999; background-color: #fff; color: #333; font-size: 16px; letter-spacing: -0.16px; } 
.board-search__input input[type="text"]::placeholder { color: #999; } 
.board-search__input input[type="text"]:focus { border-color: var(--main); } 
.board-search__btn { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; padding: 0; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; } 
.pagination-box { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 120px; } 
.pagination-box .pagination-num { display: block; position: relative; font-size: 16px; line-height: 1; color: #666; padding: 0 4px; transition: color 0.2s ease; } 
.pagination-box .pagination-num:hover { color: var(--sub); } 
.pagination-box .pagination-num.is-active { color: var(--sub); } 
.pagination-box .pagination-num.is-active::after { content: ''; position: absolute; left: 50%; bottom: -4px; transform: translateX(-50%); width: 104%; height: 1px; background-color: var(--sub); } 
.pagination-box .pagination-btn { display: inline-flex; align-items: center; justify-content: center; color: #999; text-decoration: none; transition: color 0.2s ease; } 
.pagination-box .pagination-btn:hover { color: var(--sub); } 
.pagination-box .pagination-btn--first { margin-right: -12px; } 
.pagination-box .pagination-btn--last { margin-left: -12px; } 
.gallery-list.grid { gap: 70px 30px; } 
.gallery-list.grid .thum-box { aspect-ratio: 5 / 3; display: flex; align-items: center; justify-content: center; border: 1px solid #ddd; border-radius: 12px; overflow: hidden; } 
.gallery-list.grid .thum-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; transition: 0.5s; } 
.gallery-list .gallery-list--item:hover .thum-box img { transform: scale(1.05); transition: 0.5s; } 
.gallery-list.grid .desc-box { margin-top: 20px; } 
.gallery-list.grid .desc-box span { font-size: 15px; font-weight: 700; color: var(--main); } 
.gallery-list.grid .desc-box h3 { font-size: 28px; font-weight: 700; } 

/* notice_view.php */
.notice-view__head { padding-bottom: 30px; margin-bottom: 40px; border-bottom: 1px solid #ddd; } 
.notice-view__title { font-size: 32px; font-weight: 700; line-height: 1.3; color: #111; margin-bottom: 20px; } 
.notice-view__meta { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; } 
.notice-view__meta li { position: relative; font-size: 16px; color: #666; } 
.notice-view__meta li:not(:last-child):after { content: ''; display: block; width: 1px; height: 12px; background-color: #ddd; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); } 
.notice-view__meta li span { display: inline-block; color: #999; font-weight: 500; margin-right: 10px; } 
.notice-view__body { min-height: 400px; padding: 20px 0 80px; font-size: 18px; line-height: 1.7; color: #333; border-bottom: 1px solid #ddd; } 
.notice-view__body img { max-width: 100%; height: auto; } 
.notice-view__body p { margin: 0 0 1em; } 
.notice-view__body p:last-child { margin-bottom: 0; } 
/* 에디터(TinyMCE) 본문 리치텍스트 복원 : 전역 리셋(* text-decoration:none, strong normal 등)으로
 지워지는 서식을 '본문 영역에서만' 되살림 (인라인 style 인 글자색/크기/정렬은 그대로 동작) */
.notice-view__body strong, .notice-view__body b { font-weight: 700; } 
.notice-view__body em, .notice-view__body i { font-style: italic; } 
.notice-view__body u, .notice-view__body ins { text-decoration: underline; } 
.notice-view__body s, .notice-view__body strike, .notice-view__body del { text-decoration: line-through; } 
.notice-view__body a { color: var(--main); text-decoration: underline; word-break: break-all; } 
.notice-view__body h1 { font-size: 30px; font-weight: 700; line-height: 1.3; margin: 32px 0 14px; color: #111; } 
.notice-view__body h2 { font-size: 26px; font-weight: 700; line-height: 1.3; margin: 30px 0 12px; color: #111; } 
.notice-view__body h3 { font-size: 22px; font-weight: 700; line-height: 1.35; margin: 26px 0 10px; color: #111; } 
.notice-view__body h4 { font-size: 18px; font-weight: 700; line-height: 1.4; margin: 22px 0 8px; color: #111; } 
.notice-view__body h5, .notice-view__body h6 { font-size: 16px; font-weight: 700; margin: 18px 0 8px; color: #111; } 
.notice-view__body ul { list-style: disc outside; padding-left: 22px; margin: 0 0 1em; } 
.notice-view__body ol { list-style: decimal outside; padding-left: 22px; margin: 0 0 1em; } 
/* 전역 리셋의 li { list-style:none } 을 이기려면 li 를 직접 지정해야 함 */
.notice-view__body ul li { display: list-item; list-style-type: disc; margin: 4px 0; } 
.notice-view__body ol li { display: list-item; list-style-type: decimal; margin: 4px 0; } 
.notice-view__body li::marker { color: inherit; } 
.notice-view__body blockquote { margin: 16px 0; padding: 12px 18px; background: #f5f7fb; border-radius: 6px; color: #444; } 
.notice-view__body pre { margin: 16px 0; padding: 14px; background: #0e1730; color: #e2e8f0; border-radius: 6px; overflow: auto; } 
.notice-view__body table { width: 100%; border-collapse: collapse; margin: 16px 0; } 
.notice-view__body th, .notice-view__body td { padding: 8px 10px; border: 1px solid #e6e9ef; } 
.notice-view__body hr { border: 0; border-top: 1px solid #ddd; margin: 24px 0; } 
.notice-view__body iframe { max-width: 100%; } 
.notice-view__nav { border-bottom: 1px solid #ddd; margin-bottom: 60px; } 
.notice-view__nav li { display: flex; align-items: center; gap: 30px; padding: 22px 10px; } 
.notice-view__nav li:not(:last-child) { border-bottom: 1px solid #eee; } 
.notice-view__nav li .label { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; width: 100px; font-size: 16px; font-weight: 700; color: var(--main); } 
.notice-view__nav li .label svg { display: block; } 
.notice-view__nav li a { flex: 1; min-width: 0; font-size: 18px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.2s ease; } 
.notice-view__nav li a:hover { color: var(--sub); } 
.notice-view__btn { display: flex; justify-content: center; } 
.notice-view__btn .btn-list { display: inline-flex; align-items: center; justify-content: center; min-width: 200px; padding: 16px 40px; background-color: var(--main); color: #fff; font-size: 18px; font-weight: 500; border-radius: 40px; transition: background-color 0.3s ease; } 
.notice-view__btn .btn-list:hover { background-color: var(--sub); } 
 
/* inquiry.php */
/* 모든 select 화살표 커스텀 (SVG 배경으로 교체) */
 select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml; charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill='none'><path d='M8.40305 8.99497C8.57334 8.97925 8.73552 8.90292 8.86526 8.7772L16.3661 1.59561C16.7148 1.28132 16.7675 0.715594 16.4837 0.331707C16.2019 -0.054424 15.691 -0.112793 15.3444 0.2015C15.3302 0.21497 15.316 0.22844 15.3038 0.241909L8.33412 6.9139L1.36441 0.239664C1.03599 -0.0993237 0.523094 -0.0791192 0.219006 0.284563C-0.0871086 0.648244 -0.0688649 1.21622 0.25955 1.55296C0.273743 1.56643 0.285904 1.5799 0.300095 1.59337L7.80095 8.7772C7.96719 8.9366 8.1841 9.01517 8.40305 8.99497Z' fill='%23535353'/></svg>"); background-repeat: no-repeat; background-position: right 20px center; background-size: 17px 9px; padding-right: 50px !important; /* 화살표 겹침 방지 */ } 
 select::-ms-expand { display: none; /* IE10+ 기본 화살표 제거 */ } 
.contact-con01 .flex { gap: 50px; } 
.contact-con01 .flex > div { width: 50%; } 
.contact-con01 .left-wrap ul { border-top: 1px solid #ddd; } 
.contact-con01 .left-wrap ul li { border-bottom: 1px solid #ddd; padding: 12px 0; display: flex; font-size: 18px; } 
.contact-con01 .left-wrap ul li .text01 { width: 100px; color: rgba(0,0,0,0.5); font-weight: 500; } 
.contact-con01 .left-wrap ul li .text02 { flex: 1; } 
.contact-con01 .left-wrap .map-box { margin-top: 40px; } 
 .contact-con01 .inquiry-form { background: #f2f2f2; padding: 30px 40px; border-radius: 4px; } 
 .contact-con01 .inquiry-form .required-guide { text-align: right; color: #333; font-size: 15px; margin: 0 0 15px; } 
 .contact-con01 .inquiry-form .star { color: #f00; } 
 .contact-con01 .inquiry-form .guide-divider { border: 0; border-top: 1px solid #333; margin: 0 0 25px; } 
 .contact-con01 .inquiry-form .form-list { list-style: none; padding: 0; margin: 0 0 15px; } 
 .contact-con01 .inquiry-form .form-item { display: flex; align-items: stretch; background: #fff; border: 1px solid #ddd; border-radius: 3px; margin-bottom: 12px; overflow: hidden; } 
 .contact-con01 .inquiry-form .form-item label { flex: 0 0 140px; padding: 20px; font-weight: 700; color: #094325; font-size: 15px; display: flex; align-items: center; position: relative; } 
 .contact-con01 .inquiry-form .form-item label:after { content: ''; display: block; width: 1px; height: 20px; background: #999; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
 .contact-con01 .inquiry-form .form-item input,
 .contact-con01 .inquiry-form .form-item select,
 .contact-con01 .inquiry-form .form-item textarea { flex: 1; min-width: 0; border: 0; outline: none; padding: 18px 20px; font-size: 15px; font-family: inherit; background-color: transparent; color: #1a1a1a; } 
 .contact-con01 .inquiry-form .form-item textarea { resize: vertical; min-height: 220px; background-color: rgba(21, 99, 38, 0.04); border-radius: 6px; } 
 .contact-con01 .inquiry-form .form-item-textarea { align-items: flex-start; flex-wrap: wrap; padding: 20px; } 
 .contact-con01 .inquiry-form .form-item-textarea label { flex: initial; width: 100%; padding: 0; margin-bottom: 20px; } 
 .contact-con01 .inquiry-form .form-item-textarea label:after { display: none; } 
 .contact-con01 .inquiry-form .btn-submit { display: block; width: 100%; padding: 17px; background: #156326; color: #fff; border: 0; border-radius: 40px; font-size: 20px; font-weight: 700; cursor: pointer; font-family: inherit; } 
 .contact-con01 .inquiry-form .btn-submit:hover { background: #0f4523; } 
 .contact-con01 .inquiry-form .form-item:focus-within { border-color: var(--sub); box-shadow: 0 0 0 3px rgba(21, 99, 38, 0.15); } 
 .contact-con01 .inquiry-form .form-item input,
 .contact-con01 .inquiry-form .form-item select,
 .contact-con01 .inquiry-form .form-item textarea { transition: background-color 0.2s ease; } 
 .contact-con01 .inquiry-form .form-item input:focus,
 .contact-con01 .inquiry-form .form-item select:focus,
 .contact-con01 .inquiry-form .form-item textarea:focus { background-color: rgba(21, 99, 38, 0.04); } 

/* quote.php */
 .quote-con01 .quote-flash { padding: 16px 20px; border-radius: 4px; margin: 0 0 20px; font-size: 15px; font-weight: 500; } 
 .quote-con01 .quote-flash--ok { background: #e8f5e9; border: 1px solid #156326; color: #156326; } 
 .quote-con01 .quote-flash--err { background: #fdecea; border: 1px solid #d33; color: #a41d1d; } 
 .quote-con01 .required-guide { text-align: right; color: #333; font-size: 15px; margin: 0 0 15px; } 
 .quote-con01 .star { color: #f00; } 
 .quote-con01 .quote-form { display: flex; flex-direction: column; gap: 30px; } 
 .quote-con01 .quote-group { background: #f2f2f2; padding: 30px 40px; border-radius: 4px; } 
 .quote-con01 .quote-group__title { font-size: 24px; font-weight: 700; color: #094325; margin: 0 0 20px; } 
 .quote-con01 .quote-group__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; } 
 .quote-con01 .quote-group__grid .form-item.full { grid-column: 1 / -1; } 
 .quote-con01 .form-item { display: flex; align-items: stretch; background: #fff; border: 1px solid #ddd; border-radius: 3px; overflow: hidden; } 
 .quote-con01 .form-item label { flex: 0 0 160px; padding: 18px 20px; font-weight: 700; color: #094325; font-size: 15px; display: flex; align-items: center; position: relative; word-break: auto-phrase; } 
 .quote-con01 .form-item label:after { content: ''; display: block; width: 1px; height: 20px; background: #999; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
 .quote-con01 .form-item input,
 .quote-con01 .form-item select { flex: 1; min-width: 0; border: 0; outline: none; padding: 16px 20px; font-size: 15px; font-family: inherit; background-color: transparent; color: #1a1a1a; } 
 .quote-con01 .form-item input::placeholder { color: rgba(9, 67, 37, 0.5); } 
 .quote-con01 .form-item input[readonly] { cursor: pointer; background-image: url("data:image/svg+xml; charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23535353' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>"); background-repeat: no-repeat; background-position: right 20px center; background-size: 18px; padding-right: 50px; } 
 .quote-con01 .form-item select:invalid,
 .quote-con01 .form-item select:has(option[disabled][selected]:checked) { color: rgba(9, 67, 37, 0.5); } 
 .quote-con01 .form-item select option { color: #000; } 
 .quote-con01 .form-item { transition: border-color 0.2s ease, box-shadow 0.2s ease; } 
 .quote-con01 .form-item:focus-within { border-color: var(--sub); box-shadow: 0 0 0 3px rgba(21, 99, 38, 0.15); } 
 .quote-con01 .form-item input,
 .quote-con01 .form-item select { transition: background-color 0.2s ease; } 
 .quote-con01 .form-item input:focus,
 .quote-con01 .form-item select:focus { background-color: rgba(21, 99, 38, 0.04); } 
 .quote-con01 .btn-submit { display: block; width: 100%; max-width: 420px; margin: 10px auto 0; padding: 17px; background: #156326; color: #fff; border: 0; border-radius: 40px; font-size: 20px; font-weight: 700; cursor: pointer; font-family: inherit; } 
 .quote-con01 .btn-submit:hover { background: #0f4523; } 

 .quote-con01 .quote-asset { margin-top: 20px; } 
 .quote-con01 .quote-asset__title { font-size: 22px; font-weight: 700; color: #111; margin: 0 0 20px; } 
 .quote-con01 .quote-asset-list { display: flex; flex-direction: column; gap: 20px; } 
 .quote-con01 .quote-asset-item { display: flex; flex-direction: column; gap: 20px; } 
 .quote-con01 .quote-asset-item__box { background: #f2f2f2; padding: 30px 40px; border-radius: 4px; } 
 .quote-con01 .quote-asset-actions { display: flex; justify-content: center; gap: 20px; margin-top: 20px; } 
 .quote-con01 .btn-asset-add,
 .quote-con01 .btn-asset-remove { min-width: 210px; padding: 14px 30px; background: #fff; border-radius: 4px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; transition: background 0.2s, color 0.2s; } 
 .quote-con01 .btn-asset-add { border: 1px solid #094325; color: #094325; } 
 .quote-con01 .btn-asset-add:hover { background: #094325; color: #fff; } 
 .quote-con01 .btn-asset-remove { border: 1px solid #d33; color: #d33; } 
 .quote-con01 .btn-asset-remove:hover { background: #d33; color: #fff; } 

 .quote-con01 .quote-actions { display: flex; gap: 20px; margin-top: 40px; } 
 .quote-con01 .quote-actions .btn-submit,
.quote-con01 .quote-actions .btn-submit, .quote-con01 .quote-actions .btn-cancel { flex: 1; display: flex; align-items: center; justify-content: center; padding: 9px; border-radius: 4px; font-size: 20px; font-weight: 700; cursor: pointer; font-family: inherit; text-decoration: none; margin: 0; max-width: none; box-sizing: border-box; } 
 .quote-con01 .quote-actions .btn-submit { background: var(--sub); color: #fff; border: 1px solid var(--sub); } 
 .quote-con01 .quote-actions .btn-submit:hover { background: #0f4523; border-color: #0f4523; } 
 .quote-con01 .quote-actions .btn-cancel { background: #fff; color: var(--sub); border: 1px solid var(--sub); } 
 .quote-con01 .quote-actions .btn-cancel:hover { background: var(--sub); color: #fff; } 


 .service-con01 .grid .view-link { position: relative; margin-top: 30px; background: var(--sub); border-radius: 60px; overflow: hidden; isolation: isolate; transition: box-shadow .55s cubic-bezier(.65, 0, .35, 1); } 
 .service-con01 .grid .view-link::before { content: ""; position: absolute; left: -5%; right: -5%; bottom: 0; height: 130%; z-index: 0; background-color: var(--main); transform: translateY(101%); border-radius: 45% 55% 0 0 / 22% 22% 0 0; transition: transform .55s cubic-bezier(.65,0,.35,1), border-radius .55s ease; } 
 .service-con01 .grid .view-link a { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; font-size: 20px; color: #fff; font-weight: 700; } 
 .service-con01 .grid .view-link a span { position: relative; z-index: 1; transition: transform .45s cubic-bezier(.65,0,.35,1); } 
 .service-con01 .grid .view-link a svg { position: relative; z-index: 1; } 
 .service-con01 .grid .view-link:hover { box-shadow: inset 0 0 0 3px var(--main); } 
 .service-con01 .grid .view-link:hover::before { transform: translateY(0); border-radius: 0; } 
 .service-con01 .grid .view-link:hover a span { transform: translateX(4px); } 
 .service-con01 .grid .view-link:hover a svg { animation: btnArrowLaunch .55s cubic-bezier(.65,0,.35,1); } 
 @media (prefers-reduced-motion: reduce) { 
 .service-con01 .grid .view-link:hover a span { transform: none; } 
 .service-con01 .grid .view-link:hover a svg { animation: none; } 
 } 


/* faq.php (FAQ) */
.case-section-title { font-family: 'Gmarket Sans TTF', 'Pretendard', sans-serif; font-size: 32px; font-weight: 700; line-height: 1.25; color: #111; text-align: center; margin-bottom: 80px; } 
.faq-list { list-style: none; margin: 0; padding: 0; border-top: 4px solid var(--sub); } 
.faq-list__item { border-bottom: 1px solid #999; } 
.faq-list__q { display: flex; align-items: center; width: 100%; padding: 16px 60px 16px 20px; background: transparent; border: 0; text-align: left; cursor: pointer; font: inherit; color: inherit; } 
.faq-list__q:focus-visible { outline: 2px solid var(--sub); outline-offset: -2px; } 
.faq-list__badge { flex: 0 0 42px; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #999; color: #fff; font-family: 'Pretendard', sans-serif; font-weight: 700; font-size: 20px; line-height: 1; transition: background-color .2s ease; } 
.faq-list__badge--a { background: #094325; } 
.faq-list__text { flex: 1; min-width: 0; padding-left: 60px; padding-right: 24px; font-family: 'Pretendard', sans-serif; font-weight: 500; font-size: 20px; line-height: 1.5; color: #000; word-break: keep-all; } 
.faq-list__toggle { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; color: #535353; transform: rotate(90deg); transform-origin: center; transition: transform .3s ease, color .3s ease; } 
.faq-list__q:hover .faq-list__badge:not(.faq-list__badge--a) { background: #094325; } 
.faq-list__q:hover .faq-list__toggle { color: #000; transform: rotate(0deg); } 
.faq-list__item.is-open .faq-list__badge:not(.faq-list__badge--a) { background: #094325; } 
.faq-list__item.is-open .faq-list__toggle { color: #000; transform: rotate(0deg); } 
.faq-list__a-wrap { max-height: 0; overflow: hidden; background: #f6f6f6; transition: max-height .35s ease; } 
.faq-list__item.is-open .faq-list__a-wrap { max-height: 1200px; } 
.faq-list__a { display: flex; align-items: center; padding: 16px 60px 16px 20px; } 
.faq-list__text--a { color: #333; font-weight: 400; } 


/* 뷰페이지 첨부파일 목록 (case_view / notice_view / blog_view 공용, 다중 첨부) */
.notice-view__attach { margin: 40px 0 0; padding-top: 24px; border-top: 1px solid #e6e9ef; } 
.notice-view__attach-title { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; font-size: 17px; font-weight: 700; color: #111; } 
.notice-view__attach-count { font-size: 15px; font-weight: 500; color: var(--sub); } 
.attach-list { list-style: none !important; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; } 
.notice-view__body ul.attach-list { list-style: none; padding-left: 0; margin: 0; } 
.attach-list__item { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; background: #f7f8fa; border: 1px solid #e6e9ef; border-radius: 12px; transition: background-color .2s ease, border-color .2s ease; } 
.notice-view__body ul.attach-list li.attach-list__item { display: flex; list-style-type: none; margin: 0; } 
.attach-list__item:hover { background: #f0f2f6; border-color: #d7dbe4; } 
.attach-list__info { display: flex; align-items: center; gap: 14px; min-width: 0; flex: 1; } 
.attach-list__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #fff; border-radius: 10px; color: var(--main); box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06); flex-shrink: 0; } 
.attach-list__text { min-width: 0; } 
.attach-list__name { font-size: 16px; font-weight: 600; color: #111; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.attach-list__meta { margin-top: 4px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: #999; } 
.attach-list__ext { display: inline-flex; align-items: center; padding: 2px 6px; background: var(--main); color: #fff; border-radius: 4px; font-size: 11px; font-weight: 600; letter-spacing: 0.3px; } 
.attach-list__size { color: #999; } 
.notice-view__body a.attach-list__btn,
.attach-list__btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--main); color: #fff; border-radius: 999px; font-size: 14px; font-weight: 500; white-space: nowrap; text-decoration: none; word-break: keep-all; transition: background-color .2s ease; } 
.notice-view__body a.attach-list__btn:hover,
.attach-list__btn:hover { background: var(--sub); color: #fff; text-decoration: none; } 


/* download.php · download_view.php (Downloads) */
.board-search-result { margin: -30px 0 40px; font-size: 15px; color: #555; text-align: right; } 
.download-list { width: 100%; border-collapse: collapse; border-top: 3px solid var(--sub); table-layout: fixed; } 
.download-list col.col-no { width: 110px; } 
.download-list col.col-download { width: 60px; } 
.download-list col.col-date { width: 180px; } 
.download-list thead th { padding: 18px 20px; font-size: 20px; font-weight: 700; text-align: center; border-bottom: 1px solid #000; } 
.download-list thead th:nth-child(2) { text-align: left; } 
.download-list tbody td { padding: 22px 20px; font-size: 20px; color: #222; border-bottom: 1px solid #eee; text-align: center; vertical-align: middle; } 
.download-list tbody .col-no { color: #888; font-size: 18px; } 
.download-list tbody .col-title { text-align: left; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.download-list tbody .col-title a { color: inherit; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color .18s ease; } 
.download-list tbody .col-title a:hover { color: var(--main); text-decoration: underline; text-underline-offset: 4px; } 
.download-list tbody .col-download { padding-left: 4px; padding-right: 4px; } 
.download-list tbody .col-date { color: #999; font-size: 18px; } 
.download-list tbody .col-date .date { color: #999; } 
.download-list tbody .is-empty td { color: #999; padding: 60px 20px; text-align: center; font-size: 18px; } 
.download-list .download-btn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #ddd; border-radius: 50%; color: #555; transition: background-color .2s ease, color .2s ease, border-color .2s ease; } 
.download-list .download-btn:hover { background: var(--main); color: #fff; border-color: var(--main); } 

/* download_view.php — file card */
.download-view__file { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 30px 0 0; padding: 22px 26px; background: #f7f8fa; border: 1px solid #e6e9ef; border-radius: 12px; } 
.download-view__file-info { display: flex; align-items: center; gap: 16px; min-width: 0; } 
.download-view__file-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: #fff; border-radius: 10px; color: var(--main); box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06); flex-shrink: 0; } 
.download-view__file-text { min-width: 0; } 
.download-view__file-name { font-size: 17px; font-weight: 600; color: #111; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.download-view__file-size { margin-top: 4px; font-size: 13px; color: #999; } 
.notice-view__body a.download-view__btn,
.download-view__btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; background: var(--main); color: #fff; border-radius: 999px; font-size: 15px; font-weight: 500; white-space: nowrap; text-decoration: none; word-break: keep-all; transition: background-color .2s ease; } 
.notice-view__body a.download-view__btn:hover,
.download-view__btn:hover { background: var(--sub); color: #fff; text-decoration: none; } 


/* 페이지네이션 (boxed style — case.php · faq.php 공용) */
.pagination-box--boxed { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 120px; } 
.pagination-box--boxed .pagination-arrow { display: inline-flex; align-items: center; justify-content: center; height: 36px; padding: 0 6px; font-size: 20px; line-height: 1; color: #999; letter-spacing: -0.5px; transition: color .2s ease; text-decoration: none; } 
.pagination-box--boxed .pagination-arrow:hover { color: #000; } 
.pagination-box--boxed .pagination-arrow--first { margin-right: 13px; } 
.pagination-box--boxed .pagination-arrow--last { margin-left: 13px; } 
.pagination-box--boxed .pagination-arrow.is-disabled { color: #ccc; pointer-events: none; } 
.pagination-box--boxed .pagination-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; padding: 0; border: 1px solid #999; background: #fff; color: #000; font-size: 16px; font-weight: 500; line-height: 1; transition: background-color .2s ease, color .2s ease; text-decoration: none; } 
.pagination-box--boxed .pagination-num:hover { background: #f5f5f5; color: #000; } 
.pagination-box--boxed .pagination-num.is-active { background: #000; color: #fff; } 
.pagination-box--boxed .pagination-num.is-active::after { display: none; } 

/* ===== quote.php (ESG) — synced from KO on 260831 ===== */
em { font-style: normal; line-height: inherit; color: inherit; } 
strong { color: inherit; } 
.sub-page section.esg-con01 { padding-bottom: 0; } 
.esg-con01 .wrap { display: flex; margin-top: 50px; } 
.esg-con01 .wrap .left-wrap { width: 38%; background: #094325; padding-left: var(--cont-width); padding-top: 60px; padding-bottom: 60px; padding-right: 60px; display: flex; flex-direction: column; justify-content: space-between; } 
.esg-con01 .wrap .right-wrap { flex: 1; padding-left: 30px; } 
.esg-con01 .wrap .left-wrap p { color: #fff; font-weight: 700; font-size: 18px; } 
.esg-con01 .wrap .left-wrap h3 { font-size: 36px; font-weight: 700; color: #fff; } 
.esg-con01 .wrap .left-wrap h3 em { font-size: 16px; font-style: normal; color: #fff; font-weight: 700; } 
.esg-con01 .wrap .left-wrap ul { margin-top: 30px; } 
.esg-con01 .wrap .left-wrap ul li { display: flex; align-items: center; justify-content: space-between; padding: 30px 20px; background-color: rgba(255, 255, 255, 0.1); margin-bottom: 16px; color: #fff; font-size: 18px; } 
.esg-con01 .wrap .left-wrap ul li .text01 { color: rgba(255, 255, 255, 0.7); font-weight: 500; } 
.esg-con01 .wrap .left-wrap ul li .text02, .esg-con01 .wrap .left-wrap ul li .text02 strong { color: #fff; font-weight: 700; } 
.esg-con01 .left-wrap__bottom { display: flex; justify-content: space-between; } 
.esg-con01 .left-wrap__bottom .slide-arrow { width: 70px; height: 70px; background-color: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.3s; } 
.esg-con01 .left-wrap__bottom .slide-arrow:hover { background-color: #fff; transition: background 0.3s; } 
.esg-con01 .left-wrap__bottom .slide-arrow:hover svg path { fill: #094325; } 
.esg-con01 .left-wrap__bottom .slide-arrow.is-disabled { opacity: 0.35; cursor: default; pointer-events: none; } 
.esg-con01 .swiper-slide { background: #f3f3f3; padding: 20px; } 
.esg-con01 .swiper-slide .img-box { margin-bottom: 16px; } 
.esg-con01 .swiper-slide .txt-box .title { font-weight: 700; margin-bottom: 10px; } 
.esg-con01 .swiper-slide .txt-box h3 { font-size: 40px; font-weight: 700; line-height: 1.2; } 
.esg-con01 .swiper-slide .txt-box h3 em { font-size: inherit; font-weight: 300; } 
.esg-con01 .swiper-slide .txt-box .date { display: flex; align-items: center; gap: 24px; } 
.esg-con01 .swiper-slide .txt-box .date div { font-size: 18px; color: #999; } 
.esg-con01 .swiper-slide .txt-box .date>div:first-child { position: relative; } 
.esg-con01 .swiper-slide .txt-box .date>div:first-child:after { content: ''; display: block; width: 4px; height: 4px; background: #999; position: absolute; right: -14px; top: 11px; border-radius: 30px; } 
.esg-con01 .swiper-slide .txt-box .date .text01 { font-weight: 500; } 
.esg-con01 .swiper-slide .txt-box .date .text02 { font-weight: 700; } 
.esg .calc-desc { padding-top: 60px; padding-bottom: 60px; text-align: center; } 
.esg .calc-desc h3 { font-size: 20px; font-weight: 700; } 
.esg .calc-desc .arrow { display: flex; justify-content: center; margin-top: 12px; padding: 6px 0; overflow: hidden; } 
.esg .calc-desc .arrow svg { animation: calcArrowDown 1.6s cubic-bezier(.55, .08, .45, 1) infinite; will-change: transform, opacity; } 
@keyframes calcArrowDown { 
 0% { transform: translateY(-2px); opacity: 0; } 
 70% { opacity: 1; } 
 100% { transform: translateY(2px); opacity: 0; } 
 } 
@media (prefers-reduced-motion: reduce) { 
 .esg .calc-desc .arrow svg { animation: none; } 
 } 

.sub-page section.esg-con02 { background: #f3f3f3; padding-top: 0px; padding-bottom: 0px; } 
.esg-con02 .wrap { display: flex; align-items: stretch; gap: 60px; } 
.esg-con02 .calc-form { flex: 1 1 44%; min-width: 0; padding: 100px 0 100px; } 
.esg-con02 .calc-form__label { display: inline-block; font-size: 16px; font-weight: 700; color: #094325; margin-bottom: 12px; } 
.esg-con02 .calc-form__title { font-size: 36px; font-weight: 700; color: #000; line-height: 1.3; margin-bottom: 40px; } 
.esg-con02 .calc-form__table { display: flex; flex-direction: column; gap: 10px; } 
.esg-con02 .calc-form__row { display: flex; align-items: center; gap: 12px; } 
.esg-con02 .calc-form__row--head { padding: 0 0 12px; border-bottom: 1px solid rgba(9, 67, 37, 0.3); margin-bottom: 6px; } 
.esg-con02 .calc-form__row--head .calc-form__box { height: auto; background: transparent; border: 0; } 
.esg-con02 .calc-form__row--head .col-name,
.esg-con02 .calc-form__row--head .col-qty { padding: 0 20px; font-size: 16px; font-weight: 700; color: rgba(9, 67, 37, 0.6); cursor: default; } 
.esg-con02 .calc-form__row--head .col-qty { border-left: 1px solid rgba(9, 67, 37, 0.3); display: flex; align-items: center; } 
.esg-con02 .calc-form__box { flex: 1; min-width: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; height: 46px; background: #fff; border: 1px solid #999; } 
.esg-con02 .calc-form__box .col-name { padding: 0 20px; font-size: 16px; font-weight: 700; color: #094325; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; } 
.esg-con02 .calc-form__box .col-qty { border-left: 1px solid #ddd; height: 100%; display: flex; align-items: center; } 
.esg-con02 .calc-form__box .col-qty input { width: 100%; height: 100%; border: 0; background: transparent; padding: 0 20px; font-size: 16px; font-weight: 400; color: rgba(9, 67, 37, 0.9); font-family: inherit; } 
.esg-con02 .calc-form__box .col-qty input:focus { outline: 2px solid var(--sub); outline-offset: -2px; } 
.esg-con02 .calc-form__box .col-qty input::-webkit-outer-spin-button,
.esg-con02 .calc-form__box .col-qty input::-webkit-inner-spin-button { -webkit-appearance: none; appearance: none; margin: 0; } 
.esg-con02 .calc-form__box .col-qty input[type=number] { -moz-appearance: textfield; appearance: textfield; } 
.esg-con02 .calc-form__unit { flex: 0 0 auto; min-width: 20px; font-size: 16px; font-weight: 700; color: #094325; text-align: center; } 

.esg-con02 .calc-result { flex: 1 1 50%; background: #094325; padding: 60px 50px; display: flex; flex-direction: column; } 
.esg-con02 .calc-result__label { display: inline-block; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 12px; } 
.esg-con02 .calc-result__total { margin: 0 0 40px; color: #fff; line-height: 1; } 
.esg-con02 .calc-result__total strong { font-size: 36px; font-weight: 700; letter-spacing: -0.5px; } 
.esg-con02 .calc-result__total em { font-size: 16px; font-style: normal; font-weight: 700; margin-left: 4px; } 
.esg-con02 .calc-result__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; } 
.esg-con02 .calc-result__box { background: rgba(255, 255, 255, 0.1); padding: 14px 20px 16px; min-height: 72px; display: flex; flex-direction: column; justify-content: space-between; } 
.esg-con02 .calc-result__box .label { font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, 0.7); } 
.esg-con02 .calc-result__box .value { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 6px; } 
.esg-con02 .calc-result__box .value strong { font-size: 20px; font-weight: 700; color: #fff; letter-spacing: -0.3px; } 
.esg-con02 .calc-result__box .value em { font-size: 20px; font-weight: 700; font-style: normal; color: #fff; } 
.esg-con02 .calc-result__desc { font-size: 14px; font-weight: 500; line-height: 1.5; color: rgba(255, 255, 255, 0.7); margin: 0 0 32px; } 
.esg-con02 .calc-result__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: auto; } 
.esg-con02 .calc-btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 24px; border-radius: 56px; font-size: 18px; font-weight: 800; line-height: 1.2; transition: background-color .25s ease, color .25s ease, transform .25s ease; } 
.esg-con02 .calc-btn img { width: 16px; height: 16px; flex-shrink: 0; transition: transform .25s ease; } 
.esg-con02 .calc-btn:hover img { transform: translate(3px, -3px); } 
.esg-con02 .calc-btn--fill { background: #fff; color: #156326; border: 3px solid #fff; } 
.esg-con02 .calc-btn--fill:hover { background: rgba(255, 255, 255, 0.9); color: #094325; } 
.esg-con02 .calc-btn--outline { background: transparent; color: #fff; border: 3px solid #fff; } 
.esg-con02 .calc-btn--outline:hover { background: #fff; color: #094325; } 
.esg-con02 .calc-btn--outline:hover img { filter: invert(1); } 

/* esg-con03 : 하단 3개 CTA 카드 */
.esg-con03 { padding-top: 100px; padding-bottom: 120px; } 
.esg-con03 .sub-title { text-align: center; margin-bottom: 60px; } 
.esg-con03 .sub-title p { font-size: 18px; font-weight: 500; color: #000; } 
.esg-con03 .sub-title h2 { font-size: 32px; font-weight: 700; line-height: 1.3; color: #000; } 
.esg-con03 .grid.grid03 { gap: 55px; } 
.esg-con03 .grid-box { position: relative; aspect-ratio: 1 / 1; overflow: hidden; isolation: isolate; } 
.esg-con03 .grid-box__img { position: absolute; inset: 0; z-index: 0; } 
.esg-con03 .grid-box__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.16, 1, .3, 1); will-change: transform; } 
.esg-con03 .grid-box::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 58%; background: linear-gradient(180deg, #043134 20%, rgba(3, 52, 49, 0.00) 100%); z-index: 2; pointer-events: none; } 
.esg-con03 .grid-box__txt { position: absolute; inset: 0; z-index: 2; padding: 50px 40px; display: flex; flex-direction: column; justify-content: space-between; } 
.esg-con03 .grid-box__txt h3 { font-size: 32px; font-weight: 500; line-height: 1.1; color: #fff; margin: 0; } 
.esg-con03 .grid-box__btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 24px; background: #fff; color: #156326; border-radius: 56px; font-size: 18px; font-weight: 800; line-height: 1.2; transition: background-color .25s ease, color .25s ease; } 
.esg-con03 .grid-box__btn img { width: 16px; height: 16px; flex-shrink: 0; transition: transform .25s ease; } 
.esg-con03 .grid-box__btn:hover { background: #f3f3f3; color: #094325; } 
.esg-con03 .grid-box__btn:hover img { transform: translate(3px, -3px); } 
.esg-con03 .grid-box:hover .grid-box__img img { transform: scale(1.05); transition: transform .6s cubic-bezier(.16, 1, .3, 1); } 

.quote-modal { position: fixed; inset: 0; z-index: 999; display: none; } 
.quote-modal.is-open { display: block; } 
.quote-modal__overlay { position: absolute; inset: 0; background: #094325B2; animation: certFadeIn .25s ease; } 
.quote-modal__dialog { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(94vw, 1210px); max-height: 92vh; background: #fff; padding: 50px 60px 40px; box-shadow: 0 20px 60px rgba(0, 0, 0, .3); animation: certZoomIn .3s cubic-bezier(.16, 1, .3, 1); display: flex; flex-direction: column; overflow: auto; } 
body.quote-modal-open { overflow: hidden; } 
.quote-modal__close { position: absolute; top: 24px; right: 30px; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; padding: 8px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: background-color .2s ease; } 
.quote-modal__close img { width: 100%; height: 100%; display: block; transition: transform 0.4s; } 
.quote-modal__close:hover img { transform: rotate(90deg); transition: transform 0.4s; } 
.quote-modal__head { padding-bottom: 24px; border-bottom: 1px solid #156326; margin-bottom: 40px; padding-right: 60px; } 
.quote-modal__sublabel { font-size: 20px; font-weight: 700; color: #000; margin: 0 0 8px; line-height: 1.4; } 
.quote-modal__title { font-size: 32px; font-weight: 700; color: #000; line-height: 1.3; margin: 0; } 
.quote-modal__body { display: flex; align-items: flex-start; gap: 60px; } 
.quote-modal__body-left { flex: 1 1 auto; padding-top: 0px; } 
.quote-modal__body-left p { font-size: 18px; font-weight: 500; line-height: 1.5; color: #000; margin: 0; } 
.quote-modal__toc { margin-top: 100px; } 
.quote-modal__toc-title { font-size: 20px; font-weight: 700; color: #156326; margin: 0 0 16px; line-height: 1.3; } 
.quote-modal__toc-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ddd; } 
.quote-modal__toc-list li { position: relative; padding: 14px 0 14px 14px; font-size: 16px; font-weight: 500; color: #000; line-height: 1.4; border-bottom: 1px solid #ddd; } 
.quote-modal__toc-list li::before { content: '·'; position: absolute; left: 2px; top: 12px; font-size: 20px; font-weight: 700; color: #000; line-height: 1; } 
.quote-modal__body-left .quote-modal__toc-more { font-size: 15px; font-weight: 500; color: #999; margin: 14px 0 0; padding-left: 14px; } 
.quote-modal__body-right { flex: 0 0 551px; max-width: 100%; background: #f3f3f3; padding: 40px 30px 30px; } 
.quote-modal__form { display: flex; flex-direction: column; } 
.quote-modal__required { text-align: right; font-size: 16px; font-weight: 500; color: #000; margin: 0 0 20px; line-height: 1; } 
.quote-modal__required .req { color: red; } 
.quote-modal__field { margin-bottom: 12px; } 
.quote-modal__input { display: grid; grid-template-columns: minmax(120px, 30%) 1fr; align-items: center; height: 46px; background: #fff; border: 1px solid #999; } 
.quote-modal__input label { padding: 0 20px; font-size: 16px; font-weight: 700; color: #094325; white-space: nowrap; cursor: pointer; } 
.quote-modal__input label .req { color: red; font-weight: 400; margin-left: 2px; } 
.quote-modal__input input { height: 100%; border: 0; border-left: 1px solid #ddd; background: transparent; padding: 0 20px; font-size: 16px; font-family: inherit; color: #094325; min-width: 0; width: 100%; } 
.quote-modal__input input::placeholder { color: rgba(9, 67, 37, 0.5); } 
.quote-modal__input input:focus { outline: 2px solid var(--sub); outline-offset: -2px; } 

/* select (문의 유형) — input 과 동일한 셀 레이아웃 안에서 커스텀 arrow */
.quote-modal__input--select select { height: 100%; width: 100%; min-width: 0; border: 0; border-left: 1px solid #ddd; background: transparent; padding: 0 40px 0 20px; font-size: 16px; font-family: inherit; color: #094325; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23094325' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; } 
.quote-modal__input--select select:focus { outline: 2px solid var(--sub); outline-offset: -2px; } 
.quote-modal__input--select select:invalid { color: rgba(9, 67, 37, 0.5); } 
.quote-modal__input--select select option { color: #094325; } 

/* textarea (문의 내용) — label 위 · textarea 아래 스택 배치 */
.quote-modal__field--textarea { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; } 
.quote-modal__textarea-label { font-size: 16px; font-weight: 700; color: #094325; padding: 0 4px; } 
.quote-modal__textarea-label .req { color: red; font-weight: 400; margin-left: 2px; } 
.quote-modal__field--textarea textarea { background: #fff; border: 1px solid #999; padding: 14px 20px; font-size: 16px; font-family: inherit; color: #094325; line-height: 1.5; resize: vertical; min-height: 100px; } 
.quote-modal__field--textarea textarea::placeholder { color: rgba(9, 67, 37, 0.5); } 
.quote-modal__field--textarea textarea:focus { outline: 2px solid var(--sub); outline-offset: -2px; } 

.quote-modal__agree { margin-top: 12px; margin-bottom: 28px; } 
.quote-modal__check { display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 4px 0; user-select: none; } 
.quote-modal__check input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; } 
.quote-modal__check-box { flex: 0 0 20px; width: 20px; height: 20px; background: #fff; border: 1px solid #999; display: inline-flex; align-items: center; justify-content: center; transition: border-color .2s ease, background-color .2s ease; } 
.quote-modal__check-box::after { content: ''; width: 10px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) translate(1px, -1px); opacity: 0; transition: opacity .15s ease; } 
.quote-modal__check input:checked + .quote-modal__check-box { background: #156326; border-color: #156326; } 
.quote-modal__check input:checked + .quote-modal__check-box::after { opacity: 1; } 
.quote-modal__check input:focus-visible + .quote-modal__check-box { outline: 2px solid var(--sub); outline-offset: 2px; } 
.quote-modal__check-txt { font-size: 16px; font-weight: 500; color: #666; line-height: 1.4; } 
.quote-modal__privacy-link { color: #000; text-decoration: underline; text-underline-offset: 3px; font-weight: 500; cursor: pointer; } 
.quote-modal__privacy-link:hover { color: #156326; } 
.quote-modal__privacy-link[aria-expanded="true"] { color: #156326; } 

/* 개인정보 처리방침 드롭다운 — grid-template-rows 로 부드러운 펼침 */
.quote-modal__privacy-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s cubic-bezier(.4, 0, .2, 1); margin-top: 0; } 
.quote-modal__privacy-detail.is-open { grid-template-rows: 1fr; margin-top: 10px; } 
.quote-modal__privacy-detail-inner { min-height: 0; overflow: hidden; } 
.quote-modal__privacy-detail ol { list-style: decimal; margin: 0; padding: 14px 18px 14px 32px; background: #fff; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; line-height: 1.6; color: #333; } 
.quote-modal__privacy-detail li { padding: 3px 0; } 
.quote-modal__privacy-detail li strong { color: #094325; margin-right: 4px; } 

.quote-modal__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 8px; } 
.qm-btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 30px; border-radius: 56px; font-size: 18px; font-weight: 800; line-height: 1.2; font-family: inherit; cursor: pointer; transition: background-color .25s ease, color .25s ease, border-color .25s ease; } 
.qm-btn img { width: 16px; height: 16px; flex-shrink: 0; transition: transform .25s ease; } 
.qm-btn:hover img { transform: translate(3px, -3px); } 
.qm-btn--fill { background: #156326; color: #fff; border: 3px solid #156326; } 
.qm-btn--fill:hover { background: #094325; border-color: #094325; } 
.qm-btn--outline { background: transparent; color: #156326; border: 3px solid #156326; } 
.qm-btn--outline:hover { background: #156326; color: #fff; } 
.qm-btn--outline:hover img { filter: brightness(0) invert(1); } 

/* ========================================================================
 * quote_result.php — ESG quote result view
 * Extends .esg-con02 .calc-result (dark green card) tone
 * Left-aligned · single-column stack · min 14px
 * ======================================================================== */
.sub-page.quote-result-page { background: #f3f3f3; padding-top: 0; padding-bottom: 0; } 
.quote-result-page > .container { max-width: 1080px; margin: 0 auto; padding: 100px 20px 120px; } 

.quote-result-page .qr-head { margin-bottom: 40px; text-align: left; } 
.quote-result-page .qr-head .qr-label { display: inline-block; font-size: 16px; font-weight: 700; color: #094325; margin-bottom: 12px; } 
.quote-result-page .qr-head h2 { font-size: 36px; font-weight: 700; color: #000; line-height: 1.3; margin: 0 0 16px; letter-spacing: -0.5px; } 
.quote-result-page .qr-head p { font-size: 18px; color: #000; margin: 0; font-weight: 500; } 
.quote-result-page .qr-head p strong { color: #094325; font-weight: 700; } 

.quote-result-page .qr-card { background: #094325; padding: 60px 50px; display: flex; flex-direction: column; } 
.quote-result-page .qr-card__label { display: inline-block; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 12px; } 
.quote-result-page .qr-card__total { margin: 0 0 40px; color: #fff; line-height: 1; } 
.quote-result-page .qr-card__total strong { font-size: 48px; font-weight: 700; letter-spacing: -0.5px; } 
.quote-result-page .qr-card__total em { font-size: 18px; font-style: normal; font-weight: 700; margin-left: 6px; } 

.quote-result-page .qr-card__grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 32px; } 
.quote-result-page .qr-card__box { background: rgba(255, 255, 255, 0.1); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; } 
.quote-result-page .qr-card__box .label { font-size: 16px; font-weight: 600; color: #fff; } 
.quote-result-page .qr-card__box .value { display: flex; align-items: baseline; gap: 4px; } 
.quote-result-page .qr-card__box .value strong { font-size: 22px; font-weight: 700; color: #fff; letter-spacing: -0.3px; } 
.quote-result-page .qr-card__box .value em { font-size: 16px; font-weight: 700; font-style: normal; color: rgba(255, 255, 255, 0.9); } 
.quote-result-page .qr-card__desc { font-size: 14px; font-weight: 500; line-height: 1.55; color: rgba(255, 255, 255, 0.85); margin: 0; } 

.quote-result-page .qr-section { margin-top: 50px; } 
.quote-result-page .qr-section h3 { font-size: 20px; font-weight: 700; color: #000; margin: 0 0 16px; text-align: left; } 
.quote-result-page .qr-table { width: 100%; border-collapse: collapse; border-top: 2px solid #094325; border-bottom: 1px solid #ccc; background: #fff; } 
.quote-result-page .qr-table th, .quote-result-page .qr-table td { padding: 14px 20px; font-size: 15px; text-align: left; border-bottom: 1px solid #e5e5e5; } 
.quote-result-page .qr-table th { background: #fafafa; width: 40%; color: #094325; font-weight: 700; } 
.quote-result-page .qr-table td { color: #000; font-weight: 600; } 
.quote-result-page .qr-table td .qr-unit { color: #333; font-size: 14px; font-weight: 500; margin-left: 4px; } 

.quote-result-page .qr-meta { margin-top: 20px; padding: 18px 22px; background: #fff; border: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 14px; color: #000; font-weight: 500; } 
.quote-result-page .qr-meta strong { color: #094325; font-weight: 700; } 

.quote-result-page .qr-note { margin-top: 20px; padding: 16px 20px; background: #fff8ed; border: 1px solid #e6c88a; font-size: 14px; color: #6a4d0f; line-height: 1.65; font-weight: 500; } 

.quote-result-page .qr-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; } 
.quote-result-page .qr-btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 30px; border-radius: 56px; font-size: 18px; font-weight: 800; line-height: 1.2; transition: background-color .25s ease, color .25s ease, border-color .25s ease; text-decoration: none; } 
.quote-result-page .qr-btn img { width: 16px; height: 16px; flex-shrink: 0; transition: transform .25s ease; } 
.quote-result-page .qr-btn:hover img { transform: translate(3px, -3px); } 
.quote-result-page .qr-btn--fill { background: #156326; color: #fff; border: 3px solid #156326; } 
.quote-result-page .qr-btn--fill:hover { background: #094325; border-color: #094325; } 
.quote-result-page .qr-btn--outline { background: transparent; color: #156326; border: 3px solid #156326; } 
.quote-result-page .qr-btn--outline:hover { background: #156326; color: #fff; } 
.quote-result-page .qr-btn--outline:hover img { filter: brightness(0) invert(1); } 

.quote-result-page .qr-empty { text-align: center; padding: 100px 20px 120px; } 
.quote-result-page .qr-empty h2 { font-size: 28px; color: #000; margin-bottom: 12px; font-weight: 700; } 
.quote-result-page .qr-empty p { color: #333; margin-bottom: 24px; font-size: 16px; font-weight: 500; } 


/* Empty */
.quote-result-page .qr-empty { text-align: center; padding: 100px 20px 120px; } 
.quote-result-page .qr-empty h2 { font-size: 28px; color: #000; margin-bottom: 12px; font-weight: 700; } 
.quote-result-page .qr-empty p { color: #333; margin-bottom: 24px; font-size: 16px; font-weight: 500; } 

.service-con04 .slide-box { padding: 0 30px; padding-bottom: 40px; } 
.service-con04 .slide-box .swiper-slide { transition: transform 0.3s; cursor: pointer; } 
.service-con04 .slide-box .swiper-slide:hover { transform: translateY(4px); transition: transform 0.3s; } 
.service-con04 .slide-box .swiper-slide .img-box { aspect-ratio: 5 / 7; } 
.service-con04 .slide-box .swiper-slide .img-box img { aspect-ratio: 5 / 7; object-fit: contain; } 
.service-con04 .slide-box p { text-align: center; font-size: 18px; font-weight: 500; margin-top: 12px; } 
.service-con04 .swiper-scrollbar { position: relative; width: 100%; height: 4px; background: rgba(0, 0, 0, .08); border-radius: 4px; margin-top: 12px; } 
.service-con04 .swiper-scrollbar-drag { background: #000; border-radius: 4px; cursor: grab; } 
.service-con04 .swiper-scrollbar-drag:active { cursor: grabbing; } 
.service-con05 { background-color: #f3f3f3; } 
.service-con05 .slide-box,
.main-section05 .slide-box { overflow: hidden; padding: 20px 0 40px; } 
.service-con05 .slide-box .swiper-wrapper,
.main-section05 .slide-box .swiper-wrapper { transition-timing-function: linear !important; align-items: center; } 
.service-con05 .slide-box .swiper-slide,
.main-section05 .slide-box .swiper-slide { width: auto; text-align: center; } 
.service-con05 .slide-box .swiper-slide .img-box img,
.main-section05 .slide-box .swiper-slide .img-box img { max-height: 120px; width: auto; object-fit: contain; margin: 0 auto; } 
.service-con05 .slide-box .swiper-slide p,
.main-section05 .slide-box .swiper-slide p { font-size: 16px; font-weight: 500; color: #333; margin-top: 14px; } 
.main-section02--txt .card--txt > div a { display: inline-block; font-size: 18px; color: #fff; text-decoration: underline; text-underline-offset: 6px; padding-top: 30px; } 
.service01-con01 .grid { gap: 50px; } 
.service01-con01 .grid-box--txt { margin-top: 10px; } 
.service01-con01 .grid-box--txt h3 { font-size: 24px; font-weight: 700; margin-bottom: 12px; } 
.service01-con02 { background-color: #f3f3f3; } 
.service01-con02 .table-wrap { width: 100%; overflow-x: auto; } 
.service01-con02 .std-table { width: 100%; border-collapse: collapse; border-top: 3px solid #156326; } 
.service01-con02 .std-table__col-label { width: 30%; } 
.service01-con02 .std-table thead th { padding: 16px 24px; font-size: 16px; font-weight: 800; color: #156326; text-align: left; line-height: 1.4; border-bottom: 2px solid #156326; background-color: #fff; } 
.service01-con02 .std-table tbody td { padding: 16px 24px; font-size: 16px; color: #111; text-align: left; line-height: 1.5; border-bottom: 1px solid #e5e5e5; } 
.service01-con02 .std-table tbody td:first-child { font-weight: 500; } 
.service01-con02 .std-table th + th,
.service01-con02 .std-table td + td { border-left: 1px solid #dcdcdc; } 
em { font-size: inherit; color: inherit; line-height: inherit; } 
.service01-con03 .grid { gap: 50px; } 
.service01-con03 .grid-box { background-color: #f3f3f3; padding: 40px; } 
.service01-con03 .grid-box > span { color: #156326; font-weight: 800; } 
.service01-con03 .grid-box h2 { font-size: 24px; font-weight: 700; } 
.service01-con03 .grid-box ul { margin-top: 50px; border-top: 1px solid #bcbcbc; } 
.service01-con03 .grid-box ul li { padding: 14px 0; line-height: 1.2; font-size: 18px; font-weight: 500; border-bottom: 1px solid #bcbcbc; } 
.service01-con03 .grid-box .desc { display: flex; align-items: center; color: #156326; font-size: 20px; font-weight: 700; margin-top: 30px; } 
.service01-con03 .grid-box .desc svg { width: 14px; margin-right: 6px; } 
.service01-con03 .grid-box .desc span { flex: 1; } 
.service01-con04 { background-color: #f3f3f3; } 
.service01-con04 .flex { gap: 30px; justify-content: center; } 
.service01-con04 .grid-box { width: 240px; max-width: 100%; background-color: #fff; border-radius: 20px; padding: 30px; text-align: center; transition: background 0.2s; } 
.service01-con04 .grid-box:hover { background-color: #094325; transition: background 0.3s; } 
.service01-con04 .grid-box:hover * { color: #fff !important; transition: 0.3s; } 
.service01-con04 .grid-box h3 { font-size: 36px; font-weight: 800; color: #094325; margin-bottom: 30px; line-height: 1; } 
.service01-con04 .grid-box--img { aspect-ratio: 1 / 1; } 
.service01-con04 .grid-box--img img { aspect-ratio: 1 / 1; object-fit: contain; } 
.service01-con04 .grid-box--txt h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; } 
.service01-con04 .grid-box--txt p { font-weight: 500; } 
.service01-con05 .slide-box { overflow: hidden; padding: 20px 0; } 
.service01-con05 .slide-box .swiper-wrapper { transition-timing-function: linear !important; align-items: stretch; } 
.service01-con05 .slide-box .swiper-slide { width: 320px; height: auto; background: #f3f3f3; border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; align-items: flex-start; box-sizing: border-box; } 
.service01-con05 .slide-box .swiper-slide .img-box { width: 100px; height: 80px; border-radius: 10px; background: #094325; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; } 
.service01-con05 .slide-box .swiper-slide .img-box img { width: 50px; height: 50px; object-fit: contain; } 
.service01-con05 .slide-box .swiper-slide .txt-box h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; } 
.service01-con05 .slide-box .swiper-slide .txt-box p { font-size: 16px; font-weight: 500; } 
.bg-f3 { background-color: #f3f3f3; } 
.bg-09 { background-color: #094325; } 
.service01-con05 .flex { justify-content: center; gap: 40px; } 
.service01-con05 .flex .box { width: 270px; max-width: 100%; cursor: zoom-in; transition: transform .25s ease; } 
.service01-con05 .flex .box:hover { transform: translateY(-4px); } 
.service01-con05 .flex .box .txt-box { margin-top: 10px; } 
.service01-con06 .sub-title * { color: #fff; } 
.service01-con06 .flex { justify-content: center; gap: 50px; } 
.service01-con06 .flex .box { width: 200px; max-width: 100%; text-align: center; } 
.service01-con06 .flex .box p { margin-top: 10px; font-weight: 700; font-size: 18px; color: #fff; } 
.service01-con06 .flex .box h5 { color: #fff; } 
.service01-con07 .is-open .faq-list__q { background: #fff; } 
.service01-con02 .caption { color: #999; } 
.service02-con01 .grid { gap: 50px; } 
.service02-con01 .grid-box--txt { padding: 20px 30px; padding-bottom: 40px; } 
.service02-con01 .grid-box01 .grid-box--txt { background-color: #f3f3f3; } 
.service02-con01 .grid-box02 .grid-box--txt { background-color: #094325; } 
.service02-con01 .grid-box02 .grid-box--txt * { color: #fff; } 
.service02-con01 .grid-box--txt h3 { font-size: 24px; font-weight: 700; margin-bottom: 20px; } 
.service02-con01 .grid-box--txt ul li { display: flex; justify-content: space-between; gap: 20px; font-size: 18px; padding: 10px 0; border-bottom: 1px solid #bcbcbc; } 
.service02-con01 .grid-box--txt ul li .text01 { width: 30%; } 
.service02-con01 .grid-box--txt ul li .text02 { flex: 1; text-align: right; } 
.service01-con03.bg-f3 .grid-box { background-color: #fff; } 
.service02-con02 .grid { gap: 50px; } 
.service02-con02 .grid-box--txt { margin-top: 15px; } 
.service02-con02 .grid-box--txt h3 { font-size: 24px; font-weight: 700; margin-bottom: 10px; } 
.service02-con02 .grid-box--txt h4 { font-weight: 300; } 
.service02-con02 .grid-box--txt p { margin-top: 15px; border-top: 1px solid #999; padding-top: 10px; color: #156326; font-weight: 700; } 
.service03-con01 .wrap { display: flex; align-items: flex-start; gap: 60px; } 
.service03-con01 .left-wrap { flex: 0 0 42%; } 
.service03-con01 .left-wrap .img-box { width: 100%; } 
.service03-con01 .left-wrap .img-box img { width: 100%; height: auto; } 
.service03-con01 .right-wrap { flex: 1; min-width: 0; } 
.service03-con01 .table-wrap { width: 100%; overflow-x: auto; } 
.std-table--rowhead { width: 100%; border-collapse: collapse; background: #fff; border-top: 3px solid #156326; } 
.std-table--rowhead .std-table__col-label { width: 30%; } 
.std-table--rowhead .std-table__caption { text-align: left; padding: 14px 0 14px; font-size: 16px; font-weight: 800; color: #156326; border-top: 3px solid #156326; } 
.std-table--rowhead tbody th { padding: 14px 20px; font-size: 16px; font-weight: 500; text-align: left; border-bottom: 1px solid #bcbcbc; } 
.std-table--rowhead tbody td { padding: 14px 20px; font-size: 16px; font-weight: 300; color: #111; text-align: left; line-height: 1.5; border-bottom: 1px solid #bcbcbc; } 
.service03-con02 .grid { gap: 50px; margin-bottom: 50px; } 
.service03-con02 .grid-box { background-color: #fff; border-radius: 20px; padding: 50px 40px 80px; } 
.service03-con02 .grid-box--txt h3 { font-size: 24px; font-weight: 700; margin-bottom: 50px; } 
.service03-con02 h4 { text-align: center; font-size: 32px; font-weight: 700; } 
.std-table--3col { table-layout: fixed; } 
.std-table--3col thead th { padding: 14px 24px; font-size: 16px; font-weight: 800; color: #156326; text-align: left; line-height: 1.4; border-bottom: 2px solid #156326; background-color: #f5f5f5; } 
.std-table--3col thead th:first-child { color: #156326; } 
.std-table--3col tbody td { padding: 16px 24px; font-size: 16px; font-weight: 500; color: #111; text-align: left; line-height: 1.5; border-bottom: 1px solid #e5e5e5; } 
.std-table--3col tbody td.fw7 { font-weight: 700; } 
.service03-con03 .grid { gap: 50px; margin-bottom: 50px; } 
.service03-con03 .grid-box { background-color: #fff; border-radius: 20px; padding: 50px 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 70px; } 
.service03-con03 .grid-box--txt h3 { font-size: 24px; font-weight: 700; margin-bottom: 10px; } 
.service03-con03 .grid-box--txt p { font-size: 20px; } 
.service03-con03 .grid-box--count { font-size: 64px; font-weight: 500; } 
.btn-wrap { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 40px; } 
.service03 .btn-wrap { justify-content: center; } 
.link-btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-width: 260px; padding: 16px 30px; border-radius: 56px; font-size: 18px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: background-color .25s ease, color .25s ease, border-color .25s ease; } 
.link-btn img { width: 16px; height: 16px; flex-shrink: 0; transition: transform .25s ease; } 
.link-btn:hover img { transform: translate(3px, -3px); } 
.link-btn--fill { background: #156326; color: #fff; border: 3px solid #156326; } 
.link-btn--fill:hover { background: #094325; border-color: #094325; } 
.link-btn--outline { background: transparent; color: #094325; border: 3px solid #156326; } 
.link-btn--outline:hover { background: #156326; color: #fff; } 
.link-btn--outline:hover img { filter: brightness(0) invert(1); } 
.service01-con01 .grid-box--img, .service01-con01 .grid-box--img img { aspect-ratio: 1 / 1; object-fit: cover; } 






/* ==========================================================================
 * CN 페이지 전역 폰트 오버라이드 — Noto Sans SC 로 통일
 * (Google Fonts 는 cn/header.php 에서 로드; 여기서는 우선순위만 재지정)
 * ========================================================================== */
html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, li, dd, dt, em, strong, small,
button, input, select, textarea, label,
[class*="faq-list__"],
[class*="history-slide__"],
[class*="std-table"],
[class*="grid-box"],
[class*="link-btn"],
[class*="nav-"], [class*="lang-"],
[class*="section"], [class*="banner"] { font-family: "Noto Sans SC", sans-serif !important; } 

.board-empty {  background-color: #f3f3f3; border-radius: 12px; padding: 30px; text-align: center; } 