@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/bg-ncrm.png) repeat-x top #898dda;
}
/* NAVIGATION BAR */
.navbar{
	z-index: 1000;position: fixed;top:0;
	width: 100%; 
	height: 2.4rem; 
}
.navbar.stickytop{
	height: 2.4rem; 
	background-color:#fff;
	box-shadow: 0 1px 2px rgba(20,26,75,.3);
}
.navbar-nav{/*
	width: 100%;
	max-width: 1160px;*/
	margin: 0;
}
.navbar-nav li{
	font-size: 1rem;
	/*background: rgba(20,26,75,.9);*/
}
button.navbar-toggler{
	width:2.4rem;	
	height: 2.4rem;
	outline: none;	
	padding: 0 0.5rem;
	float: right;
	position: absolute;
	right:0.2rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");	
}
.nav-link{transition:all .3s; color: rgba(255,255,255,.6); font-weight: bold;}
.nav-link:hover, .nav-link.selected{color:rgba(255,255,255,1.0); }
.nav-link span{font-weight: 100; margin-left: 0.3em}

.navbar.stickytop .nav-link{
	/*
	color: rgba(255,255,255,.6); transition:all .3s;
	background: rgba(20,26,75,.9);*/
	color:rgba(20,26,75,.9);
}
.navbar.stickytop .nav-link:hover{
	color:#6a8af7;
	/*background: rgba(20,26,75,.9);*/
	opacity: 1.0!important
}
.nav-link::before{
	content:"\27F6";
	display: inline-block;
	width: 0;
	height: 2.4rem;
	line-height: 1.2rem;
	font-size: 1.2rem;
	float: right;
	transition: .3s all;
	opacity: 0;
}
.nav-link:hover::before{
	width: 30px;
	margin-left: 0.5rem;
	opacity: 1.0;
}

.navbar.stickytop .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,.3)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");	
}
.logo{
	color: #fff;
	padding: 0 1rem;
	z-index: 1001;
}
.navbar.stickytop .logo{
	color: #141a4b;
	display: block;
}
.logo h3{
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.4rem;
}
.logo h3 span{
	font-weight: 100;
	line-height: 2.4rem;
	margin-left: 0.3em;
}
.logo h4{
	font-size: .96rem;
	font-weight: 500;
	letter-spacing: -0.025rem;
	display: none;
}
.navbar.stickytop .logo h4{display: block;
	position:fixed;
	top:12px;
	left:110px;

}
.logo p{
	font-size: 0.75rem;
	letter-spacing: -0.01rem;
	width: 18em;
	padding: 0.5em 0;
	animation-delay: .2s;
}
/* HEADER MAIN IMAGE */
header.ncrm-main{/*
	background-image:url(../images/bg-ncrm.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#041f40;
	max-width: 1140px;*/
	position: relative;
	width: 100vw;
	top: 0;
	padding:8% 0 0;
	margin: 0 auto;
	color: #fff;  
}
/* CONTENT */
.ncrm-main .container{
	/*background:url("../images/bg-middle.png" ) no-repeat center top ;
	
	background-size: auto 160px;
	background-repeat:no-repeat;
	background-position:center 2rem;*/
	margin: 0 auto;
	width: 100%;
	position: relative;
	text-align:center;
	
}
.ncrm-main .content-wrap{
	 max-width: 720px;
	 margin: 0 auto;
	 padding: 0 1rem;
}
.ncrm-main .container h1{
	font-size: 2rem;
	font-weight: 600;
	/*padding:7rem 0 0 0;
	*/animation-name: bounceInRight; animation-delay: .6s;
	max-width: 760px;
	word-break: keep-all;
}
.ncrm-main .container h2{
	font-size: 1.1rem;
	padding: 0.5rem 0 0 0;
	letter-spacing:-0.05rem;
	animation-name: bounceInRight;animation-delay: .8s;
	max-width: 760px;
	word-break: keep-all;
	line-height: 1.6em;
}
.ncrm-main .container p{
	font-size: 1rem;
	padding: 0.5rem 0 0 0;
	letter-spacing:-0.01rem;
	line-height: 1.7em;
	margin: 0 auto;
	max-width: 760px;
	word-break: keep-all;
	
}
.ncrm-main .container h3{
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2rem;
	margin: 3rem auto 1rem;	
	padding: 2rem 0 0 0;
	max-width: 760px;
	letter-spacing: -0.025em;
	word-break: keep-all;
	text-align:left;
	border-top: 2px solid rgba(255, 255, 255, .3);
	color: rgba(255, 255, 255, .7);
}
.ncrm-main .container h4{
	font-weight: 600;
	font-size: 1.6rem;
	padding: 0.5rem 0 0.5rem 0;
	margin: 0 auto;
	max-width: 760px;
	letter-spacing: -0.065em;
	word-break: keep-all;
	text-align:left;
}

