﻿@charset "utf-8";

::-webkit-scrollbar {
	height: 2px;
	width: 12px;
	background-color: #f9f9f9
}

::-webkit-scrollbar-thumb {
	background-color: #d2d2d2
}
.scIng .indise_nav {display:none;}
.page_scloll .label {cursor:inherit;}
.apply_carouse {width:100%; height: 100%;}
.aplly_bg {width:100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center;}
.apply_carouse .tab_box,.apply_carouse .tab_box div {width:100%; height: 100%;}
.apply_carouse .tab_box .hide {display:none;}
.intro_project.videoset .side_gnb, .intro_project.ani_step01 .side_gnb {
    display: none;
}

.intro_project .top {
	position: fixed;
	width: 24px;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	right: 90px;
	bottom: 90px;
	margin-left: -12px;
	cursor: pointer;
	display: none;
}

.intro_project.videoset .top {
	display: block;
}

.intro_project .top i {
	color: rgba(25, 32, 43, 0.7);
	font-size: 0;
	font-style: normal;
}

.mView {
	display: none;
}

.scroll_cont {
	overflow-y: hidden;
}

.scroll_cont body {
	overflow-y: hidden;
}

.scroll_cont #wrap {
	overflow-y: scroll;
	height: 100%;
}

#wrap {
	position: relative;
	background: rgb(238,242,248);
	background: -moz-linear-gradient(180deg, rgba(238,242,248,1) 0%, rgba(255,255,255,1) 60%);
	background: -webkit-linear-gradient(180deg, rgba(238,242,248,1) 0%, rgba(255,255,255,1) 60%);
	background: linear-gradient(180deg, rgba(238,242,248,1) 0%, rgba(255,255,255,1) 500px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eef2f8",endColorstr="#ffffff",GradientType=1);
	background-repeat: no-repeat;
	background-position: center top;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

#wrap #content {
	position: relative;
	z-index: 2;
    min-height: calc(100vh - 80px);
}

/**********Project Map************/


.intro_project {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.intro_project.reproduction.business .step01 {
	left: auto;
	top: auto;
	margin: auto;
	width: 100vw;
	height: 100vh;
	position: relative;
}



.intro_project.business.reproduction .step01 .text_area {
	position: absolute;
	width: 100%;
    max-width: 1410px;
	left: 50%;
    transform: translateX(-50%);
	top: 30%;
	padding: 0 30px;
	overflow: hidden;
}

.intro_project.reproduction .step01 .text_area h2 { margin: 20px 0; line-height: 1.4;}

.intro_project.reproduction.business .step01 .text_area h2 strong {
	 font-size: 32px;color: #fff;
}

.intro_project.reproduction.business .step01 .text_area > strong {
	font-size: 16px;
	display: block;
	font-weight: 500;
	margin-top: 0;
	color: #fff;
	position: relative;
}

.intro_project.reproduction .step01 .text_area > p {
	font-size: 16px;
	line-height: 1.4;
	color:#fff;
	margin-top: 0;
	position: relative;
	display: block;
}

.intro_project.reproduction.business .step01 .text_area > p {
	line-height: 1.6;
}

.intro_project.reproduction .step01 > span {
	opacity: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: opacity 0.3s 0.5s;
	-webkit-transition: opacity 0.3s 0.5s;
	-ms-transition: opacity 0.3s 0.5s;
}


.intro_project.reproduction .video_step {
	width: 50%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0%;
	margin-left: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.intro_project.reproduction .video_step .video_box {
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.intro_project.reproduction .video_step .video_box div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}



.intro_project.reproduction .video_step .video_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	
	
	-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform:  translateX(-50%) translateY(-50%);
    -ms-transform:  translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	
	
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	display: none;
}

.intro_project.reproduction .video_step .vid_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-ms-transition: all 0.7s;
	opacity: 0;
}

.intro_project.reproduction .video_step .vid_text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}

.intro_project.reproduction .video_step .vid_text p {
	font-size: 55px;
	line-height: 80px;
	color: #fff;
	font-weight: 800;
	position: absolute;
	width: 1000px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -700px;
	opacity: 0;
	transition: all 0.3s 0.3s;
	-webkit-transition: all 0.3s 0.3s;
	-ms-transition: all 0.3s 0.3s;
}

.intro_project.reproduction.ani_step01 .video_step {
	left: 0;
	top: 0;
	opacity: 1;
}

.intro_project.reproduction.ani_step01 .video_step .video_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
	background: #e8e6e4;
}

.intro_project.reproduction.videoset .video_step .video_box img {
	opacity: 0;
}

.intro_project.reproduction.ani_step01 .video_step .video_box img.img01,
.intro_project.reproduction.ani_step01.ani_step02 .video_step .video_box img.img02,
.intro_project.reproduction.ani_step01.ani_step02.ani_step03 .video_step .video_box img.img03,
.intro_project.reproduction.ani_step01.ani_step02.ani_step03.ani_step04 .video_step .video_box img.img04, .intro_project.reproduction.ani_step01.ani_step02.ani_step03.ani_step04.ani_step05 .video_step .video_box img.img05 {
	opacity: 1;
	display: block;
}

