@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: keep-all; } 
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); } 

/* GSAP ScrollSmoother */
#smooth-wrapper { overflow: hidden; } 
#smooth-content { will-change: transform; transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } 

/* ===== Header ===== */
.header { position: fixed; top: 30px; left: 0; width: 100%; z-index: 10; } 
.header .container { border: 2px solid #fff; padding: 1.3rem; border-radius: 3rem; display: flex; justify-content: space-between; align-items: center; transition: 0.5s; } 
.header.scrolled .container { border-color: #000; background-color: #000; transition: 0.5s; } 
.nav-open .header-logo svg path { fill: #fff; } 
.nav-list { display: flex; align-items: center; gap: 4.5rem; } 
.nav-list li a { display: block; font-size: 18px; color: #ffffff; } 
.nav-sub { list-style: none; margin: 0; padding: 20px 0 30px; opacity: 0; visibility: hidden; transition: opacity 0.25s, visibility 0.25s; border-top: 1px solid transparent; } 
.nav-sub li a { font-size: 16px; display: inline-block; padding: 8px 0; transition: color 0.2s; } 
.nav-sub li a:hover { color: var(--main); } 
.nav-sub li.active a { color: #fff; font-weight: 700; position: relative; } 
.nav-sub li.active a::before { content: ''; display: inline-block; width: 4px; height: 4px; background: #fff; border-radius: 50%; position: absolute; left: -10px; top: 50%; transform: translateY(-50%); } 
.nav-sub.active { border-top: 1px solid #fff; } 
.nav-open .nav-sub li a { color: rgba(255, 255, 255, 0.6); } 
.nav-open .nav-sub li a:hover, .nav-open .nav-sub li.active a { color: #fff; } 
.header-nav-bg { position: fixed; top: 0; left: 0; width: 100%; height: 74px; background: #fff; z-index: -1; pointer-events: none; transition: height 0.35s ease; } 
.header.nav-open .header-nav-bg { height: 400px; background: rgba(36, 23, 12, 0.60); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); } 
.index .header-nav-bg { background: #fff; } 
.header.nav-open .nav-sub { opacity: 1; visibility: visible; } 
.header.nav-open .nav-item::after { opacity: 1; } 
.header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; } 
.lang-selector { position: relative; background: #fff; padding: 10px 15px; border-radius: 40px; } 
.lang-btn { display: flex; align-items: center; background: none; border: none; cursor: pointer; color: #000; font-size: 18px; padding: 0; } 
.lang-btn svg { flex-shrink: 0; } 
.lang-btn span { padding-left: 5px; padding-right: 20px; } 
.lang-dropdown { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: #f5f5f5; border-radius: 20px; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s; width: 100%; text-align: center; } 
.lang-selector:hover .lang-dropdown,
.lang-selector.open .lang-dropdown { opacity: 1; visibility: visible; } 
.lang-option { font-size: 18px; color: #000; transition: color 0.2s; display: block; padding: 5px 0; text-decoration: none; } 
.lang-option.active { background-color: var(--main); color: #fff; } 
.lang-option:hover { background-color: rgba(71, 95, 93, 0.98); color: #fff; } 
.lang-dropdown .lang-option:first-child { border-radius: 20px 20px 0 0; } 
.lang-dropdown .lang-option:last-child { border-radius: 0 0 20px 20px; } 
.header-contact { display: flex; align-items: center; padding: 10px 25px; border-radius: 100px; color: #000; font-size: 18px; transition: background 0.4s, color 0.4s; background: #f5f5f5; } 
.header-contact:hover { background: #000; color: #fff; } 
.header-contact:hover svg path { stroke: #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: #fff; 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 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 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); } 
.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 { margin-bottom: 300px; padding-bottom: 150px; } 
.main-section02::after { content: ''; display: block; width: 100%; height: 1px; background-color: #fff; position: absolute; bottom: -1px; } 
.main-section02--bg { position: relative; width: var(--cont-half); margin-left: auto; } 
.main-section02--bg::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 180px; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%); pointer-events: none; z-index: 1; } 
.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); } 
.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; } 
.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: 3.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; } 

/* 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 { 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 span,
.banner-wrap.active .banner-txt h2 { 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; } 
.sub-page section { padding-top: 100px; padding-bottom: 100px; } 
.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-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; } 
.company-con04 .bg-box { position: absolute; top: 30%; } 
.company-con04 .container { position: relative; z-index: 2; } 
.company-con04 .flex { gap: 30px; } 
.company-con04 .left-wrap { width: 40%; } 
.company-con04 .right-wrap { flex: 1; } 
.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-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 .txt-box { padding: 40px; background-color: #f3f3f3; } 
.company-con05 .slide-box .txt-box h3 { font-size: 32px; font-weight: 600; line-height: 1.25; margin-bottom: 100px; } 
.company-con05 .slide-box .txt-box p { font-size: 18px; margin-bottom: 80px; } 
.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; } 


/* 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) { margin-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%; } 
.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: 2rem; } 
.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 .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: 20px; font-weight: 700; position: relative; padding-left: 20px; } 
.service-con01 .grid .summary p:nth-child(n+2) { margin-top: 8px; } 
.service-con01 .grid .summary p:before { content: ''; display: block; width: 14px; height: 14px; position: absolute; left: 0; top: 7px; background-image: url('../images/common/arrow.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 { margin-top: 20px; } 
.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-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); }