@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
.header {padding:0 35px 0 100px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo a {display:block; background:url("../images/common/logo-w.png") no-repeat 0 center / contain; width:236px; height:56px; font-size:0; line-height:0;}

#gnb>ul {display:flex; margin-right:85px;} 
#gnb>ul>li {position:relative; padding:0 75px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#fff; font-size:var(--fz20); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover>a {color:var(--color-primary) !important;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:16px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:12px 0; color:#fff; font-size:var(--fz18); font-weight:500; line-height:1.33em; letter-spacing:-.02em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:linear-gradient(to right, #1f9a9f, var(--color-primary));}

.btn-all-menu {display:block; position:relative; width:26px; height:26px; z-index:92;}
.btn-all-menu span {position:absolute; left:8px; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; left:-8px; right:0; height:2px; background:#fff;}
.btn-all-menu span:before {top:-9px;}
.btn-all-menu span:after {bottom:-9px;}

.pull-right {display:flex; align-items:center;}

.right-fix {display:flex; flex-direction:column; align-items:center; position:fixed; right:0; top:0; height:100vh; width:100px; border-left:1px solid rgba(255,255,255,.3); z-index:90;}
.right-fix .scroll {position:absolute; bottom:40px; width:18px; height:168px; background:url('/images/main/scroll.png'); font-size:0;}
.right-fix.active {border-color:#ebebeb;}
.right-fix.active .scroll {background-image:url('/images/main/scroll-active.png');}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover .btn-all-menu span,
#header:hover .btn-all-menu span:before,
#header:hover .btn-all-menu span:after {background:#242424;}

#header.header-active {background:#fff;}
#header.header-active .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-active #gnb>ul>li>a {color:#242424;}
#header.header-active .btn-all-menu span,
#header.header-active .btn-all-menu span:before,
#header.header-active .btn-all-menu span:after {background:#242424;}

#header.header-fixed {background:#fff; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
#header.header-fixed .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-fixed #gnb>ul>li>a {color:#242424;}
#header.header-fixed .btn-all-menu span,
#header.header-fixed .btn-all-menu span:before,
#header.header-fixed .btn-all-menu span:after {background:#242424;}
#header.header-fixed .btn-m-menu span,
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#242424;}

#fp-nav.active ul li a {background:#d1dce9;}
#fp-nav.active ul li a.active {background:var(--color-primary);}
#fp-nav.active ul li .fp-tooltip {color:var(--color-primary);}
#fp-nav.active ul li .fp-tooltip:after {background:var(--color-primary);}

.fp-viewing-5 .right-fix {display:none;}
.fp-viewing-5 #fp-nav {display:none;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; z-index:92;}
.btn-m-menu span {position:absolute; left:8px; 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:-8px; 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:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:36px;}
.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(--color-primary);}
.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(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; 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 #container .contain {max-width:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:100vh;}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img 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 .slick-slide.active .img {transform:scale(1.06);}
.main-visual .inner {padding:0 80px; position:absolute; top:42%; left:0; width:100%; z-index:2;}
.main-visual .caption h2 {opacity:0; transform:translateX(-30px); font-size:var(--fz60); font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-visual .caption p {opacity:0; transform:translateX(-30px); font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.44em;}
.main-visual .controls {opacity:0; transform:translateX(-30px);  margin-top:55px; display:flex; align-items:center;}
.main-visual .pager {margin-right:40px; display:flex; align-items:center; font-size:var(--fz15); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:rgba(255,255,255,.5);}
.main-visual .pager .current {display:inline-block; width:.6em; color:#fff;}
.main-visual .progress {position:relative; margin:0 16px; width:320px; height:2px; background:rgba(255,255,255,.5);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .slide-btn {transition:.3s; width:40px; height:40px; background-size:contain; background-position:50% 50%; background-repeat:no-repeat; border:0; font-size:0; background-color:transparent;}
.main-visual .slide-prev {background-image:url("/images/main/mv-prev.png"); margin-right:8px;}
.main-visual .slide-prev:hover {background-image:url('/images/main/mv-prev-on.png');}
.main-visual .slide-next {background-image:url("/images/main/mv-next.png");}
.main-visual .slide-next:hover {background-image:url('/images/main/mv-next-on.png');}

.main-visual.active .caption h2 {animation:fadeRight .7s .3s forwards;}
.main-visual.active .caption p {animation:fadeRight .7s .5s forwards;}
.main-visual.active .controls{animation:fadeRight .7s .7s forwards;}

.progress-bar.animated {animation:progressBar 1 linear;}

@keyframes fadeRight{
	0% {opacity:0; transform:translateX(-30px);}
	100% {opacity:1; transform:translateX(0);}
}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.section-inner {padding:calc(var(--header-height) + 10px) 60px 20px;}

.m-head {margin-bottom:50px;}
.m-tt {font-size:var(--fz18); font-weight:700; line-height:1.4em; color:var(--color-primary);}
.m-tit {font-size:var(--fz48); font-weight:700; line-height:1.4em; color:#242424;}

.more-btn {margin-top:45px; display:inline-flex; align-items:center; font-weight:400; line-height:1.4em;}
.more-btn:after {transition:.3s; margin-left:10px; content:''; width:40px; height:40px; background:url('/images/main/more-arr.png') no-repeat 50% 50% / contain;}
.more-btn:hover:after {background-image:url('/images/main/more-arr-on.png');}

.action-btn{display:inline-flex; align-items:center; }
.action-btn .txt {position:relative; z-index:1; font-weight:500; line-height:1.4em; background:transparent;}
.action-btn .circle {position:relative; display:flex; align-items:center; justify-content:center; width:80px; height:80px; color:var(--color-primary); transform:translateX(-10px); border-radius:50%; transition:.4s;}
.action-btn .circle i {position:relative; z-index:2; width:14px; height:14px; background:url('/images/main/plus.png') no-repeat 50% 50% / contain;}
.action-btn .circle:before {position:absolute; content:''; top:50%; left:50%; transform:Translate(-50%, -50%); width:100%; height:100%; border-radius:50%; border:1px solid rgba(0,0,0,0.2); box-sizing:border-box; transition:.4s;}
.action-btn:hover .circle i {background-image:url('/images/main/plus-w.png');}
.action-btn:hover .circle:before {transform:Translate(-50%, -50%) scale(0.5); border-color:var(--color-primary); background:var(--color-primary);}

.main-business .contain {display:flex;}
.main-business .cnt {width:600px;}
.main-business .cnt .m-tit {margin-bottom:20px;}
.main-business .cnt .txt {margin-bottom:120px; font-weight:400; line-height:1.63em;}
.main-business .btns button {margin-bottom:20px; display:block; border:0; background:transparent; font-size:var(--fz22); font-weight:600; line-height:1.4em; color:#aaa;}
.main-business .btns button small {font-size:.73em;}
.main-business .btns button:last-child {margin-bottom:0;}
.main-business .btns button.active {color:var(--color-primary);}
.main-business .slider {flex:1 1 auto; min-width:0; width:1%;}
.main-business .slider a {position:relative; display:flex; justify-content:flex-end; padding:0 0 110px 100px;}
.main-business .slider .items {width:100%;}
.main-business .slider .img img {border-radius:40px;}
.main-business .slider .txt-wrap {width:60%; margin:30px; position:absolute; left:0; bottom:0; border-radius:40px; padding:50px 40px 60px 55px; background:#fff;}
.main-business .slider .txt-wrap h3 {margin-bottom:8px; font-size:var(--fz32); font-weight:700; line-height:1.4em;}
.main-business .slider .txt-wrap h3 small {margin-left:20px; font-size:var(--fz16); font-weight:700; color:#aaa;}
.main-business .slider .txt-wrap h3 small.type2 {display:block; margin-left: 0;}
.main-business .slider .txt-wrap ul li {padding-left:0.5em; text-indent:-.5em; margin-bottom:5px; font-weight:400; line-height:1.4em;}
.main-business .slider .txt-wrap ul li:last-child {margin-bottom:0;}
.main-business .slider .txt-wrap ul.type2 {display:flex; flex-wrap:wrap; margin:0 -10px;} 
.main-business .slider .txt-wrap ul.type2 li {width:50%; padding:0 10px;}
.main-business .slider .txt-wrap ul.type3 {display:flex; flex-wrap:wrap; margin:0 -10px;} 
.main-business .slider .txt-wrap ul.type3 li {width:33.333%; padding:0 10px;}
.main-business .slider .slick-current .txt-wrap {box-shadow:0 0 32px rgba(0,0,0,.16);}
.main-business .slider a:hover .more-btn:after {background-image:url('/images/main/more-arr-on.png');}

.integration-hover-box {position:relative; display: block;}
.integration-hover-box:after {pointer-events:none; content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid rgba(0,0,0,.08); border-radius:20px;}
.integration-hover-box .img {position:relative; padding-bottom:82%; overflow:hidden; border-radius:20px; }
.integration-hover-box .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.integration-hover-box .txt-wrap {display:flex; flex-direction:column; justify-content:center; transition:.3s;  border-radius:0 0 20px 20px; height:60px; padding:0 40px; position:absolute; left:0; bottom:0; width:100%; color:#fff; background:#5f5f5f;}
.integration-hover-box .txt-wrap:after {opacity:0; transition:.3s; position:absolute; top:20px; right:20px; content:''; width:41px; height:40px; background:url('/images/main/integration-more.png') no-repeat 50% 50% / contain;}
.integration-hover-box .txt-wrap .tit {font-size:var(--fz24); font-weight:700; line-height:1.4em;  max-height:1.4em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.integration-hover-box .txt-wrap .info {transition:.3s;  height:0; opacity:0;}
.integration-hover-box .txt-wrap .info dl {display:none; margin-bottom:14px;}
.integration-hover-box .txt-wrap .info dl:last-child {margin-bottom:0;}
.integration-hover-box .txt-wrap .info dl dt {min-width:85px; font-weight:500; line-height:1.4em;}
.integration-hover-box .txt-wrap .info dl dd {font-weight:400; line-height:1.4em;}
.integration-hover-box:hover .txt-wrap {border-radius:20px; background:var(--color-primary); display:block; padding-top:35px; height:100%;}
.integration-hover-box:hover .txt-wrap dl {display:flex;}
.integration-hover-box:hover .txt-wrap .tit {padding-right:30px;}
.integration-hover-box:hover .txt-wrap:after {opacity:1;}
.integration-hover-box:hover .txt-wrap .info {height:auto; padding-top:22px; opacity:1;}

.main-integration {background:url('/images/main/integration-bg.jpg') no-repeat 50% 50% / cover;}
.main-integration .contain {position:relative;}
.main-integration .items {margin:0 -20px;}
.main-integration .item {padding:0 20px;}
.main-integration .progress {margin-top:60px;  display:block; width:100%; height:2px; overflow:hidden; background-color:#ddd; background-image:linear-gradient(to right, var(--color-primary), var(--color-primary)); background-repeat:no-repeat;
background-size:0 100%; transition:background-size .4s ease-in-out;}
.main-integration .action-btn {position:absolute; right:30px; top:20px;}

.main-consult {background:url('/images/main/consult-bg.jpg') no-repeat 50% 50% / cover;  color:#fff;}
.main-consult .contain {position:relative;}
.main-consult .m-tt {color:#fff;}
.main-consult .m-tit {color:#fff;}
.main-consult .wrap {display:flex;}
.main-consult .wrap .tab {width:400px; margin-right:90px;}
.main-consult .wrap .tabs li {margin-bottom:10px;}
.main-consult .wrap .tabs li:last-child {margin-bottom:0;}
.main-consult .wrap .tabs li a {padding:0 20px; border-radius:8px; background:rgba(255,255,255,.1); height:60px; display:flex; align-items:center;  font-size:var(--fz22); font-weight:700; line-height:1.4em;}
.main-consult .wrap .tabs li a svg {width:30px; height:30px; fill:#fff; margin-right:20px;}
.main-consult .wrap .tabs li a small {font-size:var(--fz16); color:rgba(255,255,255,.6);}
.main-consult .wrap .tabs li.active a {background:#fff; color:var(--color-primary);}
.main-consult .wrap .tabs li.active a svg {fill:var(--color-primary);}
.main-consult .wrap .tabs li.active a small {opacity:.6; color:var(--color-primary);}
.main-consult .tab-content-wrap {flex:1 1 auto; min-width:0; width:1%;}
.main-consult .table table {width:100%; border-collapse:collapse; border-spacing:0; color:#fff; text-align:center;}
.main-consult .table table thead th {padding:12px; background:rgba(255,255,255,.2); height:60px; font-size:var(--fz18); font-weight:500; line-height:1.4em;}
.main-consult .table table tbody td {padding:12px; border-bottom:1px solid rgba(255,255,255,.3); height:60px;  font-weight:400; line-height:1.4em;}
.main-consult .action-btn {position:absolute; top:0; right:30px;}
.main-consult .action-btn .circle i {background-image:url('/images/main/plus-w.png');}
.main-consult .action-btn .circle:before {border-color:#fff;}
.main-consult .action-btn:hover .circle:before {border-color:var(--color-primary);}

.main-service .contain {position:relative;}
.main-service .board-wrap {display:flex; justify-content:space-between;}
.main-service .board-wrap .box {padding:32px 40px 40px; border-radius:40px; width:calc(50% - 20px);}
.main-service .board-wrap .box h3 {margin-bottom:50px; font-size:var(--fz32); font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-service .news-box {position:relative; background:var(--color-primary); color:#fff;}
.main-service .news-box .arrow-btn {transition:.3s; position:absolute; top:40px; right:40px; content:''; width:41px; height:40px; background:url('/images/main/news-more.png') no-repeat 50% 50% /contain; }
.main-service .news-box .arrow-btn:hover {background-image:url('/images/main/news-more-on.png');}
.main-service .news-box table {border-top:1px solid #fff; width:100%; border-collapse:collapse; border-spacing:0; color:#fff; text-align:center;}
.main-service .news-box table thead th {padding:12px; background:rgba(255,255,255,.2); height:60px; font-size:var(--fz18); font-weight:500; line-height:1.4em;}
.main-service .news-box table tbody td {padding:12px; border-bottom:1px solid rgba(255,255,255,.3); height:60px;  font-weight:400; line-height:1.4em;}
.main-service .news-box table tbody td.subject {text-align:left;}
.main-service .news-box table tbody td a:hover {text-decoration:underline;}
.main-service .estimate-box {position:relative; background:url('/images/main/estimate-bg.jpg') no-repeat 50% 50% / cover;}
.main-service .estimate-box:after {transition:.3s; position:absolute; top:40px; right:40px; content:''; width:40px; height:40px; background:url('/images/main/estimate-more.png');}
.main-service .estimate-box .txt {line-height:1.63em; color:#454545;}
.main-service .estimate-box:hover:after {background-image:url('/images/main/estimate-more-on.png');}
.main-service .action-btn {position:absolute; right:30px; top:0;}

/* sub */
.sub-visual {position:relative; height:500px; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .caption {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual .caption .tt {font-size:var(--fz18); font-weight:700; line-height:1.4em;}
.sub-visual .caption .tit {font-size:var(--fz60); font-weight:700; line-height:1.3em;}
.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");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {padding-bottom:40px; position:absolute; bottom:0; left:0; width:100%;}
.lnb ul li {display:flex; align-items:center; width:auto;}
.lnb ul li:after {content:''; margin:0 20px; width:1px; height:10px; background:#aaa;}
.lnb ul li:last-child:after {display:none;}
.lnb ul li a {display:block; color:#aaa;}
.lnb ul li.active a {color:#fff; font-weight:600;} 

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:92px 0 50px; text-align:center;}
.sub-title h1 {font-size:var(--fz48); font-weight:700; line-height:1.3em; color:#242424;}

.real-cont {min-height:300px; padding-bottom:200px;}

/* footer */
#footer {padding:60px 0; background:#1a1a1a; color:#999; line-height:1.5em; letter-spacing:-.03em;}
#footer .contain {position:relative; max-width:1400px;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-logo {margin-bottom:35px;}

#footer address {margin-bottom:10px; font-style:normal;}
#footer address span {margin-right:30px;}

.copyright {font-size:var(--fz14); font-weight:400; color:#555;}

.foot-links {display:flex; position:absolute; right:30px; bottom:0;}
.foot-links li {color:#878787; font-size:var(--fz14);}
.foot-links li + li {margin-left:50px;}