.intro_project.reproduction.ani_step02 .step01 {
	opacity: 0;
}

.intro_project.reproduction.ani_step02 .video_step .vid_text {
	opacity: 1;
}

.intro_project.reproduction.ani_step02 .video_step .vid_text p {
	opacity: 1;
}

.intro_project.reproduction.ani_step03 .video_step .vid_text {
	opacity: 0;
}

.intro_project.reproduction.ani_step03 .video_step .video_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
	background: #e8e6e4;
}

.intro_project.reproduction .scroll_step {
	position: absolute;
	margin-left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: all 0.3s 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s 0.3s;
	opacity: 1;
	z-index: 5;
	top: 100%;
}

.intro_project.reproduction.business .scroll_step {
	background: #fff;
}

.intro_project.reproduction .scroll_step ul {
	display: table;
	height: 100%;
	position: relative;
	top: 30%;
	transition: all 0.3s 0.3s;
	-webkit-transition: all 0.3s 0.3s;
	-ms-transition: all 0.3s 0.3s;
}

.intro_project.reproduction .scroll_step ul li {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 90px;
	padding-right: 60px;
	margin-top: -90px;
}
.intro_project.reproduction .link_btn {width:100%; padding-top: 53px;}
.intro_project.reproduction .link_btn .li {
	height: auto;
	max-width: 50%;
	margin: 0; 
	float: left;
	padding-left: 0;
	padding-right: 20px;
}
.intro_project.reproduction .link_btn .li a{width: 177px; max-width: 100%; display: inline-block; font-size: 16px; color: #006FBB; text-align: center; line-height: 56px;	
height: 56px;
background: #CBDDEE;
border-radius: 28px;}
.intro_project.reproduction .link_btn .li a:hover {color:#fff; background: #006FBB;}
.intro_project.reproduction .scroll_step ul li span {
	font-size: 16px;
	line-height: 30px;
	padding-left: 45px;
	position: relative;
	display: block;
	letter-spacing: 1px;
}

.intro_project.reproduction .scroll_step ul li span:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #CFCFCF;
	position: absolute;
	left: 0;
	top: 50%;
}

.intro_project.reproduction .scroll_step ul li strong {
	display: block;
	font-size: 40px;
	line-height: 1.1;
	font-weight:bold;
	color: #006FBB;
	margin-top: 40px;
}


.intro_project.reproduction .scroll_step ul li p {
	display: block;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 40px;
	max-width: 600px;
	padding-right:30px;
}

.intro_project.reproduction.ani_step01 .scroll_step {
	opacity: 1;
	top: 0;
}