.row.ncrm-customers{
	background: #fafafa;
	border: 1px solid #eaeaea;
	padding-bottom: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ncrm-customers img{
	width: 160px;
	height: 50px;
	margin: 1rem 0 0.5rem;
	background: #fff;
	border: 1px solid #eaeaea;
}

.ncrm-feature{
	position: fixed;
	z-index: 999;
	top: 2.4rem;
	display: none;
	background: rgba(40, 44, 120, 0.9); 
	width: 100%;
	padding: 0 0.5rem;
}
.ncrm-feature-items {
	height: 960px;
	margin: 0 auto;
	position: relative;
	}

.ncrm-feature-items .inner {
	height: 860px;
	max-width: 760px;
    /*background: url(../images/ncrm-logomark-white.png) no-repeat center; 
	padding-top: 260px;
	*/margin: 0 auto;
	}

.ncrm-feature-items ul.support-items{ 
	position: relative;
	top:60px;
}
.ncrm-feature-items ul.support-items li{
	text-align: center;
	margin: 1.5em 0 -4em;
}
.ncrm-feature-items ul.support-items li:first-child img{
}
.ncrm-feature-items ul.support-items li:last-child img{
}
.ncrm-feature-items ul.support-items img{animation-duration: .3s;}
.ncrm-feature-items ul.support-items li:first-child img{animation-delay: .2s}
.ncrm-feature-items ul.support-items li:last-child img{animation-delay: .4s}
.ncrm-feature-items div.feature-items {
	display: none;
}
.ncrm-feature-items div.feature-items a{
	display: none;
}

.content-main{
	position: relative;
	clear: both;
	top:-5em;
}
.content-main h2{
	font-weight: 600;
	color: #fff;
	display: block!important;
	float: left
}
.content-main h3{
	font-weight: 200;
	font-size: 2rem;
	color: rgba(255,255,255,.6);
	display: block;
	float: left;
	clear: both;
}
.content-main h4{
	font-weight: 600;
	font-size: 1rem;
	color: #fff;
}
.content-main img{
	width: auto;
	height: 140px;
	margin: 3rem 0 1.5rem;
}

.content-main .container p{
	font-size:0.92rem;
	letter-spacing:-0.045rem;
	color: #fff;
	display: inline-block;
	line-height: 1.4rem;
	margin-top:0.2rem;
	max-width: 17em;
}
.featureWrap01, 
.featureWrap02, 
.featureWrap03{
	padding: 2em 0;
}
.content-main .ncrm-feature-content{
	margin: 0 auto -2em;
	padding: 3em 0 0;
}
.ncrm-feature-content section{
	background: #fff;
	padding: 3em 0 0;
	margin-bottom: 3em;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 35px 30px;*/
}

.ncrm-feature-content section .container{
	padding-left: 30px;
	padding-right: 30px;
}
.content-main .ncrm-feature-content section img{
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; *//*
	width:165px;
	height: auto;
	float:right;
	margin-bottom:-200px;
	position: relative;
	right:30px;*/
}
#feature01 section .container{
	background: url("../images/feature01-back.png") no-repeat right -60px bottom -20px;
}
#feature02 section .container{
	background: url("../images/feature02-back.png") no-repeat right -60px bottom -20px;
}
#feature03 section .container{
	background: url("../images/feature03-back.png") no-repeat right -60px bottom -20px;
}
.content-main .ncrm-feature-content h2{
	font-weight: 600;
	color: #090e2f;
	float: left;
	clear: left;
	line-height: 1.5em;
	font-size: 2rem;
	letter-spacing: -0.065em;
	text-indent: -0.095em;
}
.content-main .ncrm-feature-content h3{
	font-weight: 100;
	font-size: 1.4rem;
	color: #6a8af7;
	line-height: 1.6em;
	letter-spacing: -0.025em;
}
.content-main .ncrm-feature-content p{
	color:rgba(255,255,255,.7); 
}
.content-main .ncrm-feature-content section p{
	color: #090e2f;
	padding: 1em 2em 3.5em 0;
	word-break: keep-all;
	width: 78%;
	clear: left;
	display: block;
	font-size: 1em;
	line-height: 1.8em;
	max-width: 54em;
}
.content-project{
	background: rgba(255,255,255,1); position: relative;
	padding: 5em 0 2em ;
	margin-top: 6em;
}
.content-project .container:first-child section{
	border-bottom: 2px solid #090e2f;
	margin: 0 1em 0.5em;
}
.content-project h2{
	
	font-weight: 600;
	color: #090e2f;
	line-height: 1em;
	font-size: 2.4rem;
}
.content-project h2 span{
	font-weight: 100;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #6a8af7;
	letter-spacing: -0.045em;
	display: inline-block; 
	/*margin-left: 0.5em;*/
}
.content-project section p{
	color: #090e2f;
	font-size: 1em;
	padding: 1em 0 2em;
}

