@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%;}

#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;}

.contain {width:100%; max-width:1260px; margin:0 auto; padding-left:30px; padding-right:30px;}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header {width:100%; z-index:100; top:0; left:0; position:absolute; transition:.2s; background-color:rgba(0,0,0,.2);}
#header .contain {max-width:1860px; position:relative; display:flex; align-items:center;}
#header .sitelogo a {width:275px; height:72px; display:block; font-size:0; line-height:0; text-indent:-9999px; background-image:url(../images/common/logo.png); background-position:0 0; background-repeat:no-repeat; background-size:contain;}

.header-on #header {background-color:#fff;}
.header-on #header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd; z-index:-1;}
.header-on #header .sitelogo a {background-image:url(../images/common/logo-on.png);}
.header-on #header #gnb > ul > li > a {color:#2c2c2c;}
.header-on .btn-m-menu span,
.header-on .btn-m-menu span:before,
.header-on .btn-m-menu span:after {background-color:#242424;}

#gnb {flex:1;}
#gnb > ul {display:flex; justify-content:center;}
#gnb > ul > li {padding:0 60px; position:relative; z-index:1;}
#gnb > ul > li > a {font-size:20px; height:100px; display:flex; position:relative; align-items:center; font-weight:600; z-index:5; color:#fff; letter-spacing:-.03em;}
#gnb > ul > li > a:after {opacity:0; position:absolute; content:''; transition:all 0.3s ease-in-out; border-radius:100%; width:6px; height:6px; bottom:-2px; left:50%; transform:translateX(-50%); background-color:#0051d5;}
#gnb > ul > li:hover > a {color:#0051d5 !important;}
#gnb > ul > li:hover > a:after {bottom:10px; opacity:1;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; z-index:15;}
#gnb .submenu > ul {position:relative; padding:28px 0 28px 60px;}
#gnb .submenu > ul > li {margin-bottom:25px; line-height:1.3em;}
#gnb .submenu > ul > li:last-child {margin-bottom:0;}
#gnb .submenu > ul > li > a {display:inline-block; color:#878787;}
#gnb .submenu > ul > li:hover > a {color:#0051d5; font-weight:500; text-decoration:underline;}

.submenu-bg {display:none; position:absolute; top:100px; left:0; width:100%; background-color:#fff;}

.fp-viewing-sec2 #header {background-color:#fff;}
.fp-viewing-sec2 #header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd; z-index:-1;}
.fp-viewing-sec2 #header .sitelogo a {background-image:url(../images/common/logo-on.png);}
.fp-viewing-sec2 #header #gnb > ul > li > a {color:#2c2c2c;}
.fp-viewing-sec2 .btn-m-menu span,
.fp-viewing-sec2 .btn-m-menu span:before,
.fp-viewing-sec2 .btn-m-menu span:after {background-color:#242424;}

.fp-viewing-sec4 #header {background-color:#fff;}
.fp-viewing-sec4 #header:after {position:absolute; content:''; bottom:0; left:0; right:0; height:1px; background-color:#ddd; z-index:-1;}
.fp-viewing-sec4 #header .sitelogo a {background-image:url(../images/common/logo-on.png);}
.fp-viewing-sec4 #header #gnb > ul > li > a {color:#2c2c2c;}
.fp-viewing-sec4 .btn-m-menu span,
.fp-viewing-sec4 .btn-m-menu span:before,
.fp-viewing-sec4 .btn-m-menu span:after {background-color:#242424;}

#header.fixed .btn-m-menu span,
#header.fixed .btn-m-menu span:before,
#header.fixed .btn-m-menu span:after {background-color:#242424;}

/* for mobile */
.btn-m-menu {width:27px; height:22px; right:90px; top:37px; display:block; position:absolute; text-indent:-9999em; z-index:150;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:20px; height:3px; background:#fff; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; 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 {max-width:970px; padding:0 60px; position:fixed; top:0; right:0; width:100%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:rgba(44,44,44,.9); z-index:102;}
.mobile-navigation .nav-menu {display:flex; flex-direction:column; height:100vh; justify-content:center;}
.mobile-navigation .nav-menu>ul>li {padding:45px 0 25px; border-bottom:1px solid rgba(255,255,255,.2); color:#fff;}
.mobile-navigation .nav-menu>ul>li>a {font-size:26px; margin-bottom:20px; letter-spacing:-.03em; font-weight:700; display:block;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#61a6a1;}
.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>ul {display:flex; flex-wrap:wrap; gap:15px 27px;}
.mobile-navigation .nav-menu .submenu>ul>li {padding-left:18px; position:relative;}
.mobile-navigation .nav-menu .submenu>ul>li:before {top:9px; width:6px; height:6px; background-color:#969696; position:absolute; content:''; left:0; border-radius:100%; background-color:#fff;}
.mobile-navigation .nav-menu .submenu>ul>li>a {font-size:18px; line-height:1.4em; display:block;}
.mobile-navigation .nav-menu .submenu>ul>li:hover > a {color:#2276ff; text-decoration:underline;}
.mobile-navigation .nav-menu .submenu>ul>li:hover:before {background-color:#2276ff;}
.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-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
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;}
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);}

/* main */
/* #fp-nav {display:none;} */

#fp-nav {top:auto !important; bottom:50px;}

#fp-nav ul li .fp-tooltip,
#fp-nav ul li a + .fp-tooltip {font-size:0;}
#fp-nav ul li, .fp-slidesNav ul li {padding:0;}

#fp-nav ul li .fp-tooltip.left {left:80px;}
#fp-nav ul li .fp-tooltip:after {width:6px; height:6px; border-radius:0; background-color:#ccc; border-radius:100%; }
#fp-nav ul li a.active + .fp-tooltip:before {display:none;}
#fp-nav ul li a.active + .fp-tooltip:after {width:8px; height:8px; background-color:#0051d5;}

.fp-viewing-Business #fp-nav ul li .fp-tooltip:after,
.fp-viewing-AboutDISSEM #fp-nav ul li .fp-tooltip:after {background-color:#515151;}


.main-visual .item {height:100vh; overflow:hidden;}
.main-visual .img {position:absolute;top:0; left:0; width:100%; height:100%; object-fit:cover; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; opacity:1 !important; animation-duration:3s; transition:all 1s ease;}

.main-visual .slick-dots {position:absolute; bottom:50px; left:0; width:100%; display:flex; justify-content:center; z-index:50; line-height:0;}
.main-visual .slick-dots li {margin:0 7px;}
.main-visual .slick-dots li button {position:relative; font-size:0; line-height:0; width:15px; height:15px; border:none; background:#fff; border-radius:100%; opacity:.4;}
.main-visual .slick-dots li.slick-active button {opacity:1;}

.main-visual .txt {height:494px; padding:0 30px; flex-direction:column; justify-content:center; align-items:center; display:flex; max-width:1460px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; color:#fff; text-align:center; /* background-image:url('../images/main/mv-deco.png'); background-repeat:no-repeat; -webkit-background-size:contain; background-size:contain; background-position:50% 50%; */}
.main-visual .txt * {text-shadow:1px 3px 10px rgba(0,0,0,.15);}
.main-visual .txt b {font-size:var(--font-size-62); display:block; font-weight:600; line-height:1.3em;}
.main-visual .txt strong {font-size:var(--font-size-62); line-height:1.5em; display:block; font-weight:800; letter-spacing:-.03em;}
.main-visual .txt p {font-size:var(--font-size-20); margin-top:20px; font-weight:600; line-height:1.4em; letter-spacing:.2em;}
.main-visual .txt .bg {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}

.main-visual [data-animation-in] {opacity:0; animation-duration:1.5s; transition:opacity 0.5s ease 0.3s; transition:1s;}

@keyframes zoomInImage {
 from {transform:scale3d(1.1, 1.1, 1.1); transition:1s;}
 to {transform:scale3d(1, 1, 1); transition:1s;}
 }
.zoomInImage {animation-name:zoomInImage;}


.m-tit {text-align:center;}
.m-tit h2 {font-size:var(--font-size-44); margin-bottom:var(--margin-b-15); line-height:1.2em; font-weight:800; color:var(--color-bk); display:block;}
.m-tit p {font-size:var(--font-size-18); letter-spacing:-.03em; color:#686868;}

.m-tit.wh h2 {color:#fff;}
.m-tit.wh p {color:rgba(255,255,255,.5);}

.mainbg {background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}

.main-sec2 {position:relative;}
.main-sec2 .m-tit {margin-bottom:var(--margin-b-75);}
.main-sec2 .items {width:100%; max-width:1920px; margin:0 auto;}
.main-sec2 .item {max-width:1400px; display:flex !important; align-items:center; opacity:.5; margin-top:50px; transition:0.8s;}
.main-sec2 .cnt {padding-left:50px; flex:1;}
.main-sec2 .cnt h3 {font-size:var(--font-size-40); margin-bottom:var(--margin-b-75); line-height:1em; color:var(--color-bk); display:block; letter-spacing:-.03em; position:relative;}
.main-sec2 .cnt h3:after {height:40px; bottom:-55px; left:5px; position:absolute; content:''; width:1px; background-color:#2c2c2c;}
.main-sec2 .cnt p {font-size:var(--font-size-18); margin-bottom:90px; letter-spacing:-.03em; line-height:1.6em;}
.main-sec2 .more-button {margin-bottom:0 !important;}
.main-sec2 .more-button a {min-width:152px;}
.main-sec2 .slick-now .item {opacity:1; margin-top:0;}
.main-sec2 .slick-now .cnt {animation:txtBtm 0.8s 1s both;}
.main-sec2 .shadow {width:50%;}
.main-sec2 .shadow img {box-shadow:1px 3px 10px rgba(0,0,0,.15);}
.main-sec2 .img img {margin-left:auto;}

.main-sec2 .item.slick-current.slick-active {opacity:1; margin-top:0;}
.main-sec2 .slick-arrow {width:64px; height:64px; position:absolute; top:50%; transform:translateY(-50%); z-index:20; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:100% 100%;}
.main-sec2 .slick-prev {left:135px; background-image:url("../images/main/sec2-prev.png");}
.main-sec2 .slick-next {right:135px; background-image:url("../images/main/sec2-next.png");}
.main-sec2 .slick-prev:hover {background-image:url("../images/main/sec2-prev-on.png");}
.main-sec2 .slick-next:hover {background-image:url("../images/main/sec2-next-on.png");}

.main-sec2 .custom_paging {padding:0 30px; text-align:right; max-width:1460px; margin:0 auto;}
.main-sec2 .custom_paging li {font-size:var(--font-size-44); display:none; color:var(--color-primary); line-height:1em;}
.main-sec2 .custom_paging li span {font-size:var(--font-size-30); color:#878787;}
.main-sec2 .custom_paging .slick-active {display:block;}

@keyframes txtBtm {
	0%{transform:translateY(100px); opacity:0;}
	100%{transform:translateY(0); opacity:1;}
}

.main-sec3 {background-image:url('../images/main/main-sec3bg.jpg'); position:relative;}
.main-sec3 .contain {max-width:1060px;}
.main-sec3 .m-tit {margin-bottom:var(--margin-b-30);}
.main-sec3 .item {position:relative;}
.main-sec3 .image .thumb {position:relative; padding-bottom:59%; overflow:hidden;}
.main-sec3 .image .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;}
.main-sec3 .cnt {padding:30px 35px; position:absolute; bottom:0; left:0; right:0; background-color:rgba(0,0,0,.6);}
.main-sec3 .cnt .ty {font-size:14px; margin-bottom:var(--margin-b-10); color:#fff; opacity:.5; line-height:1.4em;}
.main-sec3 .cnt .title {font-size:var(--font-size-28); color:#fff; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}

.custom-arrow {bottom:30px; right:70px; position:absolute;}
.custom-arrow .ctr {display:flex; align-items:center; justify-content:flex-end;}
.main-sec3 .slick-arrow {width:13px; height:11px; z-index:20; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:100% 100%;}
.main-sec3 .slick-prev {background-image:url("../images/main/sec3-prev.png");}
.main-sec3 .slick-next {background-image:url("../images/main/sec3-next.png");}
.main-sec3 .custom-paging {margin:0 10px;color:#fff;}
.main-sec3 .custom-paging li {display:none; line-height:1em;}
.main-sec3 .custom-paging .slick-active {display:block;}

.main-sec4 {background-image:url('../images/main/main-sec4bg.jpg');}
.main-sec4 .m-tit {margin-bottom:var(--margin-b-30);}
.main-sec4 .contain {max-width:1460px;}
.sec4-flex {display:flex; margin:0 -20px;}
.sec4-flex .col {padding:0 20px; width:33.3333%; color:#fff;}
.sec4-flex .box {padding:75px 60px 0; height:440px; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.sec4-flex .bg1 {background-image:url('../images/main/sec4-bg1.jpg');}
.sec4-flex .bg2 {background-image:url('../images/main/sec4-bg2.jpg');}
.sec4-flex .bg3 {background-image:url('../images/main/sec4-bg3.jpg');}
.sec4-flex .bg3 .more-button a {background-color:unset; color:#fff;}
.sec4-flex .more-button, .sec4-flex .bg2 p {margin-bottom:0 !important;}
.sec4-flex .more-button a {min-width:152px;}
.sec4-flex .tit {margin-bottom:var(--margin-b-50); font-size:var(--font-size-40); position:relative; font-weight:700; line-height:1.3em;}
.sec4-flex .tit:after {width:30px; height:3px; position:absolute; content:''; bottom:-20px; left:0; background-color:#fff;}
.sec4-flex .num {margin-bottom:var(--margin-b-20); font-size:var(--font-size-20); letter-spacing:-.03em; line-height:1.3em; font-weight:700;}
.sec4-flex p {margin-bottom:var(--margin-b-75); line-height:1.63em;}

.sec4-flex .in {margin-bottom:20px; display:flex; align-items:center;}
.sec4-flex .in .left {min-width:90px; padding:10px 0; text-align:center; background-color:#fff; border-radius:10px; color:#242424; font-weight:600; line-height:1.4em;}
.sec4-flex .in .right {padding-top:7px; margin-left:15px; flex:1; line-height:1.8em;} 
.sec4-flex .in .right span {padding-right:10px; font-size:var(--font-size-20);}
.sec4-flex .in .right b {font-size:var(--font-size-30);}

.fp-viewing-sec5 #fp-nav {display:none;}

/* sub page */
.sub-visual {position:relative; height:400px; color:#fff; text-align:center; overflow:hidden; background:#333;}
.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 {margin-top:40px; position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual strong {margin-bottom:var(--margin-b-15); font-size:var(--font-size-44); line-height:1em; display:block; text-shadow:1px 3px 10px rgba(0,0,0,.2); letter-spacing:-.03em; font-weight:800;}
.sub-visual p {font-size:var(--font-size-18); text-shadow:1px 3px 10px rgba(0,0,0,.2); letter-spacing:-.03em; line-height:1.3em;}
.sub-visual .inner.line-3 {margin-top:65px;}
.sub-visual .inner.line-3 p {line-height:1.67em;}

.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 [data-aos=fade-up] {transform:translate3d(0,30px,0);}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {border-bottom:1px solid #ddd; background-color:#f9f9f9; text-align:center;}
.lnb .swiper-wrapper {display:flex; padding-left:1px; padding-right:1px; box-sizing:border-box;}
.lnb ul li {flex:1; position:relative;}
.lnb ul li:after {height:20px; position:absolute; content:''; top:50%; transform:translateY(-50%); right:0; width:1px; background-color:#ddd;}
.lnb ul li:last-child:after {display:none;}
.lnb ul li a {height:70px; padding:0 15px; font-size:var(--font-size-18); font-weight:600; color:#505050; display:flex; align-items:center; justify-content:center; line-height:1.3em; letter-spacing:-.03em;}
.lnb ul li.active a {color:#0051d5;}

#contArea {width:100%; max-width:1260px; margin:0 auto; padding:0 30px;}
#contArea.wide {max-width:none; padding:0;}

.real-cont {padding:100px 0 150px;}

/* footer */
#footer {padding:38px 0; background-color:#0a141f; color:#fff;}
#footer .contain {max-width:1860px;}
.foot-flex {display:flex;}
.foot-flex .col-l {margin-right:60px; line-height:1.71em; font-style:normal;}
.foot-flex .col-l p {margin-bottom:7px; font-weight:700; letter-spacing:-.03em;}
.foot-flex .col-l span {font-size:14px; padding-right:30px; opacity:.6; letter-spacing:-.03em;}

.foot-flex .col-m {flex:1;}
.foot-flex .col-m .round {max-width:150px; line-height:30px; margin-bottom:15px; text-align:center; background-color:#fff; border-radius:30px; font-weight:700; color:#0a141f;}
.foot-flex .col-m span {padding-right:25px; opacity:.6; font-weight:300; line-height:1.8em;}
.foot-flex .col-m span b {font-size:var(--font-size-20); font-weight:500; letter-spacing:-.03em;}

.foot-flex .col-r {text-align:right; opacity:.6;}
.foot-flex .col-r ul {margin-bottom:var(--margin-b-30); display:flex;}
.foot-flex .col-r ul li {padding:0 20px; position:relative;}
.foot-flex .col-r ul li:after {position:absolute; content:'｜'; right:-8px;}
.foot-flex .col-r ul li:last-child {padding-right:0;}
.foot-flex .col-r ul li:last-child:after {display:none;}
.foot-flex .col-r .copy {font-size:14px; letter-spacing:-.03em; line-height:1em;}
.foot-flex .col-r .copy a {display:block; color:#505050;}

#main .subfoot {display:none;}

.foot-fix {position:fixed; bottom:35px; right:30px; text-align:right; z-index:100;}
.foot-fix .call {width:72px; height:72px; margin-bottom:15px; color:#fff; box-shadow:1px 3px 10px rgba(0,0,0,.2); text-align:left; align-items:center; justify-content:center; background-color:#0051d5; display:flex;}
.foot-fix .call strong {display:none; line-height:1.38em;}
.foot-fix .call:hover {width:212px;}
.foot-fix .call:hover strong {display:block;}
.foot-fix .call:hover p {margin-right:12px;}
.foot-fix .go-top {display:block;}
.foot-fix .call, .go-top img {border-radius:50px; box-shadow:1px 3px 10px rgba(0,0,0,.2);}

.f-desktop {display:block;}
.f-tablet {display:none;}
.f-mobile {display:none;}