@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-mobile {display:block;}

#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:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header {position:absolute; top:0; left:0; width:100%; z-index:100; border-bottom:1px solid rgba(255, 255, 255, 0.23);}
#header .contain {position:relative; max-width:1780px; height:100px;}
.sitelogo {position:absolute; top:50%; margin-top:-12px; left:30px; z-index:10}
.sitelogo a {display:block; width:260px; height:24px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 50% 50% no-repeat; background-size:contain;}

.top-links {position:absolute; top:50%; right:0; z-index:90}
.top-links .links-flex {display:flex;}
.top-links .links-flex li:nth-child(-n+2) {display:none;}
.top-links .links-flex .links {position:relative; width:90px; color:#fff; border-left:1px solid rgba(255, 255, 255, 0.23);}
.top-links .links-flex .links:first-child {width:180px; font-size:15px; padding:35px 0; text-align:center; border-left:none;}
.top-links .links-flex .pd {position:relative; padding-right:15px; margin-right:15px; padding-bottom:5px;}
.top-links .links-flex .pd:before {position:absolute; content:""; top:50%; margin-top:-8px; right:0; width:1px; height:16px; background:rgba(255, 255, 255, 0.21);}
.top-links .links-flex .pd:hover:after {position:absolute; content:""; bottom:0; left:0; width:53px; height:2px; background:#bbbbba;}
.top-links .links-flex .links .mg {position:relative; padding-bottom:5px;}
.top-links .links-flex .links .mg:hover:after {position:absolute; content:""; bottom:0; left:0; width:53px; height:2px; background:#bbbbba;}

/*new*/
#gnb ul {display:flex; justify-content:center;}
#gnb ul > li {position:relative; padding:0 60px;}
#gnb > ul > li:hover > a:after {content:""; position:absolute; bottom:0; left:50%; margin-left:-4px; width:8px; height:8px; background:#2154bd; transition:.2s;}
#gnb > ul > li:hover a {color:#2154bd;}
#gnb ul > li > a {font-family: 'Inter', sans-serif; display:inline-block; position:relative; color:#fff; font-size:20px; font-weight:700; line-height:100px; letter-spacing:-.04em;}
#gnb .submenu {display:none; position:absolute; top:100px; background:#fff; width:200px; left:50%; margin-left:-100px; z-index:102;}
#gnb .submenu > ul {display:block; padding:30px 15px; margin:0; } 
#gnb .submenu > ul > li {text-align:center; color:#fff; padding:5px 15px;}
#gnb .submenu > ul > li > a {font-family:'Noto Sans KR','Open Sans',AppleGothic,helvetica,sans-serif; font-weight:400; display:inline-block; color:#3e3f3a; font-size:17px; line-height:33px; letter-spacing:-.03em; border-radius:5px;}
#gnb .submenu > ul > li:hover {background: linear-gradient(to right, #2154bd, #7337b7);}
#gnb .submenu > ul > li:hover a {color:#fff;}


#header.header-hover {background:#fff; border-bottom:1px solid #dfdfdf;}
#header.header-hover .sitelogo a {background-image:url("../images/common/logo_w.png");}
#header.header-hover #gnb > ul > li > a {color:#2c2c2c;}
#header.header-hover #gnb > ul > li:hover > a {color:#2154bd;}
#header.header-hover .btn-m-menu span,
#header.header-hover .btn-m-menu span:before,
#header.header-hover .btn-m-menu span:after {background:#2c2c2c;}
/* #header.fixed {position:fixed; top:0; left:0; background-color:#fff; transition:.2s ease-out;}
#header.fixed #gnb ul > li {color:#3e3f3a;} */
#header.header-hover .top-links .links-flex .links {color:#3e3f3a; border-left:1px solid #dfdfdf;}
#header.header-hover .custom-select .select-input {color:#3e3f3a; background: url("../images/bbs/selects_w.png") right 10px center no-repeat;}
#header.header-hover .top-links .links-flex .pd:before {background:#dfdfdf;}

.submenu-bg {display:none; position:absolute; margin-top:1px; left:0; width:100%; background:rgba(0, 0, 0, .7);}


/* for mobile */
.btn-m-menu {position:absolute; font-size:11px; text-indent:-10px; top:50%; width:40px; height:34px; right:50%; margin-right:-20px; margin-top:-13px; text-align:center; z-index:50;}
.btn-m-menu span {position:absolute; left:20px; right:0; top:17px; height:2px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:""; position:absolute; left:-15px; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-12px;}
.btn-m-menu span:after {display:none;}

.mobile-navigation {background:linear-gradient(to left, rgba(33, 84, 189, 0.9), rgba(115, 55, 183, 0.9)); position:fixed; display:flex; top:0; right:0; width:100%; bottom:0; transition:.2s ease-out; -ms-transform:translateX(100%); transform:translateX(100%); z-index:102;}
.mobile-navigation .inner {position:absolute; top:0; left:0; width:100%; height:100%; overflow:auto;}
.mobile-navigation .brand-image {border-bottom:1px solid #d6dfd1; background-color:#e9ede7; height:128px;}
.mobile-navigation .brand-image a {display:block; padding-top:40px; padding-left:40px;}
.mobile-navigation .nav-menu .depth3 {display:block; margin-left:23px; padding-bottom:18px;}
.mobile-navigation .nav-menu .depth3 ul li a {display:block; padding:4px 0; color:#fff; font-size:18px; font-weight:300; line-height:1.4em; letter-spacing:-.04em;}
.mobile-navigation .close {position:absolute; top:18px; right:22px; 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:#2c2c2c; 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.8; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-navigation .close {display:block;}
html.menu-opened .mobile-overlay {display:block;}

nav.nav-menu {width:100%; position:relative; border-top:1px solid #ddd;}
nav.nav-menu:before {position:absolute; content:""; top:370px; left:0; height:1px; width:100%; background:rgba(255, 255, 255, 0.32);}
nav.nav-menu .nav-flex {position:relative; max-width:1200px; display:flex; margin:0 auto; margin-top:285px; text-align:center;}
nav.nav-menu .nav-flex:before {position:absolute; content:""; top:-120px; left:50%; margin-left:-171px; width:342px; height:32px; background:url("../images/main/moblie-logo.png")50% 50% no-repeat; background-size:contain;}
nav.nav-menu .nav-flex .nav-list {width:25%;}
.mobile-navigation .home {opacity:0; display:none;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:20px 18px; display:block; color:#fff; font-size:26px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:hover:before {position:absolute; content:""; bottom:-15px; left:50%; margin-left:-5px; width:10px; height:10px; background:#fff;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:before {position:absolute; display:inline-block; content:""; left:50%; margin-left:-32.5px; bottom:0; width:65px; height:1px; background:#fff;}
.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:block; margin:-1px 0 0 0; padding:30px 0 10px 0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {position:relative; display:block; padding:12px 18px; color:#fff; font-size:18px; font-weight:400; line-height:1.4em;}
.mobile-navigation .close {position:absolute; top:60px; right:360px; width:36px; height:36px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:13px; left:0; width:100%; height:2px; background:#fff; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-navigation .home .txt-box {position:absolute; top:320px; left:100px;}
.mobile-navigation .home .txt-box .tit {font-family: 'Montserrat', sans-serif; font-size:24px; color:#f7c94e; font-weight:700; letter-spacing:-.04em; line-height:1.0em;}
.mobile-navigation .home .txt-box .txt {font-size:20px; color:#fff; letter-spacing:-.04em; line-height:1.800em; margin:30px 0 80px 0;}
.mobile-navigation .home .txt-box ul {display:flex;}
.mobile-navigation .home .txt-box ul li {position:relative; color:#fff; padding-bottom:5px; padding-right:20px;}
.mobile-navigation .home .txt-box ul li.active:before {position:absolute; content:""; width:28px; height:2px; background:#fff; bottom:0; left:1px;}



/* main */
.main-visual .caption {position:absolute; top:50%; left:0; width:100%; padding:0 30px; text-align:center; z-index:45; transform:translateY(-50%); color:#fff;}
.main-visual .caption .tit {font-size:62px; color:#fff; font-weight:700; letter-spacing:-.04em; line-height:1.613em; margin-bottom:30px;}
.main-visual .caption .tit span {color:#f5b71a;}
.main-visual .caption p {font-size:20px; color:#fff; letter-spacing:-.04em; line-height:1.900em; margin-top:25px;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-20.5px; width:31px; height:61px; border:none; overflow:hidden; text-indent:-999em; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; z-index:50; background-size:contain;}
.main-visual .slick-prev {left:100px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-prev:hover {background-image:url("../images/main/slide_prev_w.png");}
.main-visual .slick-next {right:100px; background-image:url("../images/main/slide_next.png");}
.main-visual .slick-next:hover {background-image:url("../images/main/slide_next_w.png");}
.main-visual .slick-dots {position:absolute; bottom:60px; left:0; width:100%; text-align:center; z-index:50; line-height:0; opacity:.8;}
.main-visual .slick-dots li {display:inline-block; padding-top:10px; padding:0 25px;}
.main-visual .slick-dots li button {display:block; width:15px; height:15px; background:rgba(255, 255, 255, 0.5); border:none; border-radius:50%; overflow:hidden; text-indent:-9999px; border-radius:8px;}
.main-visual .slick-dots li.slick-active button {margin-right:-10px; margin-left:-10px; background:url("../images/main/dot-active.png")50% 50% no-repeat; width:33px; height:33px; padding-top:10px; border:none;}

#fp-nav ul, .fp-slidesNav ul {display:none;}
.fp-viewing-Main .logo {display:none;}
.fp-viewing-main-contact #header .logo {background-image:url("../images/main/logo_w.png");}

/* .main-visual {position:relative; background:url("/images/main/mv1.jpg") no-repeat 50% 50%; background-size:cover;} */
.main-visual .contain {max-width:1620px;}
.main-visual .cnt:before {content:""; position:absolute; width:3px; height:40%; background:#fc7f34; left:0; top:-180px;}
.main-visual .cnt {position:relative; display:flex; justify-content: space-between;}
.main-visual .cnt .txt p {font-family:'NanumSquare',sans-serif; font-size:20px; line-height:1.7em; font-weight:400; letter-spacing:-0.05em; color:#a1a1a1; margin-bottom:40px;}
.main-visual h3 {font-family:'NEXEN_TIRE'; font-size:60px; font-weight:700; color:#fff; line-height:1.4em;}
.main-visual h3 span {display:block;}
.main-visual .box {width:620px; margin-right:110px;}
.main-visual .box ul {display:flex; flex-wrap:wrap; margin-left:-20px; margin-bottom:-20px;}
.main-visual .box ul li {font-family:'NEXEN_TIRE'; font-size:20px; font-weight:700; line-height:1.5em; color:#daff01; width:calc(50% - 20px); max-width:300px; margin-left:20px; margin-bottom:20px; padding:20px 25px; border:3px solid #9eb806; border-radius:15px; background:rgb(0 0 0 / 70%);}
.main-visual .box ul li span {display:block;font-family:'GmarketSans'; color:#fff; font-size:32px; font-weight:700; margin-bottom:10px;}

.board-scroll {height:600px; overflow:auto}


.main-visual {position:relative; width:100%; top:0; line-height:0; overflow:hidden; z-index:1;}
.main-visual .video-area video {position:absolute; top:0; left:0; width:100%; height:100%; background-color: black; background-position: center center; background-size: contain; object-fit: cover;}


.main-visual .item {position:relative; width:100%; z-index:1;}
.main-visual .item img {width:100%;}
.main-visual .caption {position:absolute; top: 50%; left:200px; width: 100%; text-align:left; padding: 0 30px; z-index: 45; margin-top:0; color: #fff;}
.main-visual .content {position:absolute; top:50%; left:0; color:#fff; width:100%; transform:translateY(-50%); text-align:center; z-index:10}
.main-visual .content .text {display:inline-block; position:relative; padding:170px 0;}
.main-visual .content .text:before,
.main-visual .content .text:after {content:"";position:absolute; left:50%; margin-left:-37%; width:74%; height:135px; border:30px solid #fff; opacity:.3;}
.main-visual .content .text:before {top:0; border-bottom:0;}
.main-visual .content .text:after {bottom:0; border-top:0;}
.main-visual .content p {font-size:30px; letter-spacing:0.2em; line-height:1.3em; font-weight:300;}
.main-visual .content p strong {font-weight:700;}
.main-visual .content .tit {font-size:80px; color:#b88a4c; font-weight:700; letter-spacing:0.2em; line-height:1.3em;}
.main-visual .slick-list {line-height:0;}

.custom-select {display:inline-block; vertical-align:middle; position:relative; z-index:10;}
.custom-select .select-hidden {display:none;}
.custom-select .select-input {position:relative; color:#fff; padding:30px 40px 0 15px; height:100px; font-size:14px; line-height:38px; letter-spacing:-.03em; overflow:hidden; white-space:nowrap; cursor:pointer; background: url("../images/bbs/selects.png") right 10px center no-repeat; z-index:2;}
.custom-select .select-options {display:none; position:absolute; color:#242424; margin-top:-1px; left:0; width:100%; max-height:460px; font-size:14px; line-height:1.5em; letter-spacing:-.03em; background:#fff; border:1px solid #ddd; overflow:auto;}
.custom-select .select-options li {width:100%; margin-right:0; padding:10px 10px; cursor:pointer; transition:.2s;}
.custom-select .select-options li:hover {background:#f7c94e; color:#3e3f3a;}
.custom-select .select-options li.selected {background:#f2f2f2}
.custom-select.active .select-input {border-color:#ff5500;}

.main-visual .scroll {position:absolute; bottom:0; left:50%; width:100px; text-align:center; margin-left:-50px; color:#fff; font-size:14px; font-weight:300; line-height:1.3em; letter-spacing:.1em; z-index:50;}
.main-visual .scroll .track {display:block; margin:20px auto 0; position:relative; width:1px; height:62px; background:rgba(255,255,255,.52);}
.main-visual .scroll .track:after {content:""; position:absolute; top:0; left:0; width:1px; height:12px; background:#fff; animation:hero-scroll 2s linear infinite;}

@keyframes hero-scroll{  
  0%{
    top:0;
    opacity:1
  }
  50%{
    opacity:1
  }
  to{
    top:50px;
    opacity:0
  }
}

.doc-tit h2 {display:flex; justify-content:center; align-items:center; font-size:36px; color:#454545; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.doc-tit h2 span {padding:0 40px; white-space:nowrap;}
.doc-tit h2:before {content:""; width:50%; height:1px; background:rgba(36, 36, 36, 0.3);}
.doc-tit h2:after {content:""; width:50%;  height:1px; background:rgba(36, 36, 36, 0.3);}
.doc-tit .color {color:#fff;}
.doc-tit .color:before {background:rgba(255, 255, 255, 0.3);}
.doc-tit .color:after {background:rgba(255, 255, 255, 0.3);}

/* philosophy */
.main-business {background:url("../images/main/business-bg.png") center top no-repeat;  margin-top:-420px;}
.main-tit {padding:100px 0 50px 0; text-align:center;}
.main-tit h2 {font-family: 'Inter', sans-serif; font-size:52px; font-weight:700; letter-spacing:-.04em; line-height:1.500em;}
.main-tit h2 span {color:#2154bd;}
.main-tit p {font-size:18px; color:#878787; font-weight:300; letter-spacing:-.04em; line-height:2.222em;}
.list ul {display:flex; flex-wrap:wrap; margin:0 -10px; margin-bottom:-20px; z-index:50;}
.list ul li {position:relative; width:50%; padding:0 10px; margin-bottom:20px; min-height:390px;}
.product-box {position:relative;}
.product-box .product-inner .img img {width:100%; min-height:390px;}
.list ul li:hover .product-inners {display:block;}
.list ul li:hover .product-box:after {position:absolute; content:""; top:0; left:0; width:100%; height:100%; background:linear-gradient(120deg, #7337b7, #2154bd); z-index:5; opacity:0.82;}
.list ul li .txt-box {width:80%; position:absolute; top:65px; left:50px; color:#fff; margin-bottom:10px; text-align:left;}
.list ul li .txt-box .tit {font-size:34px; font-weight:700; letter-spacing:-.04em; line-height:1.0em; margin-bottom:20px;}
.list ul li .txt-box .txt {font-family: 'Inter', sans-serif; font-size:13px; letter-spacing:0.3em; line-height:1.0em;} 
.list ul li .product-inners {position:absolute; top:0; left:0; color:#fff; width:100%; height:100%; display:none; opacity:0.82; /* background:linear-gradient(to right, #2154bd, #7337b7); */ z-index:60;}
.list ul li .product-inners .txt-box .txt {padding-bottom:25px; margin-bottom:25px;}
.list ul li .product-inners .txt-box .d-txt {font-size:18px; font-weight:500; letter-spacing:-.04em; line-height:1.667em; margin-bottom:35px;}
.list ul li .product-inners .location-info {position:relative; display:flex; padding-left:70px;}
.list ul li .product-inners .location-info:before {position:absolute; content:""; top:-15px; left:0; width:42px; height:40px; background:url("../images/main/call.png")50% 50% no-repeat; background-size:contain;}
.list ul li .product-inners .txt-inners {position:relative; display:flex; justify-content:space-between;}
.list ul li .product-inners .txt-inners:before {position:absolute; content:""; top:90px; left:0; background:rgba(255, 255, 255, 0.26); width:540px; height:1px; z-index:50;}
.list ul li .product-inners .txt-inners .more {position:relative;}
.list ul li .product-inners .txt-inners .more:before {position:absolute; content:""; top:5px; right:-30px; background:url("../images/main/next.png")50% 50% no-repeat; background-size:contain; width:19px; height:18px;}
.business-list {margin-top:420px; z-index:50;}

.location-info dl {display:flex; padding-right:20px;}
.location-info dt {font-size:18px; font-weight:500; position:relative; padding-right:10px;}
.location-info dd {flex:1 1 auto; min-width:0; width:1%; font-size:17px;}

.main-business {width:100%; top:0; line-height:0; overflow:hidden; z-index:49;}
.main-business .main-tit {color:#fff;}
.main-business .main-tit p {color:#fff;}
.business-group ul {display:flex;}
.business-group ul li {position:relative;}
.business-group ul li .arrow {display:none; margin-top:20px;}
.business-group ul li:hover .arrow {display:block;}
.business-group .main-list {position:relative; width:100%; top:0; line-height:0; overflow:hidden; z-index:1;}
.business-group .main-list .caption {position:absolute; top: 50%;  transform:translateY(-50%);}
.business-group .main-list .item {position:relative;}
.business-group ul li:nth-child(even) {margin-top:50px;}
.business-group ul li:hover .item:after {position:absolute; content:""; top:0; left:0 ;width:100%; height:100%; background:linear-gradient(to left, rgba(33, 84, 189, 0.82), rgba(115, 55, 183 ,0.82));}
.business-group .caption {position:absolute; top: 50%; left:0; width: 100%; text-align:center; padding: 0 30px; z-index: 45; margin-top:0; color: #fff;}
.business-group .caption img {width:auto;}
.business-group ul li .img {position:relative;}
.business-group ul li:hover .txt-boxs:after {position:absolute; content:""; top:0; left:0; width:100%; height:100%; background:linear-gradient(to left, rgba(33, 84, 189, 0.82), rgba(115, 55, 183 ,0.82)); z-index:5;}
.business-group ul li .txt-box {position:absolute; top:0;}
.business-group ul li .txt {font-size:24px; font-weight:500; letter-spacing:-.04em; line-height:1.667em;}



/* Strategy */
.content {background:url("../images/main/main-company.jpg") 50% 50% no-repeat; background-size:contain; overflow:hidden;}
.content .company-box {width:560px; height:580px; background:url("../images/main/company-box.jpg") 50% 50% no-repeat; box-shadow:0 0 40px rgba(0, 0, 0, 0.23); background-size:contain; text-align:center; margin:0 auto; padding:60px 0; color:#fff;}
.content .company-box h3 {font-size:32px; font-weight:500; letter-spacing:-.04em; line-height:1.500em;}
.content .company-box .lg-tit {font-size:26px; font-weight:500; letter-spacing:-.04em; line-height:1.846em; margin-bottom:30px;}
.content .company-box .txt {font-size:18px; font-weight:300; letter-spacing:-.04em; line-height:2.0em; margin-bottom:55px;}
.content .company-box .btn {display:block; margin:0 auto; font-size:18px; font-weight:500; color:#2c2c2c; width:220px; line-height:60px; background:#fff; text-align:center;}


/* main-contact */
.main-contact {position:relative; padding:130px 0; overflow:hidden;}
.main-contact:before {position:absolute; content:""; top:0; left:0; width:1920px; height:895px; background:url("../images/main/con-bg.png") 50% 50% no-repeat; background-size:contain; z-index:-1;}

.main-contact  .business-group ul {display:flex; margin-left:-75px;}
.main-contact  .business-group ul li {position:relative; width:calc(33.3333% - 75px); margin-left:75px;}
.main-contact  .business-group ul li:nth-child(even) {margin-top:0;}
.main-contact  .business-group ul li:hover .item:after {position:absolute; content:""; top:0; left:0 ;width:100%; height:100%; background:linear-gradient(to left, rgba(33, 84, 189, 0.82), rgba(115, 55, 183 ,0.82));}
.main-contact  .business-group .caption {position:absolute; top: 50%; left:0; width: 100%; text-align:center; padding: 0 30px; z-index: 45; margin-top:0; color: #fff;}
.main-contact  .business-group .caption img {width:auto;}
.main-contact  .business-group ul li .ico {width:100px; height:100px; margin:0 auto; background:url("../images/main/con-ico1.png")50% 50% no-repeat; background-size:contain;}
.main-contact  .business-group ul li:nth-child(2) .ico {background-image: url("../images/main/con-ico2.png");}
.main-contact  .business-group ul li:nth-child(3) .ico {background-image: url("../images/main/con-ico3.png");}
.main-contact  .business-group ul li:hover .ico {background-image: url("../images/main/con-ico1_w.png");}
.main-contact  .business-group ul li:hover .txt {color:#fff;}
.main-contact  .business-group ul li:hover .tits {color:#fff;}
.main-contact  .business-group ul li:nth-child(2):hover .ico {background-image: url("../images/main/con-ico2_w.png");}
.main-contact  .business-group ul li:nth-child(3):hover .ico {background-image: url("../images/main/con-ico3_w.png");}
.main-contact  .business-group ul li .arrow {display:none; margin-top:20px;}
.main-contact  .business-group ul li:hover .txt-boxs:after {position:absolute; content:""; top:0; left:0; width:100%; height:100%; background:linear-gradient(to left, rgba(33, 84, 189, 0.82), rgba(115, 55, 183 ,0.82)); z-index:5;}
/* .main-contact  .business-group ul li:hover .img:after {position:absolute; content:""; top:0; left:0; width:100%; height:100%; background:linear-gradient(120deg, #7337b7, #2154bd); z-index:5; opacity:0.82;} */
.main-contact  .business-group ul li:hover .arrow {display:block;}
.main-contact  .business-group ul li .txt-box {position:absolute; top:0;}
.main-contact  .business-group ul li .txt {font-size:16px; color:#a8a8a8; margin-top:15px; font-weight:400;}
.main-contact  .business-group ul li .tits {font-size:24px; color:#2c2c2c; font-weight:500; line-height:1.0em; margin:30px 0 0 0;}
.main-contact .main-visual .item {position:relative; width:100%; z-index:1;}
.main-contact .main-visual .caption p {font-size:24px; color:#2c2c2c; font-weight:500;}


/* sub page */
#sub #rightMenu {display:none;}
.sub-visual {position:relative; width:100%; height:280px; overflow:hidden;}
.sub-visual .content {position:absolute; top:50%; left:0; text-align:center; transform:translateY(-50%); width:100%; color:#fff; z-index:20}
.sub-visual .tit {font-size:40px; line-height:1.3em; font-weight:700; letter-spacing:-.40px; margin-bottom:60px;}
.sub-visual p {font-size:18px; line-height:1.3em; font-weight:500; letter-spacing:-.40px;}
.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	opacity: 0;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
	opacity: 1;
}
/* sub */
.sub-visual {display:flex; align-items:center; height:490px; text-align:center; color:#fff; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; overflow:hidden;}
.sub-visual .inner {width:100%;}
.sub-visual.none-lnb .inner {padding-bottom:0;}
.sub-visual h2 {font-family: 'Inter', sans-serif; font-size:52px; font-weight:700; letter-spacing:-.01em; line-height:1.852em;}
.sub-visual p {font-size:17px; letter-spacing:-.04em; line-height:1.0em;}
.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.bg6 {background-image:url("../images/common/sv6.jpg");}

#contArea {width:100%; max-width:1260px; margin:0 auto; padding-left:30px; padding-right:30px;}
#contArea.wide {max-width:none;} 

.sub-title {padding:65px 0 60px 0; text-align:center;}
.sub-title.left {text-align:left;}
.sub-title h2 {color:#2c2c2c; font-size:38px; line-height:1.3em; font-weight:700; letter-spacing:-.04em;}

.lnb {margin-top:-80px; position:relative; z-index:2; background:linear-gradient(to left, rgba(33, 84, 189, 0.9), rgba(115, 55, 183, 0.9));}
.lnb ul {display:flex; max-width:1200px; justify-content:center; margin:0 auto;}
.lnb ul li {width:auto; position:relative; font-size:19px; text-align:center; line-height:1.4em; letter-spacing:-.04em;}
.lnb ul li:first-child:after {display:none;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; line-height:80px; padding:0 40px; color:rgba(255, 255, 255, 0.62);}
.lnb ul li.active a {display:inline-block; color:#fff; line-height:80px; font-weight:700;}
.lnb ul li.active a:after {position:absolute; display:inline-block; content:""; left:0; bottom:0; width:100%; height:5px; background:#fff;}

.lnb.sub {background:transparent; margin-bottom:80px; margin-top:0;}
.lnb.sub ul li {width:100%; flex:1;}
.lnb.sub  ul li.active a:after {display:none;}
.lnb.sub ul li a {color:#505050; display:block; text-align:center; font-size:19px; letter-spacing:-.03em; height:60px; line-height:60px; border:1px solid #ddd; border-left:none;}
.lnb.sub li.active a {background:linear-gradient(to left, #2154bd, #7337b7); color:#fff; border-bottom:none;}
.lnb.sub li:first-child.active a {background:linear-gradient(to left, #2154bd, #7337b7);}
.lnb.sub li:first-child a {border-left:1px solid #ddd;}

.real-cont {padding-bottom:100px;}
.real-cont.pb0 {padding-bottom:0;}
.real-cont.pb {padding-bottom:200px;}

/* footer */
#footer {position:relative; justify-content:space-between; font-size:15px; color:#fff; font-weight:400; line-height:1.571em; letter-spacing:-.03em; border-top:1px solid #112786; background:#222; padding:55px 0;}
.foot-flex {flex:1;}
.footer .fp-tableCell {height:auto !important;}
#footer .contain {display:flex; max-width:1460px; justify-content:space-between; align-items:center; flex-wrap:wrap;}
#footer .contain .company {font-family:'Montserrat', sans-serif; font-size:24px; font-weight:700; letter-spacing:-.04em; line-height:1.3em;}
.company-flex {display:flex; border-bottom:1px solid #555; justify-content:space-between; align-items:center;}
#footer .contain .tit {display:inline-block; font-size:20px; letter-spacing:-.03em; line-height:1.5em; margin:25px 0 15px 0;}
#footer .contain ul li {position:relative; font-size:18px; padding-right:100px; padding-bottom:30px;}
#footer .contain ul li:last-child {padding-left:22px;}
#footer .contain ul li:last-child:after {position:absolute; content:""; top:1px; left:-3px; width:19px; height:19px; background:url("../images/main/foot-links.png")50% 50% no-repeat; background-size:contain;}
#footer .contain ul li span {color:#f7c94e;}
#footer address {color:#878787; font-weight:400; font-style:normal; margin-top:15px; justify-content:space-between;}
#footer .contain ul {display:flex; border-bottom:1px solid #555;}
#footer address p {position:relative; font-size:14px; color:#fff; font-weight:500; padding-bottom:15px;}
#footer address .privacy:before {position:absolute; content:""; top:4px; left:0; width:15px; height:15px; background:url("../images/main/foot-links.png")50% 50% no-repeat; background-size:contain;}
#footer address .copy {font-size:12px; color:#666; font-weight:300; padding-bottom:0;}
#footer address .po-color {color:#218fe5;}
#footer span {padding-right:25px;}
a.pop_privacy {padding-left:20px;}
/* .go-top {position:absolute; right:100px; top:-40px; z-index:500; box-shadow:3px 2px 0px rgba(0, 0, 0, 0.05);} */
.add-flex {margin-bottom:30px;}

/* sidemenu */

#sidemenu {position: fixed;bottom: 100px; right: 30px; width: 200px; z-index:80;}
#sidemenu .item {border-radius: 15px; text-align: center; background-color: #f2d300; padding: 20px; margin-bottom: 10px;}
#sidemenu .item.kakao {background: #f2d300;}
#sidemenu .item.consult {background-color: #231f20;}
#sidemenu .item h4 {font-size: 19px; font-weight: 700; color: #fff; letter-spacing: 0; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.4);}
#sidemenu .item p {font-size: 15px; font-weight: 500; color: #fff; line-height: 1.5em; margin-top: 10px;}
#sidemenu .item.consult p {font-size: 24px; font-weight: 700;}
.btn-sidemenu {display: none; position: absolute; width: 30px; height: 30px; background: #f2d300; top: 43%; left: 0; transform: translateX(-100%); border-radius: 10px 0 0 10px;}
.btn-sidemenu span {position: relative;}
.btn-sidemenu span:before {content: ""; display: block;margin: 10px auto 10px;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 7px solid #fff; transform: rotate(-90deg);}
.scroll-top {border-radius: 10px; width: 100%; color:#fff; font-size:18px; font-weight: 600; line-height:1em; text-align:center; display:flex; justify-content:center; align-items:center; background-color: #464646; padding: 16px 0; }

/* lnb */
.lnb2 {position:relative; width:100%; text-align:center; z-index:1;}
.lnb2 .contain {padding:0; width:100%;}
.lnb2 ul {position:relative; display:table; table-layout:fixed; width:100%; z-index:2; max-width:1200px; margin:0 auto;}
.lnb2 ul li {position:relative; color:#878787; display:table-cell; vertical-align:middle; max-width:50%; width:auto !important; background:#fafafa; z-index:1;}
.lnb2 ul li a {display:block; position:relative; width:100%; height:60px; color:#878787; font-family: 'NanumSquare', sans-serif; border:1px solid #ddd; border-right:0; font-size:18px; line-height:58px; z-index:1; border-bottom:1px solid #ed7d31; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal;}
.lnb2 ul li a:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; border-right:0;}
.lnb2 ul li:last-child a {border-right:1px solid #ddd;}
.lnb2 ul li.active {z-index:2;}
.lnb2 ul li.active + li a {border-left:0;}
.lnb2 ul li.active a {border:3px solid #ed7d31; border-bottom:none; background:#fff; color:#2c2c2c; font-weight:600;}

/* lnb */
.performance-list {display:flex; justify-content:center; margin-bottom:80px;}
.performance-list li {width:33.3333%;}
.performance-list li.active a {background:linear-gradient(to right, #2154bd, #7337b7); color:#fff; border-bottom:none;}
.performance-list li a {color:#505050; display:block; text-align:center; background:#fafafa; font-size:19px; font-weight:500; letter-spacing:-.03em; height:60px; line-height:60px; border:1px solid #ddd; border-left:none;}
.performance-list li:first-child a {border-left:1px solid #ddd;}