.content-project .container.nplug-in{
	padding: 1em 2em;
}
.content-project .container.nplug-in section{
	border-top: 1px solid #d9e0fa;
	padding: 1em;
}
.content-project .container.nplug-in h3{
	font-size: 1em;font-weight: 600;
	color:#090e2f;
}
.content-project .container.nplug-in ul {
	overflow: hidden;
	border-top: 1px solid #d9e0fa;
	border-bottom: 1px solid #d9e0fa;
	background: #eef2ff;
	padding: 1em;
}
.content-project .container.nplug-in ul li{
	float: left;
	padding: 0.5em;
	width: 100%
}
.content-project .container.nplug-in ul li span{
	display: inline-block;
	padding: 0 4px;
	margin-right: 1em;
	color: #6a8af7
	
}
.content-project .container.nplug-in ul li strong{
	font-weight: 400;
	color: #090e2f;
}
.content-project .container.nplug-in ul li span::after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #6a8af7;
	float: right;
	border-radius: 2px;
	margin: 10px -10px 0 10px;
}

	/*Animated Objects*/
	img[class^=anicube_]{
		position: absolute;  width: auto;
	}
	img.anicube_dark{
		left: 50%;
		margin-left:220px; 
		top: 1080px; 
	}
	img.anicube_stripe{
		left:40%;
		margin-left: -490px; 
		top: 1340px;
	}
	img.anicube_small{
		left: 40%;
		margin-left: -160px;  top: 1170px; 
}
	img.anicube_line_big{left:35%; margin-left: -380px;top: 500px; animation-delay: 1.3S;animation-name: fadeIn; animation-duration: .3s;
	}
	img.logomark{display: block; position: absolute; left: 50%;	margin-left: -305px;animation-name: fadeIn; animation-delay: .2S;	height:auto;
	}
	img.logotype{
		display: block; position: relative; 
		top:0;  animation-name: flipInY; animation-delay: .4s; margin: 480px auto 60px;
	}
	img.anicube_big_dark{
		left: 50%;
		margin-left:-140px; 
		top: 420px; 
		animation-delay: 1.0S;animation-name: fadeIn; animation-duration: 2s
	}
	img.anicube_bright{ 
	left: 85%;
	/* margin-left: -125px; */
	/* top: 300px; */
	width: 60%;
	top: 50%;
	animation-delay: 1.5S;
	animation-name: fadeIn;
	animation-duration: .3s;
	}
	img.anicube_line{ 
	left: 85%;
	width: 60%;
	top: 50%;
	animation-delay: 1.5S;
	animation-name: fadeIn;
	animation-duration: .3s;
	}
	img.anicube_middle{
		left: 50%; margin-left: 190px; top: 100px; 
		animation-delay: 1.7S;animation-name: fadeIn; animation-duration: .3s}

	.slideshow h3{
		font-size: 1em;
		font-weight: 600;
		line-height: 2em;
	}
	.slideshow h4{
		font-size: 0.96em;
		line-height: 1.2em;
		margin: 0 auto;
		padding: 0 0 1em;
	}
	.slideshow p{
		font-size: 0.8em;
		color:rgba(0,0,0,.6);
		background: rgba(0,0,0,.03);
		border: 1px solid rgba(0,0,0,.08);
		margin: 0 auto;
		line-height: 1.7em;
		border-radius: 24px;
		width: 4em;
	}
	.slideshow .row{
		padding: 0;
	}
	.slideshow-indicator{
		display: none;
	}
	.slideshow-nav {
		display: none;
	}
