@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 } 

/* header */
#header { position:fixed; left:0; top:0; width:100%; transition:.2s; z-index: 90; } 
#header .contain { height:100px; max-width: 1530px; } 
#header .sitelogo > a .logo { position: absolute; top: 39px; left: 66px; z-index: 2; width: 305px; height: 22px; background: url(../images/common/logo.png)no-repeat 100% /contain; } 

#header.active { background-color:#fff; box-shadow:0 0 3px rgba(0,0,0,.15); } 
#header.active .sitelogo > a .logo { background-image:url(../images/common/logo2.png); } 
#header.active #gnb>ul>li>a { color:#242424; } 

#header.fixed { background-color:#fff; box-shadow:0 0 3px rgba(0,0,0,.15); } 
#header.fixed .sitelogo > a .logo { background-image:url(../images/common/logo2.png); } 
#header.fixed #gnb>ul>li>a { color:#242424; } 

#gnb>ul { display:flex; justify-content:flex-end; margin:0 -50px; } 
#gnb>ul>li { position:relative; text-align:center; padding: 0 50px; } 
#gnb>ul>li>a { position:relative; display:inline-block; color:#fff; font-size:20px; line-height:100px; font-weight:600; } 
#gnb>ul>li.active>a { color: #4999ad !important; } 
#gnb>ul>li.active .submenu:before { content:''; width:100%; height:3px; background-color: #4999ad; position: absolute; left:0; top:-1px; z-index:1; } 
#gnb .submenu { position:absolute; top:100px; left:0; width:100%; height:0; overflow:hidden; z-index:20; } 
#gnb .submenu ul { display:block; padding:18px 0; } 
#gnb .submenu ul li { padding:0; text-align:center; line-height: 40px; } 
#gnb .submenu ul li a { display:inline-block; font-size:16px; line-height:1.2em; position:relative; } 
#gnb .submenu ul li a:hover { color:#4999ad; } 
#gnb .submenu ul li a:after { content: ''; width: 0; height: 1px; background-color: #4999ad; position: absolute; left: 50%; bottom: -1px; transition: .3s; opacity: 0; } 
#gnb .submenu ul li a:hover:after { width: 100%; opacity: 1; left: 0; } 

