@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.only-desktop {display:block !important;}
.only-tablet {display:none !important;}
.only-mobile {display:none !important;}
.only-desktop-tablet {display:block !important;}
.only-tablet-mobile {display:none !important;}

#wrapper {position:relative; width:100%; overflow:hidden;}

#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 {*zoom:1; width:100%; max-width:1260px; margin:0 auto; padding-left:30px; padding-right:30px;}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header {position:absolute; width:100%; z-index:100;}
#header .contain {position:relative; max-width:1660px; height:100px; width:100%;}
#header .sitelogo {position:absolute; top:50%; margin-top:-22px; z-index:10; left:30px;}
#header .sitelogo a {font-size:0; display:block; width:140px; height:45px; line-height:0; text-indent:-9999px; background-image:url('../images/common/logo.png'); background-repeat:no-repeat; background-size:contain;}

#gnb {position:relative; height:100px; margin-right:100px; text-align:right;}
#gnb > ul {display:flex; justify-content: center;}
#gnb > ul > li {position:relative; height:100px; z-index:1;}
#gnb > ul > li > a {font-size:19px; display:block; position:relative; line-height:100px; padding:0 45px; font-weight:700; z-index:5; color:#fff;}
#gnb > ul > li:hover > a {background-color:#3686b3; color:#fff !important;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:15;}
#gnb .submenu > ul {position:relative; padding:24px 0;}
#gnb .submenu > ul > li {line-height:1.5em; margin-bottom:15px;}
#gnb .submenu > ul > li:last-child {margin-bottom:0;}
#gnb .submenu > ul > li > a {display:inline-block; color:#242424; position:relative;}
#gnb .submenu > ul > li.active > a,
#gnb .submenu > ul > li:hover > a {color:#3686b3;}
#gnb .submenu > ul > li.active > a:after,
#gnb .submenu > ul > li:hover > a:after {position:absolute; content:''; width:100%; height:1px; bottom:0; left:0; background-color:#3686b3;}