.slideshow h4::after{
	content: "";
	display: block;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	background: rgba(0,0,0,.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 16px;
}
.slide:last-child .row:last-child div:last-child h4::after{
		display: none;
	}
.collapse.show {
	padding: 2.4rem 0 0.5rem;
	margin-top: -2.4rem;
}
@media screen and (min-width: 768px) {
.navbar-nav{
	margin: 0 1rem;
}
.navbar-nav li{
	background: transparent;
}
.nav-link{/*color: rgba(255,255,255,1.0);}
.nav-link:hover, .nav-link.selected{color:rgba(255,255,255,.6);*/ }

	.navbar.stickytop .nav-link{
		color: #090e2f;
		background:transparent;
	}
	.navbar.stickytop .nav-link:hover{
		color:#6a8af7;
		background:transparent;
	}
	img.logotype{
		/*top:245px;*/
	}
	img.anicube_bright{ 
	left: 86%;
	width: 245px;
    top: 320px;
	}
	img.anicube_line{ 
	left: 88%;
	width: 255px;
    top: 530px;
	}
	#feature01 section .container{
	background: url("../images/feature01-back.png") no-repeat right 20px bottom -30px;
	}
	#feature02 section .container{
		background: url("../images/feature02-back.png") no-repeat right 20px bottom -30px;
	}
	#feature03 section .container{
		background: url("../images/feature03-back.png") no-repeat right 20px bottom -30px;
	}
	header.ncrm-main{
		/*padding-top: 15%;
		height:2000px;*/
	}
	.ncrm-main .content-wrap{
		 padding: 0 2rem 0 2rem;
	}
	.ncrm-main .container h1{
		
/*	padding:11rem 0 0 0;
*/		
}
.content-main{
	top:0;
}
	.ncrm-feature.show{
		display: block;
		box-shadow: inset 0 5px 2px 0 rgba(0,0,0,.1);
	}
	#featureNav ul li {
		padding: 0.2rem 0.5rem; font-size: 0.8rem; font-weight: bold; display: inline-block; float: left;
		line-height: 34px; 
		margin-right:3em;}
	#featureNav li {
		animation-duration: .3s;
		animation-delay: .4s;
	}
	#featureNav ul li:nth-child(2){
		animation-delay: .6s;
	}
	#featureNav ul li:nth-child(3){
		animation-delay: .8s;
	}
	#featureNav li a{
		color: rgba(255,255,255,.5)!important;}
	#featureNav li a:hover{
		color: rgba(255,255,255,1)!important;
		transition: all .6s;}
	#featureNav ul li span{padding: 0 0.5rem 0 0; font-size: 0.8rem; font-weight: normal;}
	#featureNav li a.state-current {color: rgba(255,255,255,1)!important;
		}
	#featureNav li a::before{
		content: "";
		width: 0;
		height: 1px;
		background: #fff;
		display: inline-block; float: left;
		margin-top:17px; 
		transition: all .3s;
		opacity: 0
	}
	#featureNav li a.state-current::before, 
	#featureNav li a:hover::before{
		content: "";
		width: 18px;
		height: 1px;
		background: #fff;
		display: inline-block; float: left;
		margin-top:17px; margin-right: 5px;
		opacity: 1
	}
	.navbar.stickytop .logo h4{
		display: block;
		position:fixed;
		top:12px;
		left:110px;
	}
	.ncrm-feature-items .inner {
		height: 920px;
		max-width: 760px;
    	background: url(../images/ncrm-logomark-white.png) no-repeat  center; 
		padding-top: 0;
	}
	.ncrm-feature-items ul.support-items{ position: relative;top:20px; }
	.ncrm-feature-items ul.support-items li{
		float: left;
		width: 245px;
		margin: 1.5em 0 0;
	}
.ncrm-feature-items ul.support-items li:first-child img{
	position: relative;
	top:140px;
}
.ncrm-feature-items ul.support-items li:last-child img{
	position: relative;
	top:140px;
}
	.ncrm-feature-items div.feature-items {
		display: block;
	text-align: center; 
	width: 350px;
	height: 370px;
	position: absolute;
	left: 0;
	top:430px;
	margin-left: -72px;
}

