@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;}

.contain {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:fixed; top: 0; width:100%; z-index:100;}
#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%;}
#gnb>ul {display:flex; justify-content:flex-end; margin-right: -55px;}
#gnb>ul>li {position:relative; padding:0 55px;}
#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:0; line-height:1.3em;}
#gnb .submenu {display: none; position:absolute; left:0; width:100%; overflow:hidden; background: var(--primary-color); border-radius:0 0 10px 10px; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:#fff; font-size:17px; line-height:1.647em; font-weight: 500;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset: 4px;}

#header.active {background: #fff;}
#header.active .sitelogo img {opacity:0;}
#header.active .sitelogo {background: url('/images/common/logo.png') no-repeat left center / contain;}
#header.active #gnb>ul>li>a {color: var(--dark-color);}
#header.active .btn-m-menu span,
#header.active .btn-m-menu span:before,
#header.active .btn-m-menu span:after {background: var(--dark-color);}

/* 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 .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>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--primary-color)}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.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; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.main-visual .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .caption {position:absolute; top: 50%; left:50%; width: 100%; max-width: 1700px; padding:0 150px; transform: translate(-50%, -50%); color:#fff; z-index:40;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0; text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);}
.main-visual .caption .txt1 {font-size:var(--font-size-28); font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.main-visual .caption .txt2 {font-size:var(--font-size-64); font-weight:700; line-height:1.21875em; letter-spacing:-.03em; margin-top:30px;}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}
.main-visual .slick-dots {position: absolute; bottom: clamp(20px, calc(85 / var(--inner) * 100vw), 85px); width: 100%; display: flex; justify-content: center; gap: 20px; padding: 0 30px; line-height: 0;}
.main-visual .slick-dots button {display: block; width: 13px; height: 13px; border-radius: 100%; background: #fff; opacity: .6; border: 0; padding: 0; margin: 0; cursor: pointer; overflow: hidden; text-indent: -9999px;}
.main-visual .slick-dots li {padding: 10px; border-radius: 100%;}
.main-visual .slick-dots li.slick-active {border: 1px solid #fff;}
.main-visual .slick-dots li.slick-active button {opacity: 1;}
.main-visual .slick-arrow {position: absolute; z-index:10; top: 50%; left: var(--container-space); transform: translateY(-50%); border-radius: 100%; width: 70px; height: 70px; background: url("/images/main/mv-arrow.png") no-repeat center center / contain; border: 1px solid rgba(255, 255, 255, 0.3); padding: 0; margin: 0; cursor: pointer; overflow: hidden; text-indent: -9999px;}
.main-visual .slick-arrow.slick-next {left: auto; right: var(--container-space); transform: translateY(-50%) scaleX(-1);}
.main-visual .slick-arrow:hover {border-color:var(--primary-color); background-color: var(--primary-color);}

.main-section {padding: clamp(50px, calc(130 / var(--inner) * 100vw), 130px) 0;}
.main-section .contain {max-width: 1460px;}
.main-tit {margin-bottom: var(--space-55); font-size: var(--font-size-17);}
.main-tit h2 {font-size: var(--font-size-35); letter-spacing: 0; line-height: 1.2em; color: var(--dark-color);}
.main-tit p {margin-top: var(--space-20);}

.main-about .contain {display: flex; align-items: center; gap: var(--space-65); line-height: 1.75em;}
.main-about .img {width: 50%;}
.main-about h2 {margin-bottom: var(--space-25); font-size: var(--font-size-40); line-height: 1.25em;}
.main-about .desc {margin-bottom: var(--space-40);}
.btn-detail {display: flex; align-items: center; gap: var(--space-30); width: fit-content; padding: 17px var(--space-30); line-height: 1em; border-radius: 30px; background: var(--primary-color); color: #fff;}
.btn-detail:after {content: ""; display: block; width: 30px; height: 9px; background: url("/images/main/detail-arrow.png") no-repeat center center / contain;}

.main-business {background: #f8f8f8;}
.main-business-items {gap: var(--space-20);}
.main-business-item {position:relative; display:block; border-radius: var(--radius-20); overflow: hidden;}
.main-business-item:before {position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 0; background: linear-gradient(150deg, var(--secondary-color), var(--third-color), var(--primary-color)); opacity: .8; transition: .3s;}
.main-business-item:hover:before {height: 100%;}
.main-business-item .txt {display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.main-business-item h3 {color: #fff; font-weight: 600; font-size: var(--font-size-25); line-height: 1.2em;}
.main-business-item h3:after {content: ''; display: block; width: 30px; height: 30px; margin: var(--space-20) auto 0; background: url("/images/main/plus.png") no-repeat center center / contain;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:440px; 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(34px, calc(50 / var(--inner) * 100vw), 50px); font-weight:600; 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 {margin:0 auto var(--space-70); max-width:100%; width: fit-content; border-bottom:2px solid var(--primary-color);}
.lnb ul {display:flex;}
.lnb ul li {flex:1 1 auto; text-align:center;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; min-width:350px; height:var(--lnb-height); padding:0 30px; background: #f0f0f0; color:#a0a0a0; font-size:20px; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {background: var(--primary-color); color:#fff;}

.path-wrap {position:relative; border-bottom:1px solid #ddd; border-top:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1400px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:var(--lnb-height); height:var(--lnb-height); background:url("/images/common/home.png") 50% 50% no-repeat; background-size:16px; text-indent:-999em; overflow:hidden; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.path-wrap .part {position:relative; min-width:240px; border-right:1px solid #ddd; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:var(--lnb-height); color:#454545; font-size:18px; font-weight:500; line-height:1.3em; padding:0 60px 0 24px;}
.path-wrap .part:nth-child(3) > a {color: var(--primary-color);}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-4px; width:15px; height:8px; background:url("/images/common/path_down.png") 50% 50% no-repeat; background-size:contain;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 24px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}

@media (max-width: 1024px) {
	.path-wrap .home a {width:52px; height:52px;}
	.path-wrap .part > a {font-size:16px; height:52px;}
	.path-wrap .part ul li a {padding:15px 24px;}
}
@media (max-width: 640px) {
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a {height:44px; width:44px; background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 22px); width:calc(50% - 22px);}
	.path-wrap .part > a {height:44px; padding:0 32px 0 14px; font-size:15px;}
	.path-wrap .part > a:after {right:10px; width:12px; background-size:contain;}
	.path-wrap .part:last-child {border-right:0;}
	.path-wrap .part ul li a {font-size:14px; padding:12px 14px;}
}

.sub-title {padding-top:clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px); padding-bottom:clamp(40px, calc( 90 / var(--inner) * 100vw ), 90px); max-width:1460px; margin:0 auto; text-align: center;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {font-size:clamp(30px, calc( 40 / var(--inner) * 100vw ), 40px); line-height:1em; color:var(--dark-color);}

#contArea {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}
#contArea.gray {background: #f4f4f4;}

.real-cont {padding-bottom:clamp(50px, calc( 150 / var(--inner) * 100vw ), 150px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.75em;}
.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:var(--dark-color2); font-size: var(--font-size-15); font-weight: 500; color: #878787;}
#footer .contain {max-width: 1460px;}
#footer .sitelogo {opacity: .5;}
.f-top {padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.f-top a:not(:last-child) {margin-right: var(--space-30);}
.f-bottom {padding: var(--space-35) 0;}
.f-bottom .contain {display: flex; gap: var(--space-55);}
.copyright {margin-top: 5px; color: #666; font-size: 13px;}
#footer address {max-width: 1010px; font-style: normal;}
#footer address span { display: inline-block; padding-right: 30px; }
#footer address span:last-child {padding-right: 0; }

.scroll-top {display:flex; justify-content:center; align-items:center; z-index:80; position:fixed; bottom:var(--container-space); right:var(--container-space); width:70px; height:70px; border-radius: 100%; border: 1px solid var(--primary-color); background-color:var(--primary-color); color:#fff; font-size:12px; font-weight: 700; line-height:1em; text-align:center;}
.scroll-top span:before {display:block; content:""; margin:0 auto 10px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:7px solid #fff;}