@charset "UTF-8";

#fp-nav{
	position: fixed;
    z-index: 9;
    margin-top: 0 !important; transform:translateY(-50%);
    top: 50%;
	right:40px !important; margin-right:13px;
    opacity: 1; transition: all 0.8s;
	font-size:14px; color:#d7dfe4; letter-spacing:-0.025em; font-weight:700; text-align:center;
    /* -webkit-transform: translate3d(0,0,0); */
}
#fp-nav.hide {top:0; margin-top:0; transition: all 0.8s ease;}

#fp-nav ul {position:relative;}
#fp-nav ul li {position:relative; width:1px; margin:0 auto;}
#fp-nav ul li:last-child {display:none;}
#fp-nav ul li a {display:block; position:relative; width:100%; height:28px; box-sizing:border-box; }
#fp-nav ul li a:before {content:""; width:100%; height:0; background-color:#fff; position:absolute; left:0; top:0; transition: height 0.4s;}
#fp-nav ul li a span{display:block; width:1px; height:100%; background-color:#fff; opacity:0.1; transition: all 0.4s; }
#fp-nav ul li a.active:before {height:100%;}
#fp-nav .cur { display:block;margin:10px 0 15px;}
#fp-nav .total {display:block;  margin-top:24px; opacity:0.3;}
#fp-nav.black ul li a:not(.active):before,
#fp-nav.black ul li a.active:before {background-color:#000;}
#fp-nav.black ul li a:not(.active) span {background-color:#000; }
#fp-nav.black {color:#333; }

.fp-viewing-1 #fp-nav ul li:nth-child(1) a:before {height:100%;}
.fp-viewing-2 #fp-nav ul li:nth-child(1) a:before ,
.fp-viewing-2 #fp-nav ul li:nth-child(2) a:before {height:100%;}
.fp-viewing-3 #fp-nav ul li:nth-child(1) a:before ,
.fp-viewing-3 #fp-nav ul li:nth-child(2) a:before ,
.fp-viewing-3 #fp-nav ul li:nth-child(3) a:before {height:100%;}
.fp-viewing-4 #fp-nav ul li:nth-child(1) a:before ,
.fp-viewing-4 #fp-nav ul li:nth-child(2) a:before ,
.fp-viewing-4 #fp-nav ul li:nth-child(3) a:before ,
.fp-viewing-4 #fp-nav ul li:nth-child(4) a:before {height:100%;}
.fp-viewing-5 #fp-nav ul li a:before {height:100%;}