.ncrm-feature-items div.feature-items.f01{
	/*top:430px;
	left:26%*/
}
.ncrm-feature-items div.feature-items.f03{
	/*top:407px;
	/*left:74%*/
    left: 100%;
    margin-left: -270px;
}
.ncrm-feature-items div.feature-items.f02{
	/*top:430px;*/
	left: 50%;
    top: 585px;
    margin-left: -170px;
}
.ncrm-feature-items div.feature-items.f01 a{
}
.ncrm-feature-items div.feature-items.f03 a{
	animation-delay: .3s;
}
.ncrm-feature-items div.feature-items.f02 a{
	animation-delay: .6s;
}
	.ncrm-feature-items div.feature-items a{
	display: block;
	color:#fff;
	width: 330px;
	height: 370px;
	margin: 0 auto;
	background: url("../images/bg-feature-items.png") no-repeat center;
	background-size: auto 330px;
	transition: all .1s;
	animation-duration: .2s;
}
.ncrm-feature-items div.feature-items a:hover{
	background: url("../images/bg-feature-items-hover.png") no-repeat center;
	transition: all .1s;
	background-size: auto 360px;
}
.ncrm-feature-items div.feature-items a img{
	
	display: inline-block;
	width: auto;
	height: 100px;
	position: relative;
	margin-top: 100px;
}
.ncrm-feature-items div.feature-items h3{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4rem;
	padding: 0;
	margin: 0.5em auto;
	width:12em;
	border-top-style: hidden;
	text-align: center;
}
.ncrm-feature-items div.feature-items a:hover h3{
	width:16em;
	margin: 0.5em auto 0.8em;
}
.ncrm-feature-items div.feature-items h4{
	color: #fff;
	font-size: 1rem;
	line-height: .5rem;
	font-weight: 400;
	letter-spacing: -0.125em;
	padding: 0;
	margin:0;
	text-align: center;
}
.ncrm-feature-items div.feature-items a:hover h4{
	margin: 0.3em 0 0.5em 0;
}
.ncrm-feature-items div.feature-items p{
	font-size: 0.8rem;
	word-break: keep-all;
	opacity: 0;
	color:#fff;
	margin: 0.3em 0;
	padding: 0 5em;
	line-height: 1.25em;
	text-align: center;
}
.ncrm-feature-items div.feature-items span{
	text-transform: uppercase;
	font-size: 0.725rem;
	letter-spacing: 0.025em;
	opacity: 0;
	
}
.ncrm-feature-items div.feature-items span::after{
	content: "view more";
	padding-bottom: 12px;
	background: url(../images/icon-more.png) no-repeat center bottom;
}
.ncrm-feature-items div.feature-items img{
	display: none;
}
.content-project h2 span{
	margin-left: 0.5em;
}

/*Slideshow*/
	.slide .row:last-child h4::after{
		display: none;
	}
	.slideshow {
		height: 810px;
		min-width: 960px;
		overflow: hidden;
		position: relative;
	}

	.slideshow-slides {
		height: 100%;
		position: absolute;
		width: 100%;
		/* left는 JavaScript로 지정 */
	}
	.slideshow-slides .slide {
		height: 100%;
		overflow: hidden;
		position: absolute;
		width: 100%;
		/* left는 JavaScript로 지정 */
	}
	.slideshow-slides .slide img {
		margin-top: 0.5em;/*
		margin-bottom: 1em;
		left: 50%;
		margin-left: -800px;
		position: absolute;*/
	}

	.slideshow-nav a,
	.slideshow-indicator a {
		background-color: rgba(0, 0, 0, 0); /* for IE9 */
		overflow: hidden;
	}
	.slideshow-nav a:before,
	.slideshow-indicator a:before {
		content: url("../images/sprites.png");
		display: inline-block;
		font-size: 0;
		line-height: 0;
	}
	.slideshow-nav {
		background: #ccc;
		width: 960px;
		display: block
	}
	.slideshow-nav a {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 72px;
		height: 72px;
		margin-top: -56px;
	}
	.slideshow-nav a.prev {
		margin-left: -655px;
	}
	.slideshow-nav a.prev:before {
		margin-top: -20px;    
	}
	.slideshow-nav a.next {
		margin-left: 580px;
	}
	.slideshow-nav a.next:before {
		margin-left: -80px;
		margin-top: -20px;
	}

	.slideshow-nav a.disabled {
		display: none;
	}
	.slideshow-indicator {
		bottom: 30px;
		height: 16px;
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		display: block
	}
	.slideshow-indicator a {
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-left: 3px;
		margin-right: 3px;
	}
	.slideshow-indicator a.active {
		cursor: default;
	}
	.slideshow-indicator a:before {
		margin-left: -110px;
	}
	.slideshow-indicator a.active:before {
		margin-left: -130px;
	}

	.content-project section p{
		width: 41em;
	}
	.content-project .container.nplug-in ul li{
		width: 20%
	}
	
	.slideshow h4{
		padding-bottom: 0;
		border-bottom:none;
	}
}

.navbar.stickytop .logo h4{
	display: none;
}

@media screen and (max-width: 576px) {
	header.ncrm-main{
		overflow: hidden;
	}
	header .logomark{
		width: 80%;
    	min-width: 420px;
    	max-width: 480px;
    	margin-left: -210px;
    	margin-top: 5rem;
	}
}