.util {height: 100px; position: absolute; top: 0; right:30px; display:flex; color: #fff; align-items: center}
.util li {font-size: 18px; letter-spacing:-.03em; font-weight: 500; position: relative;}
.util li:before {width:21px; height:22px; left:0; top:50%; margin-top:-11px; background-image:url('../images/common/util1.png'); background-size:contain; background-repeat:no-repeat; position:absolute; content:'';}
.util li:after {position: absolute; content: ''; width:1px; height:15px; top:5px; right:15px; background-color: #ddd;}
.util li:last-child:before {background-image:url('../images/common/util2.png');}
.util li:last-child:after {display: none;}
.util li a {padding:0 35px;}
.util li:last-child a {padding-right:0;}

#header.header-hover {background-color:#fff; border-bottom:1px solid #ddd;}
#header.header-hover .sitelogo a {background-image:url('../images/common/logo_on.png');}
#header.header-hover #gnb > ul > li > a {color:#242424;}
#header.header-hover .btn-m-menu span,
#header.header-hover .btn-m-menu span:before,
#header.header-hover .btn-m-menu span:after {background-color:#242424;}

#header.header-hover .util {color: #686868;}
#header.header-hover .util li:before {background-image:url('../images/common/util1_on.png');}
#header.header-hover .util li:last-child:before {background-image:url('../images/common/util2_on.png');}

.mobile-navigation .util {color: #686868;}
.mobile-navigation .util li:before {background-image:url('../images/common/util1_on.png');}
.mobile-navigation .util li:last-child:before {background-image:url('../images/common/util2_on.png');}

#header.header-active {background-color:#fff; border-bottom:1px solid #ddd;}
#header.header-active .sitelogo a {background-image:url('../images/common/logo_on.png');}
#header.header-active #gnb > ul > li > a {color:#242424;}
#header.header-active .btn-m-menu span,
#header.header-active .btn-m-menu span:before,
#header.header-active .btn-m-menu span:after {background-color:#242424;}

#header.header-active .util {color: #686868;}
#header.header-active .util li:before {background-image:url('../images/common/util1_on.png');}
#header.header-active .util li:last-child:before {background-image:url('../images/common/util2_on.png');}

.submenu-bg {display:none; position:absolute; top:100px; left:0; width:100%; z-index:5; background-color:#fff;}
.submenu-bg:before {position:absolute; content:''; width:465px; height:150px; left:0; bottom:0; background-image:url('../images/common/submenu_logo.png'); background-size:cover; background-repeat:no-repeat;}

/* for mobile */
.btn-m-menu {display:none;position:absolute;top:0;right:0;width:100px;height:100px;text-align:center;text-indent:-9999em;z-index:50;}
.btn-m-menu span {position:absolute; right:50%; top:50%; margin-right:-17px; width:24px; height:2px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:24px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius:2px;}
.btn-m-menu span:before {top:-9px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-9px; transition-property:bottom, transform;}

.mobile-navigation {padding:100px 0 0 50px; width:600px; display:block; position:fixed; top:0; right:0; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#f2faff; z-index:102;}
.mobile-navigation .nav-menu>ul>li {margin-bottom:35px;}
.mobile-navigation .nav-menu>ul>li>a {font-size:32px; font-weight:800; line-height:1.3em; position:relative; display:block; color:#242424;}
.mobile-navigation .nav-menu .submenu {display:none; padding:25px 20px 0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {font-size:16px; margin-bottom:15px; display:inline-block; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {border-bottom:1px solid #454545;}
.mobile-navigation .menu-close {position:absolute; top:15px; right:15px; width:30px; height:30px;overflow:hidden; text-indent:-999em;}
.mobile-navigation .menu-close:before, 
.mobile-navigation .menu-close:after {content:""; position:absolute; left:14px; height:30px; width:2px; background-color:#ddd;}
.mobile-navigation .menu-close:before {transform:rotate(45deg);}
.mobile-navigation .menu-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;}
.mobile-navigation .close {display:none; position:absolute; top:65px; right:60px; width:28px; height:28px; background:url("../images/common/closebtn.png") 50% 50% no-repeat; overflow:hidden; text-indent:-999em; background-size:contain;}

/* html.menu-opened #header {background:#fff;} */
html.menu-opened #header:after {content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#ddd; z-index:1;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none !important;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background-color:#000;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}
html.menu-opened .mobile-navigation .close {display:block;}

/* main */
#main .contain {max-width:1460px;}

#fp-nav ul li .fp-tooltip, #fp-nav ul li a + .fp-tooltip {font-size:0;}
#fp-nav ul li a.active + .fp-tooltip {font-weight:500; font-size:14px; color:#3686b3; text-align:right; padding-right:40px;font-family:'Montserrat', sans-serif;}
#fp-nav ul li a.active + .fp-tooltip:before {border:3px solid #3686b3;}
#fp-nav ul li .fp-tooltip:after {width:6px; height:6px;}

#fp-nav ul li a.active + .fp-tooltip:after,
#fp-nav ul li .fp-tooltip:after, 
#fp-nav ul li a + .fp-tooltip:after {background-color:#3686b3;}

.fp-viewing-intro #fp-nav ul li a.active + .fp-tooltip {color:#fff;}
.fp-viewing-intro #fp-nav ul li a.active + .fp-tooltip:before {border-color:#fff;}
.fp-viewing-intro #fp-nav ul li a.active + .fp-tooltip:after,
.fp-viewing-intro #fp-nav ul li .fp-tooltip:after, 
.fp-viewing-intro #fp-nav ul li a + .fp-tooltip:after {background-color:#fff;}

.fp-viewing-intro #fp-nav ul li:nth-child(3),
.fp-viewing-intro #fp-nav ul li:nth-child(4),
.fp-viewing-intro #fp-nav ul li:nth-child(5),
.fp-viewing-business1 #fp-nav ul li:nth-child(3),
.fp-viewing-business1 #fp-nav ul li:nth-child(4),
.fp-viewing-business1 #fp-nav ul li:nth-child(5),
.fp-viewing-business2 #fp-nav ul li:nth-child(2),
.fp-viewing-business2 #fp-nav ul li:nth-child(4),
.fp-viewing-business2 #fp-nav ul li:nth-child(5),
.fp-viewing-business3 #fp-nav ul li:nth-child(2),
.fp-viewing-business3 #fp-nav ul li:nth-child(3),
.fp-viewing-business3 #fp-nav ul li:nth-child(5),
.fp-viewing-business4 #fp-nav ul li:nth-child(2),
.fp-viewing-business4 #fp-nav ul li:nth-child(3),
.fp-viewing-business4 #fp-nav ul li:nth-child(4),
.fp-viewing-production #fp-nav ul li:nth-child(3),
.fp-viewing-production #fp-nav ul li:nth-child(4),
.fp-viewing-production #fp-nav ul li:nth-child(5),
.fp-viewing-sec-footer #fp-nav ul li:nth-child(3), 
.fp-viewing-sec-footer #fp-nav ul li:nth-child(4),
.fp-viewing-sec-footer #fp-nav ul li:nth-child(5) {display:none;}

#fp-nav.right {transform:translateY(-50%) !important; margin-top:0 !important;}

.main-visual {position:relative; width:100%; line-height:0; overflow:hidden; z-index:1; height:100vh; background-repeat:no-repeat; background-position:center center; -webkit-background-size:cover; background-size:cover; overflow:hidden;}
.main-visual video {width:100%; height:100%; object-fit: cover;}
.main-visual .top-cnt-wrap {position:absolute; top:50%; transform:translateY(-50%); left:160px;}
.main-visual .top-cnt-wrap .top-cnt {margin-bottom:50px; color:#fff;}
.main-visual .top-cnt-wrap .top-cnt p {font-size:26px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
.main-visual .top-cnt-wrap .top-cnt strong {font-size:60px; margin:20px 0 30px; font-weight:600; letter-spacing:-.03em; line-height:1em; display:block;}
.main-visual .top-cnt-wrap .top-cnt span {font-size:18px; letter-spacing:-.03em; line-height:1.7em;}

.mv-list {display:flex; flex-wrap:wrap; max-width:524px;}
.mv-list li {padding:0 5px; margin-bottom:10px; width:50%;}
.mv-list li:last-child {margin-bottom:0;}
.mv-list li a {padding:35px 0 0 30px; height:168px; width:252px; display:block; position:relative; color:#000; background-color:rgba(255,255,255,.7);}
.mv-list li a:after {position:absolute; content:''; top:10px; left:10px; bottom:10px; right:10px; border:1px solid #818186;}
.mv-list li a .tit {font-size:18px; margin-bottom:15px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
.mv-list li a p {font-size:14px; line-height:1.571em;}
.mv-list li a .img {position:absolute; bottom:20px; right:20px;}
.mv-list li:first-child a .img {right:0;}
.mv-list li:hover a.bg1 {background-color:#f2faff;}
.mv-list li:hover a.bg2 {background-color:#f4f1ff;}
.mv-list li:hover a.bg3 {background-color:#f7f7f7;}
.mv-list li:hover a .tit {color:#242424;}
.mv-list li:hover a p {color:#454545;}

.mv-list li:hover a:after {border-color:#fff;}

.visual-scroll {position:absolute; bottom:70px; left:50%; margin-left:-25px; width:49px; height:64px; z-index:10; line-height:0; animation:pulse 2s infinite;}

@-webkit-keyframes pulse {
 0% {
 -webkit-transform:translate(0, 0);
   transform:translate(0, 0);}
 50% {
 -webkit-transform:translate(0, 10px);
   transform:translate(0, 10px);}
 100% {
 -webkit-transform:translate(0, 0);
   transform:translate(0, 0);} 
}

@keyframes pulse {
 0% {
 -webkit-transform:translate(0, 0);
   transform:translate(0, 0);}
 50% {
 -webkit-transform:translate(0, 10px);
   transform:translate(0, 10px);}
 100% {
 -webkit-transform:translate(0, 0);
   transform:translate(0, 0);} 
}

.business {background-color:#f2faff;}
.business.white {background-color:#fff;}

.section.business .contain {display: flex;}

.sec-bus1 {background: url('../images/main/sec_bus_bg1.jpg') no-repeat center / cover;}
.sec-bus2 {background: url('../images/main/sec_bus_bg2.jpg') no-repeat center / cover;}
.sec-bus3 {background: url('../images/main/sec_bus_bg3.jpg') no-repeat center / cover;}
.sec-bus4 {background: url('../images/main/sec_bus_bg4.jpg') no-repeat center / cover;}

.section.business .box {color:#242424; padding: 80px 50px; background: rgba(255,255,255,.85); border-radius: 10px; display: inline-block; width: 658px; backdrop-filter: blur(50px);}
.section.business .box.reverse {margin-left: auto;}
.section.business .box .tit span {font-size:20px; margin-bottom:20px; display:block; font-weight:600; letter-spacing:-.04em; font-family:'Montserrat', sans-serif;}
.section.business .box .tit p {font-size:26px; margin-bottom:30px; font-weight:500; letter-spacing:-.04em;line-height:1.3em;}
.section.business .box .tit p strong {font-size:40px; margin-top:10px; display:block;font-weight:600;letter-spacing:-.04em; line-height:1.3em;}
.section.business .box .tt2 {line-height:1.6em; color:#454545; letter-spacing:-.04em;}
.more-view {width:174px; height:45px; line-height:45px; padding-left:30px; margin-top:55px; display:block; position:relative;color:#3686b3; border:1px solid #3686b3; font-family:'Montserrat', sans-serif; border-radius:30px;}
.more-view:after {width:20px; height:6px; right:30px; top:50%; margin-top:-1px; background-image:url('../images/main/main_arrow.png'); background-size:contain; background-repeat:no-repeat; position:absolute; content:'';}
.more-view:hover {color:#fff; background-color:#3686b3;}
.more-view:hover:after {background-image:url('../images/main/main_arrow_on.png');}

.section.business.reverse .group .cnt {padding-left:75px; padding-top:130px; order:2;}

.section.business .box .tit2 p {font-size:23px;}
.section.business .box .tit2 p strong {font-size:35px;}

.section.business.sec-bus3 .box .tit p {letter-spacing:-.06em;}
.section.business.sec-bus3 .box .tit p strong {letter-spacing:-.06em;}

.production {background-color:#f2faff;}
.production .tit {color:#242424; text-align:center;}
.production .tit span {font-size:20px; font-weight:600; letter-spacing:-.03em; font-family:'Montserrat', sans-serif;}
.production .tit p {font-size:28px; margin-top:25px; font-weight:500; letter-spacing:-.03em; line-height:1.3em;}
.production .tit strong {font-size:40px; font-weight:600; line-height:1.7em; letter-spacing:-.03em;}
.production .more-view {margin:0 auto;}

.mp-list {display:flex; margin:0 -13px; text-align:center;}
.mp-list li {padding:0 13px; width:25%;}
.mp-list li a {height:260px; display:flex; box-shadow:1px 3px 10px rgba(0,0,0,.15); background-color:#fff; flex-direction:column; justify-content:center; align-items:center; position:relative;}
.mp-list li a h3 {font-size:23px; margin:25px 0 15px; font-weight:600; letter-spacing:-.03em; color:#242424; line-height:1.3em;}
.mp-list li a p {line-height:1.5em;}
.mp-list li:hover a:before {width:25px; height:25px; right:20px; top:17px; background-image:url('../images/main/mp_plus.png'); background-size:contain; background-repeat:no-repeat; position:absolute; content:'';}
.mp-list li:hover a:after {height:247px; top:7px; left:10px; right:10px; background-image:url('../images/main/mp_on.png'); background-size:100% 100%; background-repeat:no-repeat; position:absolute; content:'';}

/* sub page */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:480px; color:#fff; background-size:cover; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat;}
.sub-visual .cell {display:table-cell; vertical-align:middle;}
.sub-visual p {font-size:20px; font-weight:600; font-family:'Montserrat', sans-serif; text-shadow:1px 3px 10px rgba(0,0,0,.15);}
.sub-visual h3 {font-size:40px; margin:10px 0 20px; font-weight:600; line-height:1.4em; letter-spacing:-.03em; text-shadow:1px 3px 10px rgba(0,0,0,.15);}
.sub-visual span {line-height:1.5em; text-shadow:1px 3px 10px rgba(0,0,0,.15);}
.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");}

.lnb {width:100%; text-align:center; margin-top:-60px;}
.lnb .contain {padding:0; max-width:1200px;}
.lnb ul {display:table; table-layout:fixed; width:100%; z-index:2;}
.lnb ul li {position:relative; display:table-cell; vertical-align:middle; max-width:50%; width:auto !important;}
.lnb ul li a {font-size:20px; height:60px; position:relative; border-right:1px solid rgba(255,255,255,.5); letter-spacing:-.04em; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:500; background-color:rgba(0,0,0,.5);}
.lnb ul li:last-child a {border-right:none;}
.lnb ul li.active {z-index:2;}
.lnb ul li.active a {color:#fff; background-color:#3686b3; position:relative; font-weight:500; border-color:#3686b3;}

#contArea {width:100%; max-width:1260px; margin:0 auto; padding:0 30px;}
#contArea.wide {max-width:none; padding:0;}

.sub-title {text-align:center; padding:45px 0 60px;} 
.sub-title h2 {font-size:30px; font-weight:600; letter-spacing:-.03em; color:#242424; line-height:1.4em; position:relative;}
.sub-title h2:after {position:absolute; content:''; width:50px; height:3px; bottom:-15px; left:50%; margin-left:-25px; background-color:#242424;}

.real-cont {padding-bottom:100px;}

/* footer */
#footer {font-size:15px; background:#1f455d; color:rgba(255,255,255,.6); letter-spacing:-.03em;}

.link-wrap {border-bottom:1px solid rgba(255,255,255,.3); padding:24px 0;}
.foot-link {display:flex; line-height:1.467em; justify-content:center;}
.foot-link li {padding:0 17px; position:relative;}
.foot-link li:after {position:absolute; content:''; width:1px; height:16px; background-color:rgba(255,255,255,.5); top:3px; right:0;}
.foot-link li:last-child:after {display:none;}
.foot-link li a {display:block;}

.foot-info {padding:38px 0 60px;}
.foot-info .logoimg {margin-bottom:30px; text-align:center;}
.foot-info address {font-style:normal; line-height:1.667em; text-align:center;}
.foot-info span {padding-right:27px; display:inline-block;}
.foot-info span.pad0 {padding-right:0;}
.foot-info p a {font-size:12px;}

.f-desktop {display:block;}
.f-tablet {display:none;}
.f-mobile {display:none;}