@charset "UTF-8"; * { font-family: 'Pretendard Variable', sans-serif; outline: none; text-decoration: none; box-sizing: border-box; } 

body { position: relative; overflow-x: hidden; margin: 0 auto; } 
body.no_scroll { overflow: hidden !important; } 
input { outline: none; border: none; width: 100%; background-color: transparent; } 
input::placeholder { font-size: 16px; } 
:root { --main: #1668FF; --gray: #333; --point: #2d76fe; } 
.c-main { color: var(--main); } 
.c-point { color: var(--point); } 
.c-gray { color: var(--gray); } 
.bg-main { background-color: var(--main); } 
.bg-point { background-color: var(--point); } 
.container { width: 60%; max-width: 100%; margin-left: auto; margin-right: auto; } 
.container-l { width: 20%; max-width: 100%; margin-left: auto; } 
.container-r { width: 20%; max-width: 100%; margin-right: auto; } 
.max-cont { width: calc(100% - 8.3% - 8.3%); max-width: 100%; margin: 0 auto; } 
.svg-wrap svg { display: block; margin-left: auto; margin-right: auto; height: auto; } 
svg { display: block; max-width: 100%; height: auto; } 
body::-webkit-scrollbar { width: 6px; } 
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.1); } 
.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; } 
.w100 { width: 100%; } 
.letter02 { letter-spacing: -0.2px; } 
.letter03 { letter-spacing: -0.3px; } 
.line0 * { line-height: 1.0; } 
.line1 * { line-height: 1.1; } 
.line2 * { line-height: 1.2; } 
.line3 * { line-height: 1.3; } 
.line4 * { line-height: 1.4; } 
.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; will-change: transform; } 
.zoom-hover img { transition: transform 0.6s ease; will-change: transform; } 
.zoom-hover:hover img { transform: scale(1.05) !important; } 
.zoom-out { overflow: hidden; } 
.zoom-out img { transition: transform 0.6s ease; will-change: transform; } 
.zoom-out:hover img { transform: scale(0.96) !important; border-radius: 10px; transition: transform 0.6s ease; } 
.table-wrap table { width: 100%; } 
.btn-box a { display: flex; justify-content: center; align-items: center; padding: 10px 10px 10px 25px; background-color: #fff; color: var(--main); border-radius: 30px; gap: 25px; transition: 0.5s; } 
.btn-box svg { transition: 0.5s; } 
.btn-box:hover a { background-color: var(--main); color: #fff; transition: 0.5s; } 
.btn-box:hover svg { transform: rotate(180deg); transition: 0.5s; } 
.btn-box:hover svg .circle { fill: #fff !important; } 
.btn-box:hover svg .plus path { stroke: var(--main) !important; } 
b { color: inherit; line-height: inherit; } 
.image-modal { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 40px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; transform: translateZ(0); } 
.image-modal.is-open { opacity: 1; visibility: visible; } 
.image-modal__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.88); cursor: pointer; } 
.image-modal__content { position: relative; z-index: 1; max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; transform: translateZ(0); } 
.image-modal__caption { color: #fff; text-align: center; font-size: 16px; font-weight: 500; letter-spacing: -0.02em; margin: 0; } 
.image-modal__close { position: absolute; top: 0px; right: -80px; width: 46px; height: 46px; border: none; border-radius: 50%; background: var(--point); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.25s ease, transform 0.25s ease; } 
.image-modal__close:hover { background: rgba(255, 255, 255, 0.35); transform: scale(1.05); } 
.image-modal__img { max-width: 100%; max-height: 85vh; width: auto; height: auto; object-fit: contain; display: block; } 

.grid { display: grid; } 
.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); } 

h1, h2, h3, h4, h5, h6, p, span, li, dt, dd, a, b, strong { word-break: keep-all; } 