.submenu-bg { display:none; position:absolute; left:0; width:100%; background:#fff url(../images/common/bg-gnb.jpg) no-repeat 50% 100%/cover; border-top:1px solid #ebebeb; } 

.contain { position:relative; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto; height: 100%; } 
#contArea { max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; } 
#contArea.wide { max-width:100%; padding-left:0; padding-right:0; } 

#lnb { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); max-width:1200px; width: 100%; } 
.lnb { margin:0 auto; max-width:1200px; } 
.lnb .swiper-container { margin-bottom:-1px; padding-left:1px; } 
.lnb ul li { flex:1; width:auto; text-align:center; border-right: 1px solid rgba(255,255,255,.5); } 
.lnb ul li a { display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 15px; color:#fff; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.03em; transition:none; background-color: rgba(0, 0, 0, 0.5); } 
.lnb ul li.active a { background:#4999ad; } 
.lnb ul li.active { border-right: none; border-left: 1px solid #4999ad; margin-left: -1px; } 

.m-br { display: none; } 

/* main */ 

.main-visual { position:relative; overflow:hidden; } 
.main-visual .item { position:relative; height:100vh; background-repeat:no-repeat; background-size:cover; } 
.main-visual .caption { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); color: #fff; } 
.main-visual .caption .txt-wrap { margin-bottom: 60px; } 
.main-visual .caption .t1 { font-weight: 700; font-size: 30px; margin-bottom: 10px; line-height: 1em; } 
.main-visual .caption .t2 { font-size: 60px; margin-bottom: 25px; font-family: 'Montserrat', sans-serif; line-height: 1em; } 
.main-visual .caption .t2 span { font-weight: 700; } 
.main-visual .caption .t3 { font-size: 23px; font-weight: 600; line-height: 1.217em; } 

.btn-more { width: 160px; border: 1px solid #fff; height: 50px; border-radius: 25px; padding: 0 25px; display: flex; align-items: center; position: relative; line-height: 1em; color: #fff; } 
.btn-more::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; background: url(../images/main/arrow-wht.png) 100% no-repeat; width: 6px; height: 11px; } 
.btn-more:hover, .btn-more.type2:hover { background-color: #4999ad; border: 1px solid #4999ad; color: #fff; } 
.btn-more.type2 { color: #242424; border: 1px solid #242424; background-color: #fff; } 
.btn-more.type2::after { background: url(../images/main/arrow-blk.png) 100% no-repeat; } 
.btn-more.type2:hover::after { background: url(../images/main/arrow-wht.png) } 
.scroll { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 46px; height: 110px; background: url(../images/main/btn-scroll.png) no-repeat 100%/contain; animation: 1.5s scrollUpDown linear infinite; z-index: 50; } 
@keyframes scrollUpDown { 0%,100% { transform:translateY(-5px); } 
50% { transform:translateY(10px); } 
 }

.section { padding: 130px 0; } 
.m-tit { margin-bottom: 60px; } 
.m-tit h2 { font-size: 50px; font-weight: normal; font-family: 'Montserrat', sans-serif; margin-bottom: 40px; color: #242424; } 
.m-tit p { font-size: 18px; line-height: 1.666em; } 

.contain.type2 { position: relative; margin: 0 auto; max-width: 1920px; padding-left: 30px; padding-right: 30px; } 

.sec1 { position: relative; } 
.sec1:after { content: ""; position: absolute; top: 0; right: 260px; width: 470px; height: 321px; background: url(../images/main/bg-business.jpg) no-repeat 100%/cover; z-index: -1; } 


.sec1 .business-list { margin-top: 93px; } 
.sec1 .business-list ul { display: flex; } 
.sec1 .business-list ul li { width: 25%; } 
.sec1 .business-list .link { display: block; position: relative; width: 100%; height: 500px; color: #fff; overflow: hidden; transition: .4s; } 
.sec1 .business-list .link:hover { transform: translateY(-50px); } 
.sec1 .business-list .link:hover .bg { filter: grayscale(0%); } 
.sec1 .business-list .link .bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; filter: grayscale(100%); } 
.sec1 .business-list .link .bg1 { background-image: url(../images/main/business1.jpg); } 
.sec1 .business-list .link .bg2 { background-image: url(../images/main/business2.jpg); } 
.sec1 .business-list .link .bg3 { background-image: url(../images/main/business3.jpg); } 
.sec1 .business-list .link .bg4 { background-image: url(../images/main/business4.jpg); } 
.sec1 .business-list .link .bg5 { background-image: url(../images/main/business5.jpg); } 
.sec1 .link .inner { position: absolute; bottom: 0; left: 0; transition: .4s; display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; padding-left: 60px; } 
.sec1 .link .inner .eng { padding-top: 60px; 
font-size: 24px; font-weight: 500;
} 
.sec1 .link .inner strong { font-size: 28px; padding-bottom: 60px; line-height: 1.3em; } 
.sec1 .link .arrow { position: absolute; right: 0; bottom: 0; width: 70px; height: 70px; background: url(../images/main/box-arrow.png) no-repeat 100%; opacity: 0; } 
.sec1 .link:hover .arrow { opacity: 1; } 

.group-flex { display: flex; } 
.section .group-flex { justify-content: space-between; } 
.sec2 { position: relative; width: 100%; height: 100%; background: url(../images/main/bg-consulting.jpg) no-repeat 50% 50%/cover; } 
.sec2 .group-flex { align-items: center; } 
.sec2 .group-flex > div { width: 50%; } 
.sec2 .m-tit { color: #fff; } 
.sec2 .m-tit h2 { color: #fff; line-height: 1.3em; text-transform: uppercase; } 

.sec3 .group-flex { flex-direction: column; } 
.sec3 .one-list { margin-bottom: 100px; color: #242424; } 
.sec3 .one-list ul { width: 100%; height: 375px; padding: 0 20px; position: relative; } 
.sec3 .one-list ul li { width: 375px; height: 375px; border-radius: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; position: absolute; top: 0; } 
.sec3 .one-list li.one1 { background-color: rgba(73,153,173,0.1); left: 20px; z-index: 1; } 
.sec3 .one-list li.one2 { background-color: rgba(137,137,137,0.1); left: 25%; z-index: 2; } 
.sec3 .one-list li.one3 { background-color: rgba(60,62,138,0.1); left: calc(50% - 25px); z-index: 3; } 
.sec3 .one-list li.one4 { background-color: rgba(73,129,173,0.1); left: calc(75% - 50px); z-index: 4; } 
.sec3 .one-list .txt { text-align: center; } 
.sec3 .one-list .t1 { font-size: 20px; font-weight: 600; line-height: 1em; margin-bottom: 30px; } 
.sec3 .one-list .t1 strong { font-weight: 700; font-size: 60px; font-family: 'Montserrat', sans-serif; } 
.sec3 .one-list .t2 { font-weight: 600; font-size: 28px; } 
.sec3 .m-tit { text-align: center; } 
.sec3 .client-list ul { display: flex; margin: -5px; flex-wrap: wrap; } 
.sec3 .client-list ul li { width: 16.6666%; padding: 5px; } 

.sec4 { background-color: #f3f3f3; overflow:hidden; } 
.sec4 .title { width:410px; margin-right:50px; } 
.sec4 .slide { flex:1 1 auto; min-width:0; width:1%; } 
.sec4 .inner { width:63vw; } 
.sec4 .swiper-slide { width:400px; } 
.sec4 .link { display:block; background:#fff; } 
.sec4 .link .thumb { position:relative; padding-bottom:65%; overflow:hidden; } 
.sec4 .link .thumb 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; } 
.sec4 .link .cnt { padding:30px; } 
.sec4 .link .cnt .cate { margin-bottom:5px; color:#4999ad; font-weight:600; line-height:1.33em; } 
.sec4 .link .cnt .tit { margin-bottom:10px; color:#242424; font-size:20px; font-weight:600; line-height:1.33em; letter-spacing:-.03em; height:1.33em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap; } 
.sec4 .link .cnt .txt { margin-bottom:22px; color:#454545; line-height:1.5em; height:calc(1.5em * 3); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; } 
.sec4 .link .cnt .more { display:inline-flex; align-items:center; color:#ababab; font-weight:600; line-height:1.33em; } 
.sec4 .link .cnt .more:after { content:""; margin-left:17px; width:10px; height:16px; background:url("../images/main/arrow-grey.png") no-repeat 50% 50%/contain; } 
.sec4 .controls { display:flex; align-items:center; margin-top:40px; } 
.sec4 .controls .btns { display:flex; width:270px; } 
.sec4 .controls .btns .news-btn { display:flex; align-items:center; font-size:15px; font-weight:500; line-height:1.5em; } 
.sec4 .controls .btns .news-btn.prev { color:#898989; margin-right:38px; } 
.sec4 .controls .btns .news-btn.prev:before { content:""; margin-right:10px; width:41px; height:11px; background:url("../images/main/arrow-prev.png") no-repeat 100%/contain; } 
.sec4 .controls .btns .news-btn.next { color:#001940; } 
.sec4 .controls .btns .news-btn.next:after { content:""; margin-left:10px; width:41px; height:11px; background:url("../images/main/arrow-next.png") no-repeat 100%/contain; } 
.sec4 .controls .scrollbar { flex:1 1 auto; min-width:0; width:1%; } 
.sec4 .controls .swiper-scrollbar { height:3px; background:#dfdfdf; border-radius:0; } 
.sec4 .controls .swiper-scrollbar-drag { background:#3c3e8a; border-radius:0; } 

.m-tit .type2 { font-size: 20px; } 

.sec5 .group-flex { width: 100%; } 
.sec5 .group-flex > div { width: 50%; } 
.sec5 .contact .info address { font-style: normal; } 
.sec5 .contact .info address ul li { margin-bottom: 40px; } 
.sec5 .contact .info address ul li:last-child { margin-bottom: 0; } 
.sec5 .contact .info .tit { font-size: 20px; margin-bottom: 10px; color: #242424; } 
.sec5 .main-inquiry .necess { color: #fd8239; font-weight:600; } 
.sec5 .main-inquiry .con .wrap .row { margin-bottom:25px; } 
.sec5 .main-inquiry .con .wrap .row:last-child { margin-bottom:0; } 
.sec5 .main-inquiry .con .wrap label { color: #242424; font-weight:600; letter-spacing:-.03em; margin-bottom:10px; display:inline-block; } 
.sec5 .main-inquiry .con .wrap select { display: block; } 
.sec5 .main-inquiry .con .wrap .input { font-size: 16px; color: #898989; padding: 0 15px; height: 40px; } 
.sec5 .main-inquiry .con .wrap select.input { padding-right: 30px; background: #fff url(/images/bbs/select.png) right 14px center no-repeat; } 
.sec5 .main-inquiry .check { margin-top: 20px; color: #505050; font-family:'Noto Sans KR'; } 
.sec5 .main-inquiry .check a { display: inline-block; background: #fff; margin-left: 6px; padding: 0 10px; font-size: 13px; line-height: 26px; letter-spacing: -.03em; border: 1px solid #ddd; } 
.sec5 .main-inquiry .btn-more { margin-top: 10px; } 
.sec5 .main-inquiry .con .wrap #email.input { margin: 0; } 

/* sub page */
.sub-visual { position:relative; height:480px; z-index:10; overflow:hidden; } 
.sub-visual .background { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-size:cover; } 
.sub-visual .tt-wrap { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -30%); z-index: 1; color: #fff; text-align: center; } 
.sub-visual .tt-wrap.type2 { left: 0; top: 50%; padding-left: 130px; text-align: left; transform:translate(0, -30%); } 
.sub-visual .tt-wrap .tit { font-weight: 700; font-size: 40px; font-family: 'Montserrat', sans-serif; margin-bottom: 30px; line-height: 1em; text-transform: uppercase; } 

.real-cont { padding:0 0 130px; } 
.real-cont.type2 { padding: 0 0 100px; } 

/* footer */
#footer { background-color: #000; color: #fff; padding: 60px 0 50px; } 
#footer .contain { max-width: 1560px; display: flex; justify-content: space-between; } 
#footer .tit { font-size: 18px; font-weight: 600; margin-bottom:10px; } 
#footer .foot-map { display: flex; margin: 0 -25px; } 
#footer .foot-map li { padding:0 25px; } 
#footer .foot-map li a { position:relative; } 
#footer .foot-map li a:after { content: ''; width: 0; height: 1px; background-color: #fff; position: absolute; left: 50%; bottom: -1px; transition: .3s; opacity: 0; } 
#footer .foot-map li a:hover:after { width: 100%; opacity: 1; left: 0; } 
#footer .foot-menu { display:flex; justify-content:flex-end; padding-top: 40px; } 
#footer .foot-menu li { margin-right: 50px; } 
#footer .foot-menu li a { position:relative; padding-left:20px; color:#b8b8b8; } 
#footer .foot-menu li a:before { content:''; width:15px; height:15px; background:url('../images/common/privacy.png')no-repeat 50% 50%/contain; position: absolute; left:0; top:2px; } 
#footer .btm { padding-top:50px; color: #b8b8b8; font-size: 15px; letter-spacing: -0.02em; line-height: 2em; } 
 #footer .btm .tit { width: 203px; height: 15px; } 
#footer address { font-style:normal; display: flex; margin: 0 -17px; } 
#footer address p { padding: 0 17px; } 

.scroll-top { font-size:0; border:none; border-radius:50%; width:70px; height:70px; background:#4999ad url('../images/common/top.png')no-repeat 50% 50%/28px; position: fixed; right:230px; bottom:60px; z-index:100; opacity: 0; } 
.scroll-top.active { opacity: 1; } 

/* for mobile */
.only-mobile { display:none; } 
.btn-m-menu { display:none; position:absolute; top:50%; margin-top:-11px; right:30px; width:30px; height:22px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-m-menu span { position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px; background:#fff; } 
.btn-m-menu span:before,
.btn-m-menu span:after { content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-m-menu span:before { top:-10px; transition-property:top, transform; } 
.btn-m-menu span:after { bottom:-10px; transition-property:bottom, transform; } 

#header.active .btn-m-menu span { background: #242424; } 
 #header.active .btn-m-menu span:before,
#header.active .btn-m-menu span:after { background: #242424; } 

#header.fixed .btn-m-menu span { background: #242424; } 
#header.fixed .btn-m-menu span:before,
#header.fixed .btn-m-menu span:after
 { background: #242424; } 

.mobile-navigation { position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.mobile-navigation .home { margin-bottom:20px; padding-left:15px; } 
.mobile-navigation .home img { height:23px; } 
.mobile-navigation .nav-menu>ul { margin-top:30px; } 
.mobile-navigation .nav-menu>ul>li { border-bottom:1px solid #dfdfdf; } 
.mobile-navigation .nav-menu>ul>li>a { position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; 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 #2c2c2c; border-bottom:2px solid #2c2c2c; } 
.mobile-navigation .nav-menu>ul>li.active>a { color:#305e92 } 
.mobile-navigation .nav-menu>ul>li.active>a:after { transform:translateY(-35%) rotate(-135deg); border-color:#305e92; } 
.mobile-navigation .nav-menu .submenu { display:none; margin:-1px 0 0 0; padding:0 15px 15px; } 
.mobile-navigation .nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.mobile-navigation .nav-menu .submenu>ul>li>a { display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:after { display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover { color:#305e92 } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after { background:#305e92 } 
.mobile-navigation .close { position:absolute; top:20px; right:15px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.mobile-navigation .close:before,
.mobile-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.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:201; } 

html.menu-opened { overflow:hidden; } 
html.menu-opened .mobile-navigation { -ms-transform:translateX(0); transform:translateX(0); } 
html.menu-opened .mobile-overlay { display:block; } 


