@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */
.only-desktop {display:block !important;}
.only-mobile {display:none !important;}

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#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}

.contain {width:100%; max-width:1460px; margin:0 auto; padding-left:var(--contain-padding); padding-right:var(--contain-padding);}

#wrapper {padding-top:var(--header-height);}

/* header */
#header {position:fixed; width:100%; z-index:102; top:0; left:0; right:0; background-color: #fff;}
#header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd; opacity:0;}
#header .contain {max-width:100%; padding:0 var(--contain-paddingx3); position:relative; display:flex; align-items:center;}

.sitelogo a {display:flex;}
.sitelogo a img {height:clamp(15px, calc(22 / var(--inner) * 100vw), 22px);}

#gnb {position:relative; text-align:center; flex:1;}
#gnb > ul {display:flex; justify-content:flex-end; transition:all 0.35s ease;}
#gnb > ul > li {position:relative; z-index:1;}
#gnb > ul > li > a {height:var(--header-height); padding:0 var(--gnb-gutter); font-size:var(--font-size-18); font-weight:600; letter-spacing:0; color:var(--color-bk); display:flex; align-items:center; justify-content:center; position:relative; text-align:center; z-index:5;}
#gnb > ul:hover {justify-content:center; transition:all 0.35s ease;}
#gnb > ul:hover > li > a {padding:0 var(--gnb-gutter2);}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:var(--space-40) 0 var(--space-80);}
#gnb .submenu>ul>li {margin-bottom:var(--space-20);}
#gnb .submenu>ul>li:last-child {margin-bottom:0;}
#gnb .submenu>ul>li>a {display:inline-block; line-height:1.6em; font-weight:500;}
#gnb .submenu>ul>li:hover a {text-decoration:underline;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff;}