/* header.php*/
.header { position: fixed; top: 0; left: 50%; width: 100%; z-index: 100; transform: translateX(-50%); background-color: transparent; transition: transform 0.6s ease, opacity 0.5s ease, box-shadow 0.8s; border-bottom: 1px solid #fff; } 
.header .header-inner { display: flex; align-items: center; width: 100%; justify-content: space-between; } 
.header .logo { width: 130px; } 
.header .menu ul.gnb { display: flex; align-items: center; gap: 80px; } 
.header .menu ul.gnb>li { position: relative; } 
.header .menu ul.gnb>li>a { font-size: 20px; color: #fff; padding: 35px 0; display: block; line-height: 1; transition: 0.5s; position: relative; } 
.header .menu ul.gnb>li>a::after { content: ''; position: absolute; left: 0; bottom: 24px; width: 0; height: 2px; background: linear-gradient(90deg, var(--main), var(--point)); transition: width 0.3s ease; } 
.header .menu ul.gnb>li:hover>a { color: var(--main); transform: translateY(-2px); } 
.header .menu ul.gnb>li:hover>a::after { width: 100%; } 
.index .header .menu ul.gnb>li>a { color: #000; } 
.header .menu .submenu { position: absolute; left: 50%; top: 100%; transform: translate(-50%, 0); width: 240px; padding: 25px; background: rgba(255, 255, 255, 0.98); border-radius: 22px; box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; transition-delay: 0.12s; backdrop-filter: blur(12px); } 
.header .menu ul.gnb>li.has-sub:hover .submenu,
.header .menu .submenu:hover { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); transition-delay: 0s; } 
.header .menu .submenu ul { display: grid; grid-template-columns: 1fr; gap: 10px 20px; } 
.header .menu .submenu li+li { margin-top: 0; } 
.header .menu .submenu a { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #2b2b2b; padding: 10px 10px; white-space: nowrap; position: relative; transition: color 0.25s ease, transform 0.25s ease, background 0.25s ease; border-radius: 12px; } 
.header .menu .submenu a::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgba(0, 0, 0, 0.22); flex: 0 0 auto; transition: background 0.25s ease, transform 0.25s ease; } 
.header .menu .submenu a:hover { color: var(--point); transform: translateX(2px); background: rgba(99, 191, 181, 0.08); } 
.header .menu .submenu a:hover::before { background: var(--main); transform: scale(1.15); } 
.header .lang-box { position: relative; } 
.header .lang-box .lang-toggle { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(255, 255, 255, 0.2); border: 1px solid #ddd; border-radius: 20px; font-size: 16px; font-weight: 300; color: #fff; cursor: pointer; transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease; } 
.header .lang-box .lang-toggle svg { transition: transform 0.25s ease; } 
.header .lang-box.on .lang-toggle svg { transform: rotate(180deg); } 
.header .lang-box .lang-list { position: absolute; top: calc(100% + 8px); right: 0; min-width: 100%; padding: 6px 0; background: #fff; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 10; } 
.header .lang-box.on .lang-list { opacity: 1; visibility: visible; transform: translateY(0); } 
.header .lang-box .lang-list li a { display: block; padding: 8px 20px; font-size: 14px; font-weight: 500; text-align: center; color: #333; white-space: nowrap; transition: background 0.2s ease, color 0.2s ease; } 
.header .lang-box .lang-list li a:hover { background: rgba(0,0,0,0.04); color: var(--main); } 
.header .lang-box .lang-list li.on a { color: var(--main); font-weight: 700; } 
.header .header-right { gap: 40px; } 
.header.roll { max-width: 100%; border-radius: 0; transition: 0.8s; background-color: #fff; box-shadow: 0 0 4px 4px rgb(213 213 213 / 34%); } 
.header.roll .logo img { filter: invert(0.55); } 
.header.roll .menu ul.gnb>li>a { color: #000; transition: 0.5s; } 
.header.roll .menu ul.gnb>li>a::after { bottom: 14px; } 
.header.roll .lang-box .lang-toggle { color: #000; border-color: rgba(0,0,0,0.2); } 
.index .header { background-color: transparent; } 
.index .header .menu ul.gnb>li>a { color: #fff; } 
.index .header .menu ul.gnb>li>a:after { background: #fff; } 
.index .header .lang-box .lang-toggle { color: #fff; border-color: #ddd; background-color: rgba(255, 255, 255, 0.2); } 
.index .header.roll .lang-box .lang-toggle { color: #fff; border-color: rgba(255,255,255,0.3); } 
.index .header .m-btn span { background: #fff; } 
.index .header.roll { background: var(--navy); box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2); } 
.index .header.roll .menu ul.gnb>li>a { color: #fff; } 
.index .header.roll .m-btn span { background: #fff; } 
.m-btn { display: none; position: relative; width: 30px; height: 24px; background: transparent; border: none; cursor: pointer; z-index: 101; padding: 0; } 
.m-btn span { display: block; position: absolute; width: 100%; height: 2px; background: #000; transition: all 0.3s ease; border-radius: 2px; } 
.m-btn span:nth-child(1) { top: 0; } 
.m-btn span:nth-child(2) { top: 50%; transform: translateY(-50%); } 
.m-btn span:nth-child(3) { bottom: 0; } 
.m-btn.on span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); } 
.m-btn.on span:nth-child(2) { opacity: 0; } 
.m-btn.on span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); } 
.m-menu { position: fixed; top: 0; right: -100%; width: 75%; max-width: 100%; height: 100vh; background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%); z-index: 1000; transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: -4px 0 40px rgba(0, 0, 0, 0.12), -2px 0 20px rgba(0, 0, 0, 0.08); overflow-y: auto; overflow-x: hidden; visibility: hidden; backdrop-filter: blur(10px); } 
.m-menu.show { right: 0; visibility: visible; } 
.m-menu-close { position: absolute; top: 30px; right: 30px; width: 44px; height: 44px; background: rgba(0, 50, 142, 0.08); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 1001; transition: all 0.3s ease; color: var(--main); } 
.m-menu-close:hover { background: rgba(0, 50, 142, 0.15); transform: rotate(90deg); } 
.m-menu-close:active { transform: rotate(90deg) scale(0.95); } 
.m-menu-close svg { width: 20px; height: 20px; stroke: currentColor; } 
.m-menu-inner { padding: 120px 40px 40px; } 
.m-menu-inner>ul>li { border-bottom: 1px solid rgba(0, 0, 0, 0.05); position: relative; transition: background-color 0.3s ease; } 
.m-menu-inner>ul>li:last-child { border-bottom: none; } 
.m-menu-inner>ul>li:hover { background-color: rgba(0, 50, 142, 0.02); } 
.m-menu-inner>ul>li>a { display: flex; align-items: center; justify-content: space-between; padding: 22px 40px; font-size: 18px; font-weight: 600; color: #1a1a1a; text-decoration: none; transition: all 0.3s ease; position: relative; letter-spacing: -0.02em; } 
.m-menu-inner>ul>li>a::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--main); transform: scaleY(0); transition: transform 0.3s ease; } 
.m-menu-inner>ul>li>a:hover,
.m-menu-inner>ul>li.active>a { color: var(--main); padding-left: 44px; } 
.m-menu-inner>ul>li>a:hover::before,
.m-menu-inner>ul>li.active>a::before { transform: scaleY(1); } 
.m-menu-arrow { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(0, 50, 142, 0.08); padding: 7px; } 
.m-menu-has-sub.active .m-menu-arrow img { transform: rotate(90deg); } 
.m-menu-sub { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease; padding: 0; background: rgba(0, 50, 142, 0.03); } 
.m-menu-has-sub.active .m-menu-sub { max-height: 500px; padding: 8px 0 16px 0; } 
.m-menu-sub li { border-bottom: none; position: relative; } 
.m-menu-sub li::before { content: ''; position: absolute; left: 40px; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: rgba(0, 50, 142, 0.3); transition: all 0.3s ease; } 
.m-menu-sub li a { display: block; padding: 14px 40px 14px 60px; font-size: 16px; font-weight: 400; color: #666; text-decoration: none; transition: all 0.3s ease; letter-spacing: -0.01em; } 
.m-menu-sub li a:hover { color: var(--main); padding-left: 64px; font-weight: 500; } 
.m-menu-sub li a:hover~li::before,
.m-menu-sub li:hover::before { background: var(--main); width: 8px; height: 8px; } 
.m-menu::-webkit-scrollbar { width: 4px; } 
.m-menu::-webkit-scrollbar-track { background: transparent; } 
.m-menu::-webkit-scrollbar-thumb { background: rgba(0, 50, 142, 0.2); border-radius: 10px; } 
.m-menu::-webkit-scrollbar-thumb:hover { background: rgba(0, 50, 142, 0.4); } 
.m-menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px); z-index: 999; opacity: 0; visibility: hidden; transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s ease; } 
.m-menu-overlay.show { opacity: 1; visibility: visible; } 


/* footer.php */
.footer { padding-top: 70px; padding-bottom: 80px; background: #000; } 
.footer * { color: #fff !important; } 
.footer-logo { width: 190px; margin-right: 90px; } 
.policy-nav { display: flex; gap: 40px; margin-bottom: 30px; } 
.address-row { display: flex; gap: 30px; } 
.address-col { display: flex; gap: 20px; } 
.address-col span:first-child:after { content: ''; display: block; width: 1px; height: 10px; background: #fff; position: absolute; right: -10px; top: 6px; } 
.address-col span:first-child { position: relative; } 

/* index.php */
.hero-item--desc { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; } 
.hero .slide-arrow-prev { position: absolute; left: 50px; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; } 
.hero .slide-arrow-next { position: absolute; right: 50px; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; } 
.main-prd .flex { align-items: stretch; } 
.main-prd .flex .left-box { width: 72%; margin-right: 2%; border: 1px solid #ccc; padding: 40px; } 
.main-prd .flex .left-box .swiper { margin-top: 20px; } 
.main-prd-item--img { background-color: #f5f5f5; } 
.main-prd-item--img img { object-fit: contain; aspect-ratio: 1 / 1; } 
.main-prd-items .swiper-pagination { position: static; margin-top: 20px; } 
.main-prd .flex .right-box { width: 26%; padding: 20px 30px; background: rgba(0, 0, 0, 0.8); position: relative; } 
.main-prd .top-wrap { display: flex; gap: 30px; justify-content: space-between; } 
.main-prd .slide-arrow { display: flex; gap: 4px; } 
.main-prd .slide-arrow > div { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; background-color: rgba(255, 255, 255, 0.3); } 
.catalog-items { margin-top: 20px; } 
.main-info .grid { background-color: #f5f5f5; padding: 60px; gap: 40px; } 
.main-info .grid .grid-box a { display: flex; gap: 20px; align-items: center; } 
.main-info .grid .grid-box .img { width: 50px; display: flex; align-items: center; justify-content: center; } 
.main-info .grid .grid-box .img svg { transform-origin: 50% 50%; transform-box: fill-box; will-change: transform; } 
.main-info .grid .grid-box .txt { flex: 1; } 


@keyframes info-sway { 0%, 100% { transform: translateY(0) rotate(-2deg); } 
 50% { transform: translateY(-4px) rotate(2deg); } 
 }

@keyframes info-spin { 
 from { transform: rotate(0deg); } 
 to { transform: rotate(360deg); } 
 }

@keyframes info-heartbeat { 0%, 30%, 60%, 100% { transform: scale(1); } 
 15% { transform: scale(1.18); } 
 45% { transform: scale(1.08); } 
 }

@keyframes info-bounce { 
 0% { transform: translateY(0); } 
 30% { transform: translateY(-10px); } 
 50% { transform: translateY(0) scaleY(0.9); } 
 65% { transform: translateY(-4px) scaleY(1.05); } 
 85% { transform: translateY(0) scaleY(1); } 
 100% { transform: translateY(0); } 
 }

@media (prefers-reduced-motion: reduce){
 .main-info .grid .grid-box .img svg { animation: none; } 
 }

/* banner.php - breadcrumb */
.banner-txt { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; } 
.banner-txt h3 { font-size: 40px; font-weight: 700; color: #fff; margin-bottom: 15px; } 
.banner-nav { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; } 
.banner-nav__home { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; color: #fff; transition: opacity 0.2s ease; } 
.banner-nav__home:hover { opacity: 0.75; } 
.banner-nav__sep { display: inline-flex; align-items: center; color: #fff; } 
.banner-nav__item { font-size: 14px; font-weight: 400; color: #fff; } 

/* banner intro animation (triggered by .active on .banner-wrap) */
.banner-img { overflow: hidden; } 
.banner-img img { transform: scale(1.2); transition: transform 2.6s cubic-bezier(0.22, 1, 0.36, 1); will-change: transform; } 
.banner-wrap.active .banner-img img { transform: scale(1); transition-delay: 0.2s; } 
.banner-txt h3 { opacity: 0; transform: translateY(28px); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); will-change: opacity, transform; } 
.banner-nav { opacity: 0; transform: translateY(18px); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); will-change: opacity, transform; } 
.banner-nav__sep,
.banner-nav__item,
.banner-nav__home { opacity: 0; transform: translateY(6px); transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); } 
.banner-wrap.active .banner-txt h3 { opacity: 1; transform: translateY(0); transition-delay: 0.25s; } 
.banner-wrap.active .banner-nav { opacity: 1; transform: translateY(0); transition-delay: 0.45s; } 
.banner-wrap.active .banner-nav__home { opacity: 1; transform: translateY(0); transition-delay: 0.55s; } 
.banner-wrap.active .banner-nav > *:nth-child(2) { transition-delay: 0.65s; opacity: 1; transform: translateY(0); } 
.banner-wrap.active .banner-nav > *:nth-child(3) { transition-delay: 0.72s; opacity: 1; transform: translateY(0); } 
.banner-wrap.active .banner-nav > *:nth-child(4) { transition-delay: 0.79s; opacity: 1; transform: translateY(0); } 
.banner-wrap.active .banner-nav > *:nth-child(5) { transition-delay: 0.86s; opacity: 1; transform: translateY(0); } 

@media (prefers-reduced-motion: reduce){
 .banner-img img,
 .banner-txt h3,
 .banner-nav,
 .banner-nav__home,
 .banner-nav__sep,
 .banner-nav__item { transition: none; transform: none; opacity: 1; } 
 }


.sub-page .wrap { display: flex; align-items: flex-start; gap: 80px; padding-bottom: 140px; } 
.sub-page .wrap > .contents { flex: 1; padding-top: 60px; } 
.sticky-menu { width: 20%; max-width: 260px; flex-shrink: 0; position: sticky; top: 120px; background: #fff; overflow: hidden; } 
.sticky-menu__head { position: relative; height: 140px; padding: 24px; background-image: url('../images/common/sticky-gradient.png'); background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; } 
.sticky-menu__title { position: relative; z-index: 1; font-size: 26px; font-weight: 700; color: #fff; line-height: 1; letter-spacing: -0.02em; } 
.sticky-menu__watermark { position: absolute; right: 8px; bottom: 4px; z-index: 0; font-size: 76px; font-weight: 600; line-height: 1; color: rgba(255, 255, 255, 0.05); user-select: none; } 
.sticky-menu__nav { border: 1px solid #ddd; } 
.sticky-menu__nav ul { padding: 8px 24px; } 
.sticky-menu__nav li { border-bottom: 1px solid #ddd; } 
.sticky-menu__nav li:last-child { border-bottom: none; } 
.sticky-menu__nav li a { display: block; padding: 15px 0; font-size: 16px; letter-spacing: -0.16px; transition: color 0.2s ease; } 
.sticky-menu__nav li:hover a { color: var(--main); } 
.sticky-menu__nav li.is-active a { color: var(--main); font-weight: 600; } 
.sub-title-box h2 { position: relative; padding-left: 20px; letter-spacing: -0.3px; } 
.sub-title-box h2:before { content: ''; display: block; width: 4px; height: 20px; background-color: var(--point); position: absolute; left: 0; top: 13px; } 

/* company01.php */
.company01-con01 .flex { gap: 40px; } 
.company01-con01 .left-box { width: 40%; } 
.company01-con01 .right-box { flex: 1; } 

/* company02.php */
.company02-con01 { position: relative; margin-bottom: 200px; } 
.company02-con01 .txt-box { position: absolute; left: 50%; transform: translateX(-50%); bottom: -240px; background-color: #fff; width: calc(100% - 140px); padding: 60px 30px; } 
.company02-con01 .txt-box .grid { gap: 80px; } 
.company02-con01 .txt-box .grid .grid-box:first-child { position: relative; } 
.company02-con01 .txt-box .grid .grid-box:first-child:after { content: ''; display: block; width: 1px; height: 90%; background: #ddd; position: absolute; right: -35px; top: 50%; transform: translateY(-50%); } 
.company02-con01 .txt-box p { margin-top: 30px; position: relative; } 
.company02-con01 .txt-box p:after { content: ''; display: block; width: 60px; height: 1px; background: #ddd; position: absolute; left: 50%; transform: translateX(-50%); top: -15px; } 

/* company03.php */
.history { list-style: none; margin: 0; padding: 0; } 
.history-item { position: relative; display: flex; gap: 80px; align-items: flex-start; padding-bottom: 30px; } 
.history-item:last-child { padding-bottom: 0; } 
.history-item::before { content: ''; position: absolute; left: 3.5px; top: 14px; bottom: -6px; width: 1px; background: #ddd; z-index: 0; } 
.history-item:last-child::before { display: none; } 
.history-item__head { position: relative; padding-left: 30px; z-index: 1; width: 40%; } 
.history-item__head::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--main); z-index: 2; } 
.history-item__year { display: inline-block; color: var(--main); font-size: 20px; font-weight: 700; margin-right: 20px; line-height: 1; letter-spacing: -0.02em; vertical-align: middle; } 
.history-item__title { display: inline-block; color: #111; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: -0.02em; vertical-align: middle; } 
.history-item__list { flex: 1; min-width: 0; padding: 0 0 16px 0; border-bottom: 1px solid #ddd; } 
.history-item__list li { font-weight: 300; } 

/* company04.php */
.company04-con01 .grid { gap: 35px; } 
.company04-con01 .grid-box { background-color: rgba(45, 118, 254, 0.08); padding: 40px 60px; } 
.company04-con01 .grid-box svg { display: block; margin-left: auto; margin-right: auto; } 
.company04-con02 { background-color: #fafafa; padding: 70px 30px; } 
.esg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; } 
.esg-col { position: relative; display: flex; flex-direction: column; } 
.esg-col__head { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; margin-bottom: 80px; } 
.esg-col__head:before { content: ''; width: 12px; height: 80px; position: absolute; left: 50%; transform: translateX(-50%); bottom: -86px; background-image: url('../images/company/04_arrow.png'); background-repeat: no-repeat; background-size: contain; background-position: center; } 
.esg-circle { width: 200px; height: 200px; border-radius: 50%; background: var(--point); border: 1px solid var(--main); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; position: relative; } 
.esg-circle:before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid var(--main); width: calc(100% + 24px); height: calc(100% + 24px); content: ''; display: block; border-radius: 50%; background: #fff; z-index: -1; } 
.esg-circle__letter { font-size: 32px; font-weight: 700; line-height: 1; margin-bottom: 10px; } 
.esg-circle__label { font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: -0.02em; } 
.esg-col__list { position: relative; display: flex; flex-direction: column; gap: 40px; } 
.esg-item { position: relative; z-index: 2; min-height: 270px; padding: 40px 30px; background: #fafafa; border: 1px solid #ddd; text-align: center; } 
.esg-item:before { content: ''; display: block; width: 1px; height: 40px; background: #ddd; position: absolute; left: 50%; transform: translateX(-50%); bottom: -40px; } 
.esg-item:last-child:before { display: none; } 
.esg-item__badge { display: inline-block; padding: 5px 16px; background: var(--point); color: #fff; font-size: 14px; font-weight: 500; border-radius: 20px; letter-spacing: 0.03em; } 
.esg-item__title { margin: 16px 0 0; font-size: 20px; font-weight: 700; color: #111; line-height: 1; letter-spacing: -0.02em; } 
.esg-item__divider { display: block; width: 80px; height: 1px; background: #d5d8dd; margin: 20px auto; } 
.esg-item__desc { font-size: 15px; font-weight: 300; letter-spacing: -0.01em; } 
.esg-role-table { } 
.esg-role-table thead th { background: var(--main); color: #fff; padding: 24px 15px; font-size: 20px; font-weight: 500; letter-spacing: -0.02em; text-align: center; border-right: 1px solid #ddd; } 
.esg-role-table tbody td { padding: 15px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; text-align: center; } 
.esg-role-table tbody tr:nth-child(2n) td { background-color: #fafafa; } 
.esg-role-table thead tr th:last-child, .esg-role-table tbody tr td:last-child { border-right: none; } 
.company04-con05 .grid { background-color: #fafafa; padding: 40px; gap: 80px; } 
.company04-con05 .grid .grid-box { position: relative; } 
.company04-con05 .grid .grid-box:after { content: ''; display: block; width: 1px; height: 100%; background-color: #ddd; position: absolute; right: -40px; top: 50%; transform: translateY(-50%); } 
.company04-con05 .grid .grid-box:last-child:after { display: none; } 
.company04-con05 .grid-box p { text-align: center; padding-top: 30px; position: relative; } 
.company04-con05 .grid-box p:before { content: ''; display: block; width: 56px; height: 1px; background-color: #ddd; position: absolute; left: 50%; transform: translateX(-50%); top: 14px; } 

/* company05.php */
.company05-con01 .grid { gap: 15px 20px; } 
.company05-con01 .grid .img-box { border: 1px solid #ddd; } 
.company05-con01 .grid-box { cursor: pointer; } 

.pagination-box { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 60px; } 
.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: #1668FF; } 
.pagination-box .pagination-num.is-active { color: #1668FF; } 
.pagination-box .pagination-num.is-active::after { content: ''; position: absolute; left: 50%; bottom: -4px; transform: translateX(-50%); width: 104%; height: 1px; background-color: #1668FF; } 
.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: #1668FF; } 
.pagination-box .pagination-btn--first { margin-right: -12px; } 
.pagination-box .pagination-btn--last { margin-left: -12px; } 


/* company06.php */
.company06-con01 .grid { gap: 30px; } 
.company06-con01 .grid .title { gap: 10px; padding-bottom: 20px; border-bottom: 1px solid #ddd; margin-bottom: 20px; } 
.company06-con01 .grid p { } 


/* product */
.prd-hero .txt-box { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; padding: 0 60px; } 
.prd-hero .txt-box h3 { font-size: 32px; font-weight: 600; color: #fff; letter-spacing: -0.3px; line-height: 1.4; margin-bottom: 10px; } 
.prd-hero .txt-box h4 { font-size: 24px; font-weight: 500; color: #fff; } 
.prd-hero .txt-box p { color: #fff; font-weight: 300; } 
.prd-title { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; } 
.prd01-con01 .grid { gap: 16px; } 
.prd01-con01 .feature-box { background: #fafafa; padding: 40px 30px; text-align: center; display: flex; flex-direction: column; align-items: center; } 
.prd01-con01 .feature-num { display: inline-flex; align-items: center; justify-content: center; height: 25px; padding: 0 15px; border: 1px solid #1668FF; border-radius: 999px; font-size: 13px; font-weight: 500; color: #1668FF; letter-spacing: 0.3px; } 
.prd01-con01 .feature-title { margin-top: 12px; font-size: 20px; font-weight: 500; line-height: 1; } 
.prd01-con01 .feature-divider { display: block; width: 32px; height: 1px; background: #d5d8dd; margin: 16px 0; } 
.prd01-con02 .grid { padding: 40px; background-color: #f5f5f5; gap: 20px; } 
.prd01-con02 .grid img { height: 160px; object-fit: contain; margin-left: auto; margin-right: auto; } 
.prd01-con03 .flex { gap: 60px; } 
.prd01-con03 .flex .left-box { width: 55%; } 
.prd01-con03 .flex .right-box { flex: 1; display: flex; align-items: center; } 
.prd01-con03 ul li { padding-left: 20px; margin-bottom: 16px; } 
.prd01-con03 ul li:last-child { margin-bottom: 0; } 
.prd01-con03 ul li span { display: block; } 
.prd01-con03 ul li .text01 { position: relative; margin-bottom: 6px; } 
.prd01-con03 ul li .text01:before { content: ''; display: block; width: 6px; height: 6px; background-color: var(--main); border-radius: 50%; position: absolute; left: -20px; top: 10px; } 
.prd02-con01 .flex { gap: 60px; } 
.prd02-con01 .left-box { width: 50%; } 
.prd02-con01 .left-box .img-box { margin-bottom: 20px; } 
.prd02-con01 .left-box .img-box:last-child { margin-bottom: 0; } 
.prd02-con01 .right-box { flex: 1; } 
.prd02-con01 .right-box .spec-list { margin-top: 30px; } 
.prd02-con01 .right-box .spec-list li { display: flex; align-items: center; gap: 30px; padding-bottom: 8px; border-bottom: 1px solid #eee; margin-bottom: 16px; font-size: 16px; letter-spacing: -0.01em; } 
.prd02-con01 .right-box .spec-list li:last-child { margin-bottom: 0; } 
.prd02-con01 .right-box .spec-list .text01 { flex: 0 0 90px; } 
.prd02-con01 .right-box .spec-list .text02 { flex: 1; } 
.product .btn-wrap { margin-top: 120px; display: flex; gap: 16px; } 
.product .btn-wrap .btn { width: calc((100% - 16px) / 2); display: flex; align-items: center; justify-content: center; padding: 10px 15px; gap: 8px; border: 1px solid; background-color: #fff; position: relative; overflow: hidden; z-index: 0; transition: color 0.4s ease, border-color 0.4s ease; } 
.product .btn-wrap .btn > * { position: relative; z-index: 2; transition: transform 0.4s ease; } 
.product .btn-wrap .btn svg path { transition: fill 0.4s ease, stroke 0.4s ease; } 
.product .btn-wrap .btn::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; transition: transform 0.55s cubic-bezier(0.77, 0, 0.175, 1); } 
.product .btn-wrap .btn01 { border-color: #999; } 
.product .btn-wrap .btn01::before { background-color: #222; transform: translateX(-101%); } 
.product .btn-wrap .btn01:hover { color: #fff; border-color: #222; } 
.product .btn-wrap .btn01:hover::before { transform: translateX(0); } 
.product .btn-wrap .btn01:hover svg path { fill: #fff; } 
.product .btn-wrap .btn01:hover svg { animation: btnDownBounce 1.5s ease-in-out infinite; } 
@keyframes btnDownBounce { 0%, 100% { transform: translateY(-1px); } 50% { transform: translateY(1px); } 
 }
.product .btn-wrap .btn02 { border-color: var(--main); color: var(--main); } 
.product .btn-wrap .btn02::before { background-color: var(--main); transform: translateX(-101%); } 
.product .btn-wrap .btn02:hover { color: #fff; } 
.product .btn-wrap .btn02:hover::before { transform: translateX(0); } 
.product .btn-wrap .btn02:hover svg path { stroke: #fff; } 
.product .btn-wrap .btn02:hover svg { animation: btnRightMarch 1.5s ease-in-out infinite; } 
@keyframes btnRightMarch { 
 0% { transform: translateX(-5px); opacity: 0.4; } 50% { transform: translateX(0); opacity: 1; } 100% { transform: translateX(5px); opacity: 0.4; } 
 }
.product .tab-list { display: flex; align-items: center; gap: 8px; margin-bottom: 40px; } 
.product .tab-list li { min-width: 140px; display: flex; justify-content: center; padding: 10px; background-color: #f5f5f5; border: 1px solid #ddd; color: #666; cursor: pointer; } 
.product .tab-list li.on { background-color: var(--main); border-color: var(--main); color: #fff; } 
.product .tab-list li:not(.on):hover { background-color: #dedede; color: #222; transition: 0.3s; } 
.prd03-con01 .grid { gap: 16px; } 
.prd03-con01 .grid .grid-box { background-color: #fafafa; border: 1px solid #ddd; transition: background 0.3s; } 
.prd03-con01 .grid .grid-box:hover { background: #ebebeb; transition: background 0.3s; } 
.prd03-con01 .grid .grid-box a { display: block; padding: 40px; } 
.prd03-con01 .grid .grid-box .view-btn { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--main); } 


/* 실적사례 (case) */
.gallery-list { gap: 30px 16px; } 
.perf-table-wrap { overflow-x: auto; } 
.perf-table { width: 100%; min-width: 800px; border-collapse: collapse; table-layout: fixed; } 
.perf-table thead th { background-color: var(--point); color: #fff; padding: 15px 8px; text-align: center; vertical-align: middle; border-right: 1px solid #eee; } 
.perf-table thead th:last-child { border-right: none; } 
.perf-table thead th .tit { display: block; font-size: 16px; font-weight: 600; letter-spacing: -0.16px; line-height: 1.3; } 
.perf-table thead th .sub { display: block; font-size: 14px; font-weight: 400; letter-spacing: -0.14px; line-height: 1.3; margin-top: 4px; } 
.perf-table tbody th, .perf-table tbody td { padding: 12px 8px; text-align: center; vertical-align: middle; font-size: 14px; font-weight: 400; color: #111; letter-spacing: -0.14px; line-height: 1.35; background-color: #fff; border-bottom: 1px solid #eee; border-right: 1px solid #eee; } 
.perf-table tbody tr td:last-child { border-right: none; } 
.perf-table tbody:last-of-type tr:last-child th, .perf-table tbody:last-of-type tr:last-child td { border-bottom: none; } 
.perf-table tbody:nth-of-type(odd) .cat, .perf-table tbody:nth-of-type(odd) .sub-cat { background-color: #e5e5e5; } 
.perf-table tbody:nth-of-type(even) .cat, .perf-table tbody:nth-of-type(even) .sub-cat { background-color: #f1f1f1; } 
.perf-table tbody tr:nth-of-type(even) td { background-color: #fafafa; } 
.perf-table-wrap .table-note { margin-top: 16px; text-align: right; color: #666; font-size: 14px; letter-spacing: -0.14px; } 

/* 홍보센터 (pr) */
.search-wrap { display: flex; justify-content: flex-end; margin-bottom: 40px; } 
.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; } 

.table-list table { border-collapse: collapse; table-layout: auto; } 
.table-list col.col-num { width: 90px; } 
.table-list col.col-date { width: 130px; } 
.table-list thead th { padding: 20px 24px; text-align: left; font-size: 16px; font-weight: 300; color: #000; letter-spacing: -0.02em; border-top: 2px solid #222; border-bottom: 1px solid #ddd; background-color: #fff; } 
.table-list thead th.date { text-align: right; } 
.table-list tbody td { padding: 22px 24px; font-size: 16px; color: #666; letter-spacing: -0.02em; vertical-align: middle; border-bottom: 1px solid #eee; } 
.table-list tbody td.tit { font-size: 18px; color: #111; letter-spacing: -0.02em; } 
.table-list tbody td.tit a { display: inline-block; max-width: 100%; color: inherit; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; transition: color 0.2s ease; } 
.table-list tbody td.tit a:hover { color: var(--main); } 
.data .table-list tbody td.tit * { display: inline-block; vertical-align: middle; } 
.data .table-list tbody td.tit span { padding-right: 10px; } 
.table-list tbody td.date { text-align: right; white-space: nowrap; } 
.gallery-list .thum { position: relative; } 
.gallery-list .thum .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: opacity 0.2s; } 
.gallery-list .grid-box:hover .thum .icon { opacity: 0; transition: opacity 0.2s; } 
.video .gallery-list .img-box img { aspect-ratio: 16 / 9; object-fit: cover; } 
.catalog-con01 .grid { gap: 30px; }
.catalog-con01 .grid-box .down-btn { background: #f5f5f5; border: 1px solid #ddd; padding: 12px 15px; display: flex; align-items: center; justify-content: center; gap: 8px; position: relative; }
.catalog-con01 .grid-box .down-btn > * { position: relative; z-index: 2; }
.catalog-con01 .grid-box .down-btn svg path { transition: fill 0.4s ease; }

/* 온라인 문의 (inquiry) */
.inquiry-form { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.inquiry-form .row { display: flex; align-items: stretch; border-bottom: 1px solid #eee; min-height: 97px; }
.inquiry-form .row:last-child { border-bottom: none; }
.inquiry-form .label { flex: 0 0 138px; background-color: #f5f5f5; display: flex; align-items: center; padding: 0 30px; font-size: 16px; font-weight: 500; color: #000; letter-spacing: -0.16px; }
.inquiry-form .label em { color: #ff0000; font-style: normal; margin-left: 2px; }
.inquiry-form .field { flex: 1; padding: 24px; display: flex; align-items: center; gap: 12px; }
.inquiry-form .field input[type="text"], .inquiry-form .field input[type="password"], .inquiry-form .field input[type="email"] { width: 480px; max-width: 100%; height: 49px; padding: 0 15px; border: 1px solid #ddd; background-color: #fff; font-size: 14px; color: #333; letter-spacing: -0.14px; }
.inquiry-form .field input::placeholder { color: #999; font-size: 14px; }
.inquiry-form .field input:focus { outline: none; border-color: var(--main); }
.inquiry-form .field--phone { gap: 8px; }
.inquiry-form .field--phone input { width: 145px; text-align: center; }
.inquiry-form .field--phone .sep { color: #999; font-size: 14px; }
.inquiry-form .field select { width: 480px; max-width: 100%; height: 49px; padding: 0 40px 0 15px; border: 1px solid #ddd; 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; font-size: 14px; color: #333; letter-spacing: -0.14px; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }
.inquiry-form .field select:focus { outline: none; border-color: var(--main); }
.inquiry-form .row--textarea .field { align-items: flex-start; }
.inquiry-form .field textarea { width: 100%; height: 220px; padding: 15px 19px; border: 1px solid #ddd; background-color: #fff; font-size: 14px; color: #333; letter-spacing: -0.14px; line-height: 1.5; font-family: inherit; resize: vertical; }
.inquiry-form .field textarea::placeholder { color: #999; font-size: 14px; }
.inquiry-form .field textarea:focus { outline: none; border-color: var(--main); }
.inquiry-form .field--file { gap: 0; }
.inquiry-form .field--file .file-input { display: none; }
.inquiry-form .field--file .file-btn { flex: 0 0 80px; height: 49px; display: flex; align-items: center; justify-content: center; padding: 0 16px; background-color: #fafafa; border: 1px solid #999; font-size: 14px; color: #000; letter-spacing: -0.14px; cursor: pointer; }
.inquiry-form .field--file .file-name { flex: 1; height: 49px; display: flex; align-items: center; padding: 0 15px; border: 1px solid #999; border-left: none; background-color: #fff; font-size: 14px; color: #999; letter-spacing: -0.14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }










