@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}

.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;}
.main-section .contain {max-width: 1460px;}
#main .container {oveflow: hidden;}

/* header */
#header {position:fixed; width:100%; background:#fff; border-bottom:1px solid #ddd; z-index:100; top: 0;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10; max-width: 1460px;}

#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 70px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #285fac;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:30px 5px;}
#gnb .submenu>ul>li>a {display:block; color:#454545; font-size:16px; padding: 2px 0;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset: 4px; color: #285fac;}
#gnb .submenu>ul>li.active>a {color:#285fac;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

/* for mobile */
.btn-m-menu {display: none;position:relative; width:28px; height:26px;}
.btn-m-menu span {position:absolute;  right:0; top:50%; height:2px; margin-top:-1px; width: 18px; background:#242424; font-size: 0; overflow: hidden; text-indent: -9999em;}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu:before {top:0;}
.btn-m-menu:after {bottom:0;}

.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: 25px;}
.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:#285fac}
.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:#285fac;}
.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;}

/* 전체메뉴 */
.only-all-menu {display:none;}
.btn-all-menu {display:block; width:28px; height:26px;  text-align:center; transition: all 0.5s ease-in-out; text-indent:-9999em; position:relative;}

.btn-all-menu span {position:absolute; display:block; right:0; top:50%; margin-top:-1px; height:2px; width:17px; background:#242424;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute;  right:0; width:28px; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-all-menu span:before {top:-10px; transition-property:top, transform;}
.btn-all-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.all-navigation {position:fixed; left:0; top:0; transform:translateY(-100%); width:100%; overflow:auto; transition:.3s ease-in-out;background:#285fac; z-index:20;}
.all-navigation .contain {display:flex; align-items:center; justify-content:center; }
.all-navigation .all-nav-menu {width:100%;}
.all-navigation .all-nav-menu>ul {display:flex; justify-content:flex-end; padding-right: 8px;}
.all-navigation .all-nav-menu>ul>li {position:relative; transition:0.2s all ease; width:206.73px;}
.all-navigation .all-nav-menu>ul>li:nth-child(3) {width: 190.05px;}
.all-navigation .all-nav-menu>ul>li>a {display:none;}
.all-navigation .all-nav-menu .submenu {display:block !important; height:100%; position:relative; text-align:center; bottom:auto; transform:translateX(0); left:auto; top:auto; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul {position:relative; display:block; padding:15px 0;}
.all-navigation .all-nav-menu .submenu>ul>li {line-height:1.2em; transition:0.2s all ease; padding:10px 0;}
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; font-size:16px; font-weight:400; color:#fff; line-height:1.2em; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul>li>a:hover  {font-weight:600; text-decoration:underline;} 

html.menu-all-opened #gnb .submenu, html.menu-all-opened .submenu-bg  {display:none !important;}
/* html.menu-all-opened {overflow:hidden;} */
html.menu-all-opened .btn-all-menu span {background:0 !important;}
html.menu-all-opened .btn-all-menu span:before,
html.menu-all-opened .btn-all-menu span:after {transition-delay:0s, 0.3s; background:#242424 !important;}
html.menu-all-opened .btn-all-menu span:before {top:0; transform:rotate(45deg);}
html.menu-all-opened .btn-all-menu span:after  {bottom:0; transform:rotate(-45deg);}
html.menu-all-opened .all-navigation {transform:translateY(0); margin-top:100px; z-index: 60;}
html.menu-all-opened .all-navigation .only-all-menu {display:block;}

/* main */
.main-visual {position:relative; overflow:hidden; text-align:center; color:#fff; margin-top: 100px;}
.main-visual .item {position:relative; overflow:hidden; height:calc(100vh - 100px); max-height: 880px;}
.main-visual .item img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transition:5s; transform:scale(1.1);}
.main-visual .caption {position:absolute;  bottom:50%; left:0; width:100%;transition:1.4s; transform:translateY(50%); text-shadow: 3px 3px 5px rgba(0,0,0,.4); padding: 0 30px;}
.main-visual .caption h2 {font-size: 70px; font-weight: 700; line-height: 1em;}
.main-visual .caption p {font-size: 26px; margin-top: 25px;}
.main-visual .caption br {display: none;}
.main-visual .slick-arrow {position:absolute; display:flex; align-items:center; top:50%; transform: translateY(-50%); color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;  width:70px; height:70px; transition: .2s;}
.main-visual .slick-prev {left:100px; background:url("../images/main/mv_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-prev:hover {background: url("../images/main/mv_prev_on.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next {right:100px; background:url("../images/main/mv_next.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next:hover {background: url("../images/main/mv_next_on.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-dots {position:absolute; bottom:60px; left:0; width:100%; text-align:center; line-height:0;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:14px; height:14px; opacity: 40%; color:#fff; font-size:14px; font-weight:700; background:transparent; transition:.2s; border: none; border-radius:100%; text-indent: -9999em; background-color: #fff;}
.main-visual .slick-dots li.slick-active button {position: relative; opacity: 100%;}
.main-visual .active .item img {transform:scale(1);}

.main-section {padding: 150px 0;}
.main-top {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px;}
.main-tit {display: flex; align-items: flex-end; gap: 20px;}
.main-tit h2 {font-weight: 700; font-size: 60px; color: #242424; line-height: 1em;}
.main-tit .tag {font-weight: 500; color: #285fac; letter-spacing: 0; line-height: 1em;}
.btn-more {display: flex; align-items: center; justify-content: center; gap:24px; font-size: 18px; font-weight: 500; letter-spacing: 0; color: #686868; position: relative; transition: .2s; z-index: 1;}
.btn-more:before {position: absolute; content: ''; width: 30px; height: 30px; left: 0; bottom: 7px; transform: translateX(-50%); background: #f8f8f8; border-radius: 100%; z-index: -1; transition: .2s;}
.btn-more:hover {color: #285fac;}
.btn-more:hover:before, .main-company .btn-more:hover:before {background: rgba(40,95,172,.1);}

.main-tech .main-top {margin-bottom: 20px;}
.m-tech-items {display: flex; justify-content: space-between; gap: 51px; padding-top: 40px;}
.m-tech-items .item {position: relative; display: block;width: 100%; color: #fff;}
.m-tech-items .swiper-container {margin: 0 -11px;}
.m-tech-items .swiper-slide {max-width: calc(100% / 6); padding: 40px 11px 0;}
.m-tech-items .bg-cnt {position: relative; width: 100%; padding-bottom: 92.45%; overflow: hidden; border-radius: 25px;}
.m-tech-items .bg-cnt img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; top: 50%; left: 0; transform: translateY(-50%); object-fit: cover;}
.m-tech-items .off {position: absolute; width: 100%; bottom: 20px; display: flex; justify-content: space-between; align-items: center; padding: 0 22px;}
.m-tech-items .off .tit {margin-bottom: 0;}
.m-tech-items .off .item-btn {position: relative; right: 0; bottom: 0;}
.m-tech-items .on {position: absolute; width: 100%; height: 100%; top: 0;left: 0; padding: 40px; background: #1a935e; border-radius: 25px; opacity: 0; transition: .2s;}
.m-tech-items .tit {font-weight: 600; font-size: 28px; margin-bottom: 25px;}
.m-tech-items .on .txt {line-height: 1.625em;}
.m-tech-items .item-btn {position: absolute; width: 40px; height: 40px; right: 22px; bottom: 20px;}
.item-btn.plus {background: url('../images/main/mt_plus.png') no-repeat center center; background-size: contain;}
.item-btn.minus {background: url('../images/main/mt_minus.png') no-repeat center center; background-size: contain;}
.m-tech-items .item:hover .on {opacity: 1; margin-top: -40px;}
.m-tech-items .item:hover .bg-cnt {opacity: 0;}
.m-tech-items .item:hover .off {opacity: 0;}

.main-company {background: #f8f8f8;}
.main-company .btn-more:before {background: #fff;}
.m-comp-items {display: flex; gap: 60px;}
.m-comp-items .item {flex: 1; position: relative; border-radius: 30px; overflow: hidden; transition: .2s;}
.m-comp-items .item:hover {box-shadow: 0 0 15px rgba(0,0,0,.3);}
.m-comp-items .item .txt {position: absolute; width: 100%; bottom: 35px; left: 0; padding: 0 40px; color: #fff; display: flex; justify-content: space-between; align-items: center;}
.m-comp-items .item .txt .tit {font-size: 28px; font-weight: 700; margin-bottom: 10px;}
.m-comp-items .item-btn {width: 40px; height: 40px; background: url('../images/main/mc_minus.png') no-repeat center center; background-size: contain; transition: .15s;}
.m-comp-items .item:hover .item-btn {background: url('../images/main/mc_plus.png') no-repeat center center; background-size: contain;}

.main-data {background: #285fac; position: relative; z-index: 1;}
.main-data:before, .main-data:after {position: absolute; letter-spacing: 0; color: rgba(255,255,255,.03); line-height: 0.7em; font-weight: 700; font-size: 220px; z-index: -1;}
.main-data:before {content: 'HANMI'; top: 0; left: 0;}
.main-data:after {content: 'ENGINEERING'; bottom: 0; right: 0;}
.main-data .main-tit h2, .main-data .main-tit .tag {color: #fff;}

.m-data-items {display: flex; gap: 45px;}
.m-data-items .item {flex: 1; background: #fff; border-radius: 20px; padding: 40px; display: block;}
.m-data-items .item .txt {margin-top: 20px; padding-bottom: 35px; border-bottom: 1px solid #ddd;}
.m-data-items .tag {color: #285fac; font-weight: 500; margin-bottom: 5px;}
.m-data-items .tit {color: #242424; font-size: 24px; font-weight: 700;}
.m-data-items .item-bot {margin-top: 25px; display: flex; justify-content: space-between; align-items: center; font-weight: 500; letter-spacing: 0;}
.m-data-items .item-btn {width: 40px; height: 40px; background: url('../images/main/md_minus.png') no-repeat center center; background-size: contain;}
.m-data-items .item:hover {background: #1a935e; box-shadow: 0 0 20px rgba(0,0,0,.2);}
.m-data-items .item:hover .ico img {filter: grayscale(1) brightness(10);}
.m-data-items .item:hover .txt {border-color: rgba(255,255,255,.5)}
.m-data-items .item:hover .tag, .m-data-items .item:hover .tit, .m-data-items .item:hover .item-bot {color: #fff;}
.m-data-items .item:hover .item-btn {background: url('../images/main/md_plus.png') no-repeat center center; background-size: contain; }

/* sub */
.sub-visual {position:relative; margin-top: 100px; height:300px; color:#fff; text-align:center; overflow:hidden; background:#333; text-shadow: 3px 3px 5px rgba(0,0,0,.4);}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:54%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:52px; font-weight:700; line-height:1em; letter-spacing:-.03em;}
.sub-visual p {margin-top: 12px;}
.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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; border-bottom:1px solid #ddd; text-align:center; padding: 0 15px;}
.lnb {margin:0 auto; max-width:1200px; border-left: 1px solid #ddd; margin-bottom: -1px;}
.lnb ul {justify-content:flex-start; flex-wrap: wrap;}
.lnb ul li {flex: 1; border-right: 1px solid #ddd; min-width: 20%; border-bottom: 1px solid #ddd;}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 15px; color:#242424; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {color: #fff; background: #285fac;}

.subtab ul {display: flex; background: rgba(40,95,172,.07); width: 500px; margin: 0 auto 60px; border-radius: 25px;}
.subtab ul li {flex: 1; border-radius: 25px;color: #285fac;}
.subtab ul li.active {color: #fff; background: #285fac;}
.subtab ul li a { display: block; text-align: center;	padding: 10px; font-weight: 600; font-size: 18px;}

.sub-title {padding-top: 100px; padding-bottom: 60px; max-width: 1260px; margin: 0 auto; text-align: center;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sec-tit {text-align: center; padding-bottom: 60px;}
.sub-title h2, .sec-tit h2 {font-size: 35px; line-height: 1.3em; color: #2c2c2c; font-weight: 600;}
.sub-title p, .sec-tit p {font-size: 14px; letter-spacing: 0; color: #285fac;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:100px;}

.ico img {vertical-align: middle; margin-top: -.02em;}
.point {color:#285fac !important;}
.root_daum_roughmap .wrap_controllers {display: none;}

/* footer */
#footer {padding: 50px 0; font-size: 15px; font-weight: 300; color: #686868; letter-spacing: 0; position: relative;}
#sub #footer:before {position: absolute; content: ''; top: 0; left: 0; background: linear-gradient(to right, #285fac, #1a935e); width: 100%; height: 2px;}
#footer .contain {max-width: 1460px;}
.f-top {display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.f-link {display: flex; gap: 25px;}
.f-link .ico {margin-right: 10px;}
.f-bot span {position: relative; padding-left: 20px; margin-left: 20px;}
.f-bot span:before {position: absolute; content: ''; width: 1px; height: 10px; left: 0; top: 50%; margin-top: -5px; background: #ddd;}
.f-bot address span {font-style: normal;}
.f-bot span:first-child {padding-left: 0; margin-left: 0;}
.f-bot span:first-child:before {content: none;}
.f-bot .copyright {margin-top: 3px;}
.f-bot .copyright span {font-weight: 400;}
.f-bot .copyright span.small {font-size: 13px;}

.scroll-top {position:fixed; bottom:30px; right:30px; width:60px; height:60px; z-index:80; background: url('../images/common/scroll_top.png') no-repeat center center; background-size: cover;}