.language {min-width:72px; z-index:10; position:relative; display:inline-block;}
.language .toggle-button {width:100%; justify-content:center; display:flex; align-items:center; border:0; gap:10px; background:none; color:var(--color-bk); text-align:left;}
.language .toggle-button .ico {width:15px; display:flex; align-items:center;}
.language .toggle-button .chevron {width:9px; margin-top:-.1em;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:var(--color-bk);}
.language .toggle-layer {font-size:var(--font-size-14); margin-top:7px; display:none; position:absolute; left:0; width:100%; padding:10px; background:var(--color-primary); border-radius:8px; text-align:center;}
.language .toggle-layer ul {display:grid; gap:4px;}
.language .toggle-layer a {display:block; font-weight:500; line-height:1.15em; color:#242424; opacity:0.4;}
.language .toggle-layer a:hover {opacity:1;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

html.header-hover #header {color:var(--color-bk);}
html.header-hover #header:after {opacity:1;}
html.header-hover #gnb>ul>li>a {color:var(--color-bk);}
html.header-hover .btn-m-menu span,
html.header-hover .btn-m-menu span:before,
html.header-hover .btn-m-menu span:after {background:var(--color-bk);}
html.header-hover .language .toggle-button {color:var(--color-bk);}
html.header-hover .language .toggle-button path {fill:var(--color-bk);}

html.header-fixed #header {color:var(--color-bk);}
html.header-fixed #header:after {opacity:1;}
html.header-fixed #gnb>ul>li>a {color:var(--color-bk);}
html.header-fixed .btn-m-menu span,
html.header-fixed .btn-m-menu span:before,
html.header-fixed .btn-m-menu span:after {background:var(--color-bk);}
html.header-fixed .language .toggle-button {color:var(--color-bk);}
html.header-fixed .language .toggle-button path {fill:var(--color-bk);}

#header.header-white {color:var(--color-bk);}
#header.header-white #gnb>ul>li>a {color:var(--color-bk);}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:var(--color-bk);}
#header.header-white .language .toggle-button {color:var(--color-bk);}
#header.header-white .language .toggle-button path {fill:var(--color-bk);}

html.menu-opened #header:after {opacity:1;}
html.menu-opened .language .toggle-button {color:var(--color-bk);}
html.menu-opened .language .toggle-button path {fill:var(--color-bk);}
/* #header:hover .language .toggle-button {color:var(--color-bk);}
#header:hover .language .toggle-button path {fill:var(--color-bk);} */

/* for mobile */
.btn-m-menu {position:relative;width:30px;height:30px;text-align:center;text-indent:-9999em;z-index:50; display:none;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:20px; height:3px; background:#fff; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius:2px;}
.btn-m-menu span:before {top:-9px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-9px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:var(--header-height); right:0; width:280px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#242424; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff}
.mobile-navigation .nav-menu>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:5px 18px; color:#454545; font-size:14px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .menu-close {position:absolute; top:15px; right:15px; width:30px; height:30px;overflow:hidden; text-indent:-999em;}
.mobile-navigation .menu-close:before, 
.mobile-navigation .menu-close:after {content:""; position:absolute; left:14px; height:30px; width:2px; background-color:#ddd;}
.mobile-navigation .menu-close:before {transform:rotate(45deg);}
.mobile-navigation .menu-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 #header {background-color:#fff;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none !important;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background-color:var(--color-bk);}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}

/* main */
.main-visual {border-radius:24px; overflow:hidden; width:100%; max-width:calc(100% - 30px); margin:0 auto;}
.main-visual, .main-visual .item {height:85vh; color:#fff; background:#000; position:relative; overflow:hidden; text-align:center;}
.main-visual .item img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:5s linear; transform:scale(1.15);}
.main-visual .item video {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item:after {position:absolute; content:''; top:0; left:0; right:0; bottom:0; background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);}
.main-visual .caption { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); padding:0 var(--contain-padding); width:100%; max-width:1460px; z-index:30; text-align:left;}
.main-visual .hero-panel {display:flex; flex-direction:column; align-items:flex-start; gap:var(--space-70);}
.main-visual .hero-copy {display:flex; flex-direction:column; align-items:flex-start; gap:var(--space-25);}
.main-visual .hero-badge {display:inline-flex; align-items:center; justify-content:center; padding:5px 16px; min-height:36px; border:1px solid rgba(255,255,255,0.5); border-radius:36px; font-size:var(--font-size-15); line-height:1.7em; transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .hero-title {font-size:var(--font-size-48); font-weight:700; line-height:1.5em; transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .hero-lead {font-size:var(--font-size-20); font-weight:400; line-height:1.5em; transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .hero-actions {display:flex; flex-wrap:wrap; align-items:flex-start; gap:8px; transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .hero-actions a {width:180px; height:56px; padding:0 var(--space-30); display:flex; align-items:center; justify-content:space-between; border:1px solid rgba(221,221,221,0.5); border-radius:100px; background:transparent; font-weight:600; line-height:1.9em;}
.main-visual .hero-actions a:hover {color:var(--color-bk); border-color: var(--color-primary); background-color: var(--color-primary);}
.main-visual .hero-actions a .icon {position:relative; flex-shrink:0; width:13px; height:13px;}
.main-visual .hero-actions a .icon:before,
.main-visual .hero-actions a .icon:after {content:""; position:absolute; left:50%; top:50%; background:#fff; transform:translate(-50%,-50%);}
.main-visual .hero-actions a .icon:before {width:11px; height:1px;}
.main-visual .hero-actions a .icon:after {width:1px; height:11px;}
.main-visual .hero-actions a:hover .icon:before,
.main-visual .hero-actions a:hover .icon:after {background-color: var(--color-bk);}

.main-visual .active .item img {transform:scale(1);}
.main-visual .active .caption .hero-badge {opacity:1; transform:translateX(0); transition-delay:0.2s;}
.main-visual .active .caption .hero-title {opacity:1; transform:translateX(0); transition-delay:0.4s;}
.main-visual .active .caption .hero-lead {opacity:1; transform:translateX(0); transition-delay:0.55s;}
.main-visual .active .caption .hero-actions {opacity:1; transform:translateX(0); transition-delay:0.75s;}
.main-visual .items .slick-arrow {width:clamp(30px, calc(72 / var(--inner) * 100vw), 72px); height:clamp(30px, calc(72 / var(--inner) * 100vw), 72px); position:absolute; top:50%; transform:translateY(-50%); z-index:20; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.main-visual .items .slick-prev {left:var(--space-100); background-image:url("../images/main/slide-prev.png");}
.main-visual .items .slick-next {right:var(--space-100); background-image:url("../images/main/slide-next.png");}

.main-visual .controls {position:absolute; bottom:var(--space-40); left:50%; display:flex; align-items:center; justify-content:center; -webkit-transform:translateX(-50%); transform:translateX(-50%); z-index:30;}
.main-visual .slick-dots {display:flex; gap:12px;}
.main-visual .slick-dots li button {display:block; width:30px; height:4px; background:transparent; border:0; background-color:#fff; border-radius:100px; transition:.2s; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em; opacity:0.2;}
.main-visual .slick-dots li.slick-active button {width:48px; opacity:1;}
.main-visual .ctr-btn {width:16px; height:16px; display:none; background:transparent; border:0; border-radius:50%; background-repeat:no-repeat; background-position:50% 50%;}
.main-visual .ctr-btn.play-button {margin-right:7px; background-image:url('/images/main/play.svg');}
.main-visual .ctr-btn.pause-button {background-image:url('/images/main/pause.svg');}

.main-sec2 {padding:var(--space-100) 0; background:url('/images/main/sec2bg.png') 50% 50% / cover no-repeat;}
.main-business {display:flex;}
.main-business .image {border-radius:24px; overflow:hidden;}
.main-business-body {flex:1; padding-left:var(--space-100); display:flex; flex-direction:column; gap:var(--space-50); justify-content:center;}
.main-business-head {display:flex; flex-direction:column; gap:var(--space-25); width:100%;}
.main-business-title {font-size:var(--font-size-36); font-weight:700; line-height:1.3em; color:var(--color-bk);}
.main-business-lead {font-size:var(--font-size-18); line-height:1.7em;}
.main-business-list {display:grid; gap:var(--space-15); width:100%;}
.main-business-list a {width:100%; height:72px; padding:0 var(--space-30); display:flex; align-items:center; justify-content:space-between; border:1px solid rgba(221,221,221,0.5); border-radius:100px; font-size:var(--font-size-18); font-weight:600; line-height:1.6em;}
.main-business-list a .icon {position:relative; flex-shrink:0; width:13px; aspect-ratio:1/1;}
.main-business-list a .icon::before,
.main-business-list a .icon::after {content:""; position:absolute; left:50%; top:50%; background:#454545; transform:translate(-50%,-50%);}
.main-business-list a .icon::before {width:11px; height:1px;}
.main-business-list a .icon::after {width:1px; height:11px;}

/* sub page */
#sub #wrapper {padding-top:var(--space-100);}
.sub-visual {padding:var(--space-70) 0; border-bottom:1px solid #ddd; text-align:center;}
.pg-depth {display:flex; justify-content:center; align-items:center; gap:15px;}
.pg-depth .ico {width:16px; height:16px; display:inline-flex; align-items:center; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.pg-depth .ico.home {background-image:url('/images/common/depth-home.png');}
.pg-depth .ico.arrow {background-image:url('/images/common/depth-arrow.png');}
.pg-depth .pg-name {font-weight:600; color:#747480;}
.pg-depth .pg-name span {display: none;}
.pg-depth .pg-name span.active {display: block;}
.sub-visual .sv-title {margin-top:var(--space-25); font-size:clamp(24px, calc( 56 / var(--inner) * 100vw ), 56px); color:var(--color-bk); line-height:1.2em; display:block; letter-spacing:-.03em; font-weight:800;}

.lnb {margin:var(--space-40) auto 0; ;border-radius:50px; max-width:980px; background:#F6F6FA; padding:10px;}
.lnb li {flex:1;}
.lnb li a {border-radius:50px; height:clamp(40px, calc( 52 / var(--inner) * 100vw ), 52px); color:#999; font-size:var(--font-size-18); align-items:center; justify-content:center; display:flex; letter-spacing:-.03em; font-weight:600;}
.lnb li.active a {background-color:var(--color-primary); color:#454545;}

.sub-title {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0, 0, 0, 0); white-space:nowrap; border:0;}

#contArea {width:100%; max-width:1460px; margin:0 auto; padding:0 var(--contain-padding);}
#contArea.wide {max-width:none; padding:0;}

.real-cont {padding:var(--space-80) 0 var(--space-150);}

/* footer */
#footer {border-top:1px solid #eee;}
#footer a:hover {text-decoration: underline;}
.footer-top {padding:var(--space-30) var(--contain-paddingx3); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #eee;}
.footer-sitemap ul {display:flex; align-items:center;}
.footer-sitemap ul li {position:relative; padding:0 var(--space-50);}
.footer-sitemap ul li:after {position:absolute; content:''; top:50%; right:0; transform:translateY(-50%); width:1px;height:16px;background-color:#d9d9d9;}
.footer-sitemap ul li:first-child {padding-left:0;}
.footer-sitemap ul li:last-child {padding-right:0;}
.footer-sitemap ul li:last-child:after {display:none;}
.footer-sitemap ul a {font-weight:600; line-height:1.6em; color:var(--color-bk);}

.footer-logos {display: flex; gap:25px;}

.footer-body {font-size:var(--font-size-15); line-height:1.7em; padding:var(--space-40) var(--contain-paddingx3); display:flex; justify-content:space-between;}
.footer-logo {margin-bottom:var(--space-45); display:flex;}

.footer-contact {display:flex; flex-direction:column; gap:5px;}
.footer-contact-row {color:#727272; display:flex; align-items:flex-start;}
.footer-contact dt {flex:0 0 140px; width:140px; color:#9c9c9c;}
.footer-aside {display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between;}
.footer-family {position:relative; width:240px;}
.footer-family-toggle {height:56px; padding:13px 20px; display:flex; align-items:center; justify-content:space-between; width:100%; border:0; border-radius:8px; background-color:#f5f6f7; font-weight:500; line-height:1.7em; color:var(--color-bk); cursor:pointer;}
.footer-family-toggle::-webkit-details-marker {display:none;}
.footer-family-toggle::marker {content:"";}
.footer-family-icon {display:flex; width:clamp(12px, calc( 16 / var(--inner) * 100vw ), 16px); aspect-ratio:1/1; flex-shrink:0;}
.footer-family[open] .footer-family-icon {transform:rotate(180deg);}
.footer-family-list {position:absolute; right:0; bottom:calc(100% + 4px); left:0; z-index:5; padding:8px 0; border-radius:8px; background-color:#fff; box-shadow:0 4px 16px rgba(0,0,0,0.08);}
.footer-family-list a {display:block; padding:8px 16px; font-size:var(--font-size-14); line-height:1.6em; text-decoration:none;}
.footer-family-list a:hover {background-color:#f5f6f7;}
.footer-legal {display:flex; flex-direction:column; align-items:flex-end; gap:8px; text-align:right;}
.footer-legal-links {justify-content:flex-end; display:flex;align-items:center; gap:var(--space-20);}
.footer-legal-links a {font-weight:600; line-height:1.7em ;color:#a4a4a4;}
.footer-copy-line {color:#a4a4a4;}