@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#skipToContent a:focus,
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#container, #wrapper {background: #111;}
.contain {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:absolute; top: 0; left: 0; width:100%; z-index:100; overflow: hidden;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1460px; height:var(--header-height); z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; margin-right: -50px;}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:var(--header-height); padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .sitelogo img {filter: brightness(0);}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--primary-color)}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--primary-color);}
.mobile-navigation .close {position:absolute; top:0; right:15px; width:26px; height:var(--header-height); text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:50%; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}


/* main */
.main-visual {position: relative;}
.main-visual .contain {position: relative; height: 100vh;}
.main-visual .bg img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.main-visual .txt {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding: 0 20px; font-weight: 700; letter-spacing: -0.03em; color: #fff; text-align: center;}
.main-visual .txt h2 {font-size: clamp(25px, calc(52 / var(--inner) * 100vw), 52px); line-height: 1.3em;}
.main-visual .txt p {margin-top: clamp(12px, calc(20 / var(--inner) * 100vw), 20px);font-size: clamp(16px, calc(30 / var(--inner) * 100vw), 30px); line-height: 1.3em;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:500px; background:#333; color:#fff; text-align:center;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:clamp(35px, calc(52 / var(--inner) * 100vw), 52px); font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("/images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("/images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("/images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("/images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("/images/common/sv5.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.lnb {margin:0 auto; max-width:1400px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; color:#242424; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--primary-color); border:0;}
.lnb ul li.active a {color:#fff;}

.sub-title {display: none;}

#contArea {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); padding-top: clamp(40px, calc(120 / var(--inner) * 100vw), 120px); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left: 0; padding-right: 0;}

.real-cont {padding-bottom:clamp(40px, calc( 120 / var(--inner) * 100vw ), 120px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.88em;}
.pb100-40 {padding-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.pt100-40 {padding-top: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.border-box {position: relative;}
.border-box:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd;}

.flex-wrap {display: flex;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-mid {display: flex; align-items: center;}
.flex-bottom {display: flex; align-items: flex-end;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

/* footer */
#footer {background:#000; font-size: 14px; border-top: 1px solid rgba(255,255,255,.48);}
#footer .contain {max-width: 1460px;}

.float-banner {position: fixed; bottom: var(--container-space); right: var(--container-space); z-index: 9;}
.float-banner a {display: flex; align-items: center; justify-content: center; width: clamp(45px, calc(80 / var(--inner) * 100vw), 80px); height: clamp(45px, calc(80 / var(--inner) * 100vw), 80px); border-radius: 100%; background: var(--primary-color);}
.float-banner a:not(:last-child) {margin-bottom: 20px;}
/* intro */
#intro #footer {display: none;}
.intro-hero {position: relative; background: #000; overflow: hidden; }
.intro-hero .contain {display: flex; flex-direction: column-reverse; align-items: center; justify-content: center; gap: clamp(20px, calc(60 / var(--inner) * 100vw), 60px); min-height: 100vh; padding-top: var(--header-height);}
.intro-text { text-align: center; }
.intro-brand { color: white; font-size: var(--font-size-40); font-weight: 700; word-wrap: break-word; }
.intro-desc { color: white; font-size: var(--font-size-40); font-weight: 500; word-wrap: break-word; }
.intro-highlight { color: #B89D4D; font-size: var(--font-size-40); font-weight: 700; word-wrap: break-word; }

/* 회사 소개 섹션 */
.company-intro { width: 1920px; max-width: 100%; height: 710px; position: relative; overflow: hidden; }
.company-image { width: 960px; max-width: 50%; height: 100%; left: 0px; top: 0px; position: absolute; }
.company-image img { width: 100%; height: 100%; object-fit: cover; }
.company-content { left: 1060px; top: 120px; position: absolute; }
.company-title { margin-bottom: 10px;  font-size: var(--font-size-40); line-height: 1.3em;}
.title-main { color: #fff; font-weight: 700; word-wrap: break-word; }
.title-highlight { color: #B89D4D; font-weight: 700; word-wrap: break-word; }
.company-subtitle {margin-left: clamp(40px, calc(120 / var(--inner) * 100vw), 120px); margin-bottom: clamp(20px, calc(60 / var(--inner) * 100vw), 60px); font-size: var(--font-size-40); line-height: 1.3em;}
.subtitle-main { color: #fff; font-weight: 700; word-wrap: break-word; }
.subtitle-highlight { color: #B89D4D; font-weight: 700; word-wrap: break-word; }
.company-desc { margin-bottom: clamp(15px, calc(40 / var(--inner) * 100vw), 40px); }
.desc-main { color: #fff; font-size: var(--font-size-24); font-weight: 600; word-wrap: break-word; }
.company-text { }
.text-content { color: #fff; font-size: 16px; font-weight: 400; line-height: 30px; word-wrap: break-word; }

/* BUSINESS 섹션 */
.business-section { max-width: 1920px; width: 100%; position: relative; overflow: hidden; margin-left: auto; margin-right: auto; padding: clamp(40px, calc(120 / var(--inner) * 100vw), 120px) 0;}
.business-title {color: #fff; margin-bottom: clamp(20px, calc(60 / var(--inner) * 100vw), 60px); font-size: var(--font-size-40); font-weight: 700; word-wrap: break-word; text-align: center;}
.business-grid {display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(10px, calc(20 / var(--inner) * 100vw), 20px); }
.business-card { width: calc((100% - clamp(10px, calc(20 / var(--inner) * 100vw), 20px) * 2) / 3); height: 360px; position: relative; overflow: hidden; }
.card-image { width: 100%; max-width:453px; height: 100%; position: relative; overflow: hidden;}
.card-image img { width: calc(100% + 2px); height: 100%; object-fit: cover; margin-left: -1px; max-width: none;}
.card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); display: flex; align-items: center; justify-content: center; }
.card-title { color: white; font-size: var(--font-size-28); font-weight: 600; word-wrap: break-word; text-align: center; }
.business-more {display: block; margin:clamp(20px, calc(60 / var(--inner) * 100vw), 60px) auto 0; width: fit-content;}
.more-button {display: flex; align-items: center; justify-content: center; width: 150px; height: 60px; border-radius: 8px; border: 1px #fff solid; background: transparent; color: #fff; font-size: 18px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.more-button:hover { background: #B89D4D; color: white; border-color: #B89D4D; }

/* Footer 섹션 */
.footer-container { width: 100%; position: relative; background: #fff; overflow: hidden;}
#footer .contain {position: relative; height: 220px;}
.footer-info { width: 750px; left: var(--container-space); top: 79px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 12px; display: inline-flex; }
.info-row {flex-wrap: wrap; align-self: stretch; justify-content: flex-start; align-items: center; gap: 5px 10px; display: inline-flex; }
.company-name { color: white; font-size: 16px; font-weight: 600; word-wrap: break-word; }
.divider { width: 1px; height: 10px; background: #DDDDDD; }
.info-text { color: #999999; font-size: 16px; font-weight: 400; word-wrap: break-word; }
.copyright-row { justify-content: flex-start; align-items: center; gap: 10px; display: inline-flex; }
.copyright-text { color: #666666; font-size: 16px; font-weight: 400; word-wrap: break-word; }
.footer-links { position: absolute; left: var(--container-space); top: 40px; display: flex; gap: 20px; }
.footer-link { display: flex; align-items: center; gap: 8px; color: white; font-size: 16px; font-weight: 600; word-wrap: break-word; text-decoration: none; transition: color 0.3s ease; }
.footer-link:hover { color: #B89D4D; }
.link-icon { width: 16px; height: 16px; position: relative; }
.icon-shield { width: 13.29px; height: 14.60px; position: absolute; left: 1px; top: 1px; outline: 1.44px white solid; outline-offset: -0.72px; }
.icon-check { width: 5.73px; height: 4.43px; position: absolute; left: 9.80px; top: 9.04px; outline: 1.44px white solid; outline-offset: -0.72px; }
.link-text { }
.footer-logo {position: absolute; right: var(--container-space); top: 50%; transform: translateY(-50%);}
.pop-tel-link {display: none; width: fit-content; padding: 10px 16px; border-radius: 30px; margin-top: 20px; border: 1px solid #ddd; background: #fff; font-weight: 600;}
.pop-tel-link:hover {background: var(--dark-color); color: #fff;}