/* ================================ 비쥬얼영역 ================================ */
.visual {width:100%; height: 100vh; position: relative;}
.visual .visual-swiper {width: 100%;height: 100%;}
.visual .swiper-slide {display: flex; align-items: center;justify-content: center; width: 100%;height: 100%;}
.visual .visual-bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; overflow: hidden;}
.visual .visual-bg:after {position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; content: ''; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 0, 0, 1), transparent, rgba(0, 0, 0, .75));}
.visual .visual-bg.img1 {background-image: url('/images/main/main-visual01.jpg');}
.visual .visual-bg.img2 {background-image: url('/images/main/main-visual02.jpg');}
.visual .visual-bg.img3 {background-image: url('/images/main/main-visual03.jpg');}
.visual .visual-txt  {position: relative; z-index: 1;}
.visual .visual-txt .main-txt {
    text-align: center; font-size: 4rem; font-weight: 800; letter-spacing: -.075rem; line-height: 1.15; color: rgb(255, 255, 255);
    opacity: 0; transition: all 0.6s ease-out 0.8s; transform: translateY(30px);
}
.visual .visual-txt .sum-txt { text-align: center; font-size: 1.5rem; font-weight: 400; color:#fff; margin-top: 12px; transition: all .6s ease-out 1.2s; opacity: 0; transform: translateY(30px);}
.visual .swiper-slide-active .main-txt,
.visual .swiper-slide-active .sum-txt {opacity: 1; transform: translateY(0)}
@keyframes text-active-animation {
	from {
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transform: translateY(50px); 
		transform: translateY(50px); 
	}
	to {
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-transform: translateY(0); 
		transform: translateY(0); 
	}
}
.visual .visual-direction {position: absolute; display: inline-block; top: 50%; width: 26px; height: 50px; background-position: 50%; background-repeat: no-repeat; cursor: pointer; transform: translateY(-50%); z-index: 20;}
.visual .visual-button-next {right: 6.25%; background-image:url('../images/main/icon-swiper-next.svg')}
.visual .visual-button-prev {left: 6.25%; background-image:url('../images/main/icon-swiper-prev.svg')}
.visual-indicator {display: flex; justify-content: center; align-items: center; position: absolute; left: 50%; bottom:60px; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 20}
.visual-indicator-list {float: left}
.visual-indicator-list > li {position: relative; margin-right: 5px; float: left}
.visual-indicator-list .swiper-pagination-bullet {position: relative; width: 45px; height: 45px; margin: 0 5px 0 0 !important; background-color: transparent; color: #fff; text-align: center; opacity: 1}
.visual-indicator-list .swiper-pagination-bullet-active{border: 2px solid rgba(255,255,255,0.4); opacity: 1}
.visual-indicator-list .swiper-pagination-bullet-active .visual-indicator-loader{animation: visual-loader 13s linear;}
@keyframes visual-loader{
	100% {
		stroke-dashoffset:0
	}
}
.visual-indicator-list .swiper-pagination-bullet-active .visual-indicator-number {color: #fff; line-height: 41px;}
.visual-indicator-number{font-size: 12px; color: rgba(255,255,255,0.6); font-weight: bold; text-align: center; line-height: 45px;}
.visual-indicator-loader{fill: none; stroke-width: 2px; stroke-linecap: round; stroke: #fff; stroke-dasharray: 314; stroke-dashoffset:314;-webkit-transform:rotate(-90deg);-webkit-transform-origin:center center;transform:rotate(-90deg);transform-origin:center center}
.visual-indicator-imgbox{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)}
.visual .visual-scrolled {position: absolute; z-index: 1; left: 0; bottom: 50px; text-align: center; margin-left: -20px; animation: up .8s 1s both;}
.visual .visual-scrolled .txt {display: block; font-size: 10px; letter-spacing: 7px; font-weight: 600; color: rgba(255, 255, 255, .3); transform: rotate(90deg);}
.visual .visual-scrolled .txt .char {opacity: 1; animation: scroll-down-ani 2s ease-in-out 0s infinite;}
.visual .visual-scrolled .icon {position: relative; display: block; width: 10px; height: 24px; border: 1.5px solid #fff; border-radius: 5px; margin: 80px auto 0;}
.visual .visual-scrolled .icon:before {position: absolute; top: 5px; left: 3px; display: block; content: ''; width: 2px; height: 5px; background-color: #fff; animation: mouseScroll 1.5s infinite;}
@keyframes up {
    frome {
        transform: translate(0, 50%); opacity: 0;
    }
    to {
        transform: translate(0, 0); opacity: 1;
    }
}
@keyframes scroll-down-ani {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotateX(90deg)
    }

    15%,85% {
        opacity: 1;
        transform: translateY(0) rotateX(0)
    }

    100% {
        opacity: 0;
        transform: translateY(50%) rotateX(-90deg)
    }
}
@keyframes mouseScroll {
    0% { 
    opacity:1; transform: translateY(0px) 
    }
    100% {
        opacity:0; transform: translateY(8px)
    }
}
/* ================================ 사업영역 ================================ */
.business .business-content {display: flex;}
.business .business-box {position: relative; display: flex; align-items: center; width: 50%; height: 100vh; padding: 0 160px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.business .business-box.transformation {background-image: url('/images/main/business-transformation.jpg');}
.business .business-box.infrastructure {background-image: url('/images/main/business-infrastructure.jpg');}
.business .business-box:after {position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; display: block; content: ''; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 0, 0, .5), transparent, rgba(0, 0, 0, .5));}
.business .business-box .content-box .category {font-size: 16px; font-weight: 400; color: #fff;}
.business .business-box .content-box .category:before {display: inline-block; content: ''; width: 20px; height: 1px; vertical-align: middle; margin-right: 10px; background-color: #fff; opacity: 1;}
.business .business-box .content-box h2 {font-size: 3rem; font-weight: 800; color: rgb(255, 255, 255); line-height: 1.15; margin-top: 20px;}
.business .business-box .content-box p {font-size: 1.25rem; font-weight: 500; color: #fff; margin-top: 20px;}
.business .business-box .content-box .business-button {margin-top: 80px;}
.business .business-box .content-box .business-button a {position: relative; display: inline-block; font-size: 1rem; font-weight: 500; color: #fff; padding: 12px;}
.business .business-box .content-box .business-button a i {margin-left: 24px;}
.business .business-box .content-box .business-button a:after {position: absolute; display: block; left: 0; bottom: 0; content: ''; width: 100%; height: 1px; background-color: #fff;}
/* ================================ 사업실적 ================================ */
.project {position: relative;}
.porject-content {position: relative; padding: 0 160px;}
.porject-content .project-header {position: relative;}
.porject-content .project-header h2 {font-size: 3rem; font-weight: 800; line-height: 1.15; margin: 20px 0 10px;}
.porject-content .project-header .project-button {margin-top: 80px;}
.porject-content .project-header .project-button a {position: relative; display: inline-block; font-size: 1rem; font-weight: 600; color: #121212; padding: 12px;}
.porject-content .project-header .project-button a i {margin-left: 24px;}
.porject-content .project-header .project-button a:after {position: absolute; display: block; left: 0; bottom: 0; content: ''; width: 100%; height: 1px; background-color: #121212;}
.porject-content .project-body {margin-top: 40px; overflow: visible !important;}
.porject-content .project-body .project-sum {position: relative; display: flex; align-items: center; justify-content: center; height: 360px;}
.porject-content .project-body .project-sum:before {position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, .75) 40%, rgba(0, 0, 0, 0));}
.porject-content .project-body .project-sum .info {position: relative; z-index: 2; width: 100%; height: 100%; padding: 40px;}
.porject-content .project-body .project-sum .info h3 {width: 75%; color: #fff; font-size: 1.5rem; font-weight: 600; line-height: 1.25; margin: 10px 0 20px;}
.porject-content .project-body .project-sum .info .category {color: #ddd; font-size: .85rem; font-weight: 300;}
.porject-content .project-body .project-sum .thumbnail {position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.porject-content .project-body .project-sum .thumbnail {background-position: center center; background-repeat: no-repeat; background-size: cover;}
.porject-content .project-body .project-sum .thumbnail img {width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.porject-content .project-body .project-sum:hover .thumbnail img {transform: scale(1.05);}

.porject-content .swiper-scrollbar {position: relative; width: 10%; height: 1px; margin: 0 28px; border-radius: 8px; background-color: #ddd;}
.porject-content .swiper-scrollbar-drag {background-color: #000000;}
.porject-content .swiper-control {position: relative; width: 100%; display: flex; align-items: center; margin-top: 40px;}
.porject-content .swiper-pagination {position: relative; left: inherit; bottom: inherit; width: auto; color: #fff;}
.porject-content .swiper-pagination-fraction {width: auto; font-family: 'Roboto', sans-serif; font-size: 1rem;}
.porject-content .swiper-pagination-fraction .bold {color: #aeaeae; font-weight: 300;}
.porject-content .swiper-pagination-current {font-weight: 600; color: #121212;}
.porject-content .swiper-pagination-fraction .grey,
.porject-content .swiper-pagination-total {color: #aeaeae; font-weight: 300;}
.porject-content .swiper-button {position: relative; width: 72px;}
.porject-content .swiper-button img {height: 12px;}
.porject-content .swiper-button-prev:after,
.porject-content .swiper-button-next:after {display: none;}
/* ================================ 인재채용 ================================ */
.recruit {position: relative;}
/* .recruit:after {position: absolute; z-index: 0; top:0; left: 0; bottom: 0; right: 0; display: block; content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, .75) 10%, rgba(0, 0, 0, 0));} */
.recruit-content {position: relative; z-index: 1; padding: 0 160px;}
.recruit-content .recruit-header .category {font-size: 18px; color: #fff; font-weight: 400;}
.recruit-content .recruit-header .category:before {display: inline-block; content: ''; width: 20px; height: 1px; vertical-align: middle; margin-right: 10px; background-color: #fff; opacity: .5;}
.recruit-content .recruit-header h2 {font-size: 3rem; color: #fff; font-weight: 700; line-height: 1.15; margin: 20px 0 10px;}
.recruit-content .recruit-header .recruit-button {margin-top: 80px;}
.recruit-content .recruit-header .recruit-button a {position: relative; display: inline-block; font-size: 1.25rem; font-weight: 600; color: #fff; padding: 12px;}
.recruit-content .recruit-header .recruit-button a i {margin-left: 24px;}
.recruit-content .recruit-header .recruit-button a:after {position: absolute; left: 0; bottom: 0; display: block; content: ''; width: 100%; height: 1px; margin-top: 12px; background-color: #fff;}
.recruit .recruit-visual {position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100vh; background-image: url('/images/main/main-recruit-visual.jpg'); background-position: center center; background-size: cover; background-repeat: no-repeat;}
.recruit .recruit-visual:after {position: absolute; z-index: 0; top:0; left: 0; bottom: 0; right: 0; display: block; content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, .75) 10%, rgba(0, 0, 0, 0));}
/* ================================ 뉴스룸 ================================ */
.newsroom {position: relative;overflow-x : hidden;
    background-image: url('/images/main/main-newsroom-visual.jpg');
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    background-attachment: fixed;}
.newsroom:after {position: absolute; z-index: 0; top:0; left: 0; bottom: 0; right: 0; display: block; content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, .75) 10%, rgba(0, 0, 0, 0));}    
.newsroom-content {position: relative; z-index: 1; padding: 0 160px;}
.newsroom-content .newsroom-header {width: 50%;}
.newsroom-content .newsroom-header .category {font-size: 16px; color: #fff; font-weight: 400;}
.newsroom-content .newsroom-header .category:before {display: inline-block; content: ''; width: 20px; height: 1px; vertical-align: middle; margin-right: 10px; background-color: #fff; opacity: .5;}
.newsroom-content .newsroom-header h2 {font-size: 3rem; color: #fff; font-weight: 700; line-height: 1.25; margin: 20px 0 10px;}
.newsroom-content .newsroom-header .newsroom-button {margin-top: 80px;}
.newsroom-content .newsroom-header .newsroom-button a {position: relative; display: inline-block; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 12px;}
.newsroom-content .newsroom-header .newsroom-button a i {margin-left: 24px;}
.newsroom-content .newsroom-header .newsroom-button a:after {position: absolute; left: 0; bottom: 0; display: block; content: ''; width: 100%; height: 1px; margin-top: 12px; background-color: #fff;}
.newsroom-content .newsroom-body {width: 100%; text-align: right; margin-top: 40px;}
.newsroom-content .newsroom-body h3 {font-size: 2rem; font-weight: 500; color: #fff;}
.newsroom-content .newsroom-body p {font-size: 1.25rem; color: #fff;}

/* =========================== 메인 팝업 ==================================== */
#popup-layer .pop-cont a {display: flex; padding: 0; margin: 0;}
#popup-layer .pop-btn {background-color:#222;text-align:right;padding:8px;}
#popup-layer .pop-btn label, #popup-layer .pop-btn a {font-size:12px;color:#fff;text-decoration:none;cursor:pointer;}
#popup-layer {position:absolute;z-index:999;top:100px;right:100px;background-color:#fff;box-shadow:3px 3px 10px rgba(0,0,0,.45);}
#popup-layer img.popup-pc {display:block;}
#popup-layer img.popup-mobile {display:none;}