.intro_project.reproduction.projectMain.ani_step01 .scroll_step {
	background: linear-gradient( 135deg, #eaf1f7 50%, #fff 100%);
}


.intro_project.reproduction.ani_step01 .scroll_step ul {
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.intro_project.reproduction.videoset .video_step .video_box img {
	opacity: 0;
}


.intro_project.reproduction.ani_step04 .scroll_step {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	top: 0;
}

.intro_project.reproduction.ani_step04 .scroll_step .ess_img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	position: fixed;
	left: 0%;
	width: 50%;
	top: 30%;
}

.intro_project.reproduction.ani_step01.ani_step02 .scroll_step ul {
	top: -100%;
}

.intro_project.reproduction.ani_step01.ani_step02.ani_step03 .scroll_step ul {
	top: -200%;
}

.intro_project.reproduction.ani_step01.ani_step02.ani_step03.ani_step04 .scroll_step ul {
	top: -300%;
}

.intro_project.reproduction.ani_step01.ani_step02.ani_step03.ani_step04.ani_step05 .scroll_step ul {
	top: -400%;
}

.intro_project.ani_step03 .video_step .video_box {
	background: #274a5d;
}


.intro_project.business .side_gnb {
	width: 100%;
	max-width:1410px;
	padding: 0 30px;
	position: absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	bottom:100px;
	z-index: 1;
}

.intro_project .side_gnb > ul > li {
	float: left;
	position: relative;
	z-index: 2;
}

.intro_project.business .side_gnb li {width:20%; float: left; padding: 0 5px;}
.intro_project .side_gnb li a {position: relative; display: block;
	font-size: 18px;
	line-height: 1.1;
	color: #333333;
	opacity: 1;
	font-weight: bold;
	padding:24px 20px;
	width: 100%;
	background-color: #fff;
	height: 140px;
	text-align: center;
}
.iconbox { margin: 0 auto; margin-bottom: 16px; height: 40px;}
.iconbox img {max-height:100%;}
.side_gnb .hovshow {display:none; margin: 0 auto;}
.side_gnb li.current .hovshow {display:block;}
.side_gnb li.current .hovhid {display:none;}

.intro_project .side_gnb li.current a {
	line-height: 18px;
	color: #ffffff;
	background: #006FBB;
	opacity: 1;
}

.intro_project.business .side_gnb li a:hover {color:#fff;}
.intro_project {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


@media all and (max-width: 991px) {
	
	.intro_project.reproduction {
		position: relative;
	}
	
	.intro_project.reproduction .btn.btn-mod.btn-medium {
		padding: 10px 15px;
		font-size: 14px;
		margin-bottom: 4px;
	}
	
	.intro_project.reproduction.business .step01 {
		width: 100%;
		height: 500px;
		margin: 0;
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
	}
	
	
	
	.intro_project.business.reproduction .step01 .text_area { top:50px;	}
	
	.intro_project.reproduction .step01 .text_area {
		position: static;
		width: auto;
		margin: 0;
		padding: 20px;
	}
	
	.intro_project.reproduction .step01 > span {
		display: none;
	}
	
	.intro_project.reproduction .title_area, .intro_project.reproduction .ecodelta {
		display: none;
	}

	.intro_project.reproduction .video_step .video_box {
		display: none;
	}
	
	.intro_project.reproduction .video_step {
		width: auto;
		height: 667px;
		background-size: cover;
		position: static;
		margin: 0;
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		padding: 0 15px;
		border-radius: 0;
		opacity: 1;
		display: none;
	}
	
	.intro_project.reproduction .video_step .vid_text:before {
		display: none;
	}
	
	.intro_project.reproduction .video_step .vid_text {
		position: static;
		height: auto;
		margin: 0;
		width: auto;
		opacity: 1;
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		padding-top: 250px;
	}
	
	.intro_project.reproduction .video_step .vid_text p {
		position: static;
		height: auto;
		margin: 0;
		width: 90%;
		opacity: 1;
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		font-size: 24px;
		line-height: 34px;
	}
	

	.intro_project.reproduction .scroll_step {
		width: auto;
		margin: 0;
		opacity: 1;
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		padding:30px 15px;padding-top:0;
		position: relative;
	}
	
	.intro_project.reproduction .scroll_step ul {
		display: block;
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		position: static;
		
	}
	
	.intro_project.reproduction .scroll_step ul li {
		display: block !important;
		
		transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		position: static;
		padding: 0;
		margin: 0;
		padding-top: 50px;
		padding-bottom: 7px;
		width: 100%;
	}
	.intro_project .btn_area01 .link_btn {overflow:hidden;}
	.intro_project .btn_area01 .link_btn .li { width:50%; float: left; padding: 30px 5px;}
	.intro_project .btn_area01 .link_btn .li a {width:100%; height: 45px; line-height: 45px;}
	
	.intro_project.reproduction .scroll_step ul li span {
		font-size: 14px;
		line-height: 24px;
		padding-left: 30px;
		position: relative;
		font-weight: 400;
	}
	
	
	.intro_project.reproduction .scroll_step ul:first-child {
		padding: 0;
	}
	
	.intro_project.reproduction .scroll_step ul:first-child li span {
		display: block;
	}
	
	.intro_project.reproduction .scroll_step ul li span:after {
		content: '';
		width: 20px;
		height: 1px;
		/* background:#000; */
		opacity: 0.5;
		position: absolute;
		left: 0;
		top: 12px;
	}
	
	.intro_project.reproduction .scroll_step ul li strong {
		font-size: 28px;
		line-height: 38px;
		margin-top: 15px;
		/* color:#5f3a39; */
	}
	

	
	.intro_project.reproduction .scroll_step ul li p {
		font-size: 16px !important;
		line-height: 24px !important;
		margin-top: 20px;
		padding-right: 0;
		width: auto;
	}
	
	.intro_project.reproduction .scroll_step ul li div.h3 {
		display: block;
		font-size: 18px;
		line-height: 1.4;
		font-weight: 700;
		margin-top: 10px;
	}
	

	

}


@media (max-width: 991px) {
	.intro_project.business.reproduction .step01 .text_area {padding:0 15px;}
.intro_project.reproduction.ani_step02 .step01 {
    opacity: 1;
}
	.mView {display:block;}
	.intro_project.business .side_gnb {display:none;}
	.m_marker {    display: block; position: absolute; bottom: 100px; left: 0; padding: 0 15px; width: 100%; max-width: 100%; z-index: 99;}
	.m_marker a{width:20%; display: block; float: left; padding: 0 5px;}
	.m_marker a div {background:#fff; color:#006FBB; padding: 15px 5px; cursor: pointer;text-align: center; font-size: 16px;}
	.intro_project.videoset .top {display:none;}
	
}
@media (max-width: 767px) {

.page_ban {min-height:inherit;}
.intro_project.reproduction.business .step01 .text_area h2 strong {font-size:26px;}	
	.m_marker {bottom:25px;}
	.m_marker a{width:50%; padding-bottom: 5px;}
	.page_scloll {display:none;}
}
@media (max-width: 359px) {
.intro_project.reproduction.business .step01 .text_area h2 strong {font-size:22px;}	

	
}









