@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;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

#gnb>ul {display:flex;} 
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#242424; font-size:var(--fz19); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#fff; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:linear-gradient(to right, var(--color-secondary), var(--color-primary));}

#header.header-fixed {box-shadow:0 3px 5px rgba(0,0,0,0.1);}

.pull-right {display:flex; align-items:center;}

.language {position:relative; display:inline-block;}
.language .toggle-button {border-radius:16px; height:32px; display:flex; align-items:center; justify-content:space-between; width:70px; padding:0 12px; border:0; background:var(--color-primary); color:#fff; font-size:var(--fz14); font-weight:500; letter-spacing:0; line-height:1.4em;}
.language .toggle-button:after {content:''; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:6px solid #fff;}
.language .toggle-layer {margin-top:5px; display:none; position:absolute; left:0; width:100%; background:#fff; border:1px solid #ddd; border-radius:8px; text-align:center;}
.language .toggle-layer ul li:not(:last-child) {border-bottom:1px solid #ddd;}
.language .toggle-layer a {display:block; font-size:var(--fz14); color:#454545; font-weight:400; line-height:36px;}
.language.active .toggle-button:after {transform:rotate(180deg) translateY(1px);}
.language .toggle-layer ul li.active a {color:var(--color-primary);}

.btn-all-menu {margin-left:60px; display:block; position:relative; width:40px; height:22px;}
.btn-all-menu span {position:absolute; left:14px; right:0; top:50%; height:2px; margin-top:-1px; background:#454545;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; left:-14px; right:0; height:2px; background:#454545;}
.btn-all-menu span:before {top:-10px;}
.btn-all-menu span:after {bottom:-10px;}

/* for mobile */
.btn-m-menu {margin-left:50px; display:none; position:relative; width:40px; height:22px;}
.btn-m-menu span {position:absolute; left:14px; right:0; top:50%; height:2px; margin-top:-1px; background:#454545;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-14px; right:0; height:2px; background:#454545;}
.btn-m-menu span:before {top:-10px;}
.btn-m-menu span:after {bottom:-10px;}

.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:48px;}
.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:calc(100vh - var(--header-height));}
.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 {font-family:var(--font-mont); padding:0 80px; position:absolute; top:39%; left:0; width:100%; z-index:2;}
.main-visual .inner .tit1 {margin-bottom:5px; font-size:var(--fz26); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-visual .inner .tit2 {margin-bottom:35px; font-size:var(--fz55); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-visual .controls {display:flex; align-items:center;}
.main-visual .progress {position:relative; margin-right:40px; width:300px; height:1px; background:rgba(255,255,255,.3);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .slick-arrow {border:0; font-size:0; width:40px; height:40px; background-color:transparent; background-position:50% 50%; background-size:contain; background-repeat:no-repeat; transition:.3s;}
.main-visual .slick-prev {background-image:url('/images/main/mv-prev.png');}
.main-visual .slick-prev:hover {background-image:url('/images/main/mv-prev-on.png');}
.main-visual .slick-next {margin-left:10px; background-image:url('/images/main/mv-next.png');}
.main-visual .slick-next:hover {background-image:url('/images/main/mv-next-on.png');}

.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}

.m-tt {margin-bottom:15px; font-size:var(--fz18); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:var(--color-primary);}
.m-tit {margin-bottom:25px; font-size:var(--fz45); font-weight:700; letter-spacing:-.03em; line-height:1.24em; color:#242424;}
.m-txt {margin-bottom:55px; font-size:var(--fz16); font-weight:400; letter-spacing:-.03em; line-height:1.64em; color:#454545;}

.more {transition:.3s; border-radius:25px; font-size:var(--fz16); color:#686868; display:inline-block; padding:0 50px; border:1px solid #ddd; line-height:50px;}
.more:hover {border-color:var(--color-primary); background:var(--color-primary); color:#fff;}

.main-company {padding:var(--main-sec); background:url('/images/main/company-txt.png') no-repeat 0 100%;}
.main-company .contain {display:flex;}
.main-company .cnt {flex:1 1 auto; min-width:0; width:1%;}
.main-company .img {width:589px; margin-left:80px;}

.main-business {display:flex; justify-content:flex-end; padding:var(--main-sec); background:url('/images/main/biz-bg.jpg') no-repeat 50% 50% / cover;}
.main-business .section-inner {width:86.45%;}
.main-business .m-tt {color:#fff;}
.main-business .m-tit {margin-bottom:45px; color:#fff;}
.main-business .slider {position:relative;}
.main-business .slider .inner {display:flex; align-items:center; padding-right:135px;}
.main-business .slider .img {border-radius:100%; padding:40px;}
.main-business .slider .img img {border-radius:100%; box-shadow:3px 3px 7px rgba(0,0,0,.2);}
.main-business .slider .small-img {margin-top:200px; width:300px;}
.main-business .slider .small-img img {border-radius:100%; box-shadow:3px 3px 7px rgba(0,0,0,.2);}
.main-business .slider .cnt {margin:0 70px;}
.main-business .slider .cnt h3 {margin-bottom:22px; font-size:var(--fz34); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#fff;}
.main-business .slider .cnt .m-txt {margin-bottom:40px; color:#fff;}
.main-business .more {color:#fff;}
.main-business .more:hover {color:var(--color-primary); background:#fff; border-color:#fff;}
.main-business .arrows {position:absolute; right:13.5%; top:0; z-index:10;}
.main-business .slick-arrow {border:0; font-size:0; width:49px; height:49px; background-color:transparent; background-position:50% 50%; background-size:contain; background-repeat:no-repeat; transition:.3s;}
.main-business .slick-prev {background-image:url('/images/main/biz-prev.png');}
.main-business .slick-prev:hover {background-image:url('/images/main/biz-prev-on.png');}
.main-business .slick-next {margin-left:10px; background-image:url('/images/main/biz-next.png');}
.main-business .slick-next:hover {background-image:url('/images/main/biz-next-on.png');}
.main-business .slick-current .img {border:1px solid rgba(255,255,255,.8);}

.main-performance {padding:var(--main-sec);}
.main-performance .contain {position:relative;}
.main-performance .m-tit {margin-bottom:50px;}
.main-performance .links ul {display:flex; margin:-23px;}
.main-performance .links ul li {padding:23px; width:33.33%; text-align:center;}
.main-performance .links .img-wrap {position:relative; border-radius:20px; overflow:hidden;}
.main-performance .links .img-wrap:after {transition:.3s; opacity:0; content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5);}
.main-performance .links .img-wrap .plus {z-index:1;transition:.3s; opacity:0; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.main-performance .links .tit {margin-top:25px; font-size:var(--fz22); font-weight:700; letter-spacing:-.03em; color:#242424; line-height:1.4em;}
.main-performance .links a:hover .img-wrap:after {opacity:1;}
.main-performance .links a:hover .plus {opacity:1;}
.main-performance .more-wrap {position:absolute; right:30px; top:38px;}

.main-support {padding:var(--main-sec); background:url('/images/main/support-bg.jpg') no-repeat 50% 50% / cover;}
.main-support .m-tt {color:#fff;}
.main-support .m-tit {color:#fff;}
.main-support .m-txt {color:#fff; margin-bottom:40px;}
.main-support .more {color:#fff; margin-bottom:60px;}
.main-support .links {max-width:820px; margin-left:auto;}
.main-support .links ul {display:flex; margin:-10px;}
.main-support .links ul li {padding:10px; width:33.333%; text-align:center;}
.main-support .links ul li a {background:rgba(255,255,255,.3); height:190px; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.main-support .links ul li a .tit {margin-top:22px; font-size:var(--fz18); font-weight:500; line-height:1.4em; color:#fff;}
.main-support .links ul li a:hover {background:var(--color-primary);}

/* sub */
.sub-visual {position:relative; height:400px; text-align:center; 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 .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .inner .tit {font-size:var(--fz48); font-weight:700; line-height:1.4em; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; text-align:center;}
.lnb-wrap:after {content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#ddd;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul li {width:auto; flex:1; position:relative;}
.lnb ul li:after {content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:11px; background:#ddd;}
.lnb ul li:last-child:after {display:none;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 13px; color:#454545; line-height:1.2em; font-weight:500; letter-spacing:-.03em; font-size:var(--fz18);}
.lnb ul li a:after {display:none; content:""; position:absolute; left:0; width:100%; height:2px; bottom:0px; background:var(--color-primary);}
.lnb ul li.active a {color:var(--color-primary);}
.lnb ul li.active a:after {display:block;}

#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:70px 0 50px; text-align:center;}
.sub-title h1 {font-size:var(--fz38); line-height:1.3em; letter-spacing:-.03; color:#242424;}

.real-cont {min-height:300px; padding-bottom:145px;}
.real-cont.ty2 {padding-top:90px;}

/* footer */
#footer {background:#19191a; color:#fff; font-size:var(--fz15); line-height:1.5em; letter-spacing:-.03em;}
#footer .contain {max-width:1460px;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

.foot-top {padding:29px 0; border-bottom:1px solid rgba(255,255,255,.3);}
.foot-top .contain {position:relative; display:flex; justify-content:space-between;}
.foot-top .links ul {display:flex;}
.foot-top .links ul li:not(:last-child) {margin-right:17px;}
.foot-nav ul {display:flex;}
.foot-nav ul li:not(:last-child) {margin-right:28px;}
.foot-nav .submenu {display:none;}

.foot-wrap {padding:35px 0;}
.foot-wrap .contain {position:relative;}
.foot-wrap .comp-name {margin-bottom:19px; font-size:var(--fz22); font-weight:600; line-height:1.4em;}
.foot-wrap address span {margin:0 34px 5px 0;}
.copyright {color:#929292; font-size:var(--fz14);}

.scroll-top {position:absolute; right:30px; top:0; display:block; width:55px; height:55px; font-size:0; background:url('/images/common/top.png') no-repeat 50% 50% /contain;}

/* ENG */
[lang=en] .cnt .m-txt {line-height: 1.5em;}
