
.header-top.topHeader {
	background: rgba(255, 255, 255, 0);
	border-bottom: none;
}

.firstView {
	width: 100vw;
	height: 100vh;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
 background: #e8eae9;
	background: linear-gradient(40deg, #e8eae9 , #ded5ce);
}

.firstView .leftMain {
	width: 50%;
	background: url(/library/iot/lib/cmn_img/top/top-mv.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}

.firstView .rightContents {
	width: 50%;
	background: #fff;
	height: 100%;
}

.leftMain small.pcCopy {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: 500;
	letter-spacing: 0;
	}

small.spCopy {
	display: none;
}

.leftTxArea {
	position: absolute;
	top: 25%;
	left: 3%;
	z-index: 1;
}

.leftTxArea p,
.leftTxArea h1 {
	letter-spacing: 0;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	}

.leftTxArea p {
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 0.4em;
}

.leftTxArea h1 {
	font-size: 7.2rem;
	line-height: 1;
	margin-bottom: 0.15em;
	padding: 0;
	}

.leftTxArea h2 {
	font-size: 2.1rem;
	letter-spacing: -0.05em;
}

.rightContents {
	position: relative;
	z-index: 1;
}

.rightContents ul {
	width: 90%;
	margin: 0 5%;
	height: 100%;
}

.rightContents ul li {
	border-bottom: #ddd solid 1px;
		-js-display: flex;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: 33.3%;
}

.rightContents ul li:last-child {
    border-bottom: none;
}

.rightContents ul li .thumImg {
    width: 36%;
}

.rightContents ul li .thumImg img {
 width: 100%;
}

.rightContents ul li a:hover {
text-decoration: none;
}


.rightContents ul li .introArea {
    width: 60%;
    margin-left: 4%;
}


/*
.rightContents ul li:nth-child(2) a {
    color: #00cfbe;
}

.rightContents ul li:nth-child(3) a {
    color: #00ca9d;
}
*/



.rightContents ul li .introArea a {
    color: #111111;
    transition: 0.3s ease;
    display: inline-block;
 position: relative;
}


/* effect-shine */
.rightContents ul li .introArea a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #333333 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}


@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}



.rightContents ul li .introArea p {
    font-size: 1.6rem;
    font-weight: 500;
}








.rightContents ul li .introArea p.tlSmallCha {
    letter-spacing: 0;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

.rightContents ul li .introArea h2 {
    letter-spacing: 0;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 3.0rem;
    margin: 0.16em 0 ;
}

.rightContents ul li .introArea h3 {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1em;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
}





/* Text Animation*/
.textReveal span {
  position: relative;
}



.textReveal span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: right;
  transform: scale(1, 1);
}
.textReveal span:after {
  content: "\a";
  white-space: pre;
}
.textReveal span:nth-of-type(1):before {
  animation: reveal-text 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.0s forwards;
}
.textReveal span:nth-of-type(2):before {
  animation: reveal-text 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s forwards;
}
.textReveal span:nth-of-type(3):before {
  animation: reveal-text 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s forwards;
}
.textReveal span:nth-of-type(4):before {
  animation: reveal-text 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 1.6s forwards;
}
.textReveal span:nth-of-type(5):before {
  animation: reveal-text 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.10s forwards;
}

@keyframes reveal-text {
  100% {
    transform: scale(0, 1);
  }
}




@media screen and (max-width: 1024px) {  

	.firstView .leftMain {
	background-size: cover;
		background-position: 25% 70%;
}
	
	.leftTxArea h1 {
	font-size: 6rem;
	}
	
	
	
	
	
}


@media screen and (max-width: 800px) {  
	
	
.firstView .leftMain {
	width: 100%;
	height: 56%;
}

.firstView .rightContents {
	width: 92%;
	margin: 0 4%;
	height: 44%;
	position: absolute;
	top: 50%;
	left: 0;
}
	
	
	
.leftTxArea {
	top: 21%;
}
	
	.leftMain small.pcCopy {
		display: none;
	}
	
small.spCopy {
line-height: 2.8;
	display: block;
}
	
	.leftTxArea p {

	font-size: 1.2rem;

}

.leftTxArea h1 {
	font-size: 3.6rem;

	}

.leftTxArea h2 {
	font-size: 1.6rem;
	line-height: 1.2;
}
	
.rightContents ul li .thumImg {
	width: 30%;
}


.rightContents ul li .introArea {
	width: 66%;

	}
	
	
	
	
	
.rightContents ul li .introArea p {
	font-size: 1.2rem;
}

.rightContents ul li .introArea p.tlSmallCha {
display: inline-block;
font-size: 1.0rem;
	margin-right: 1em;
}

.rightContents ul li .introArea h2 {
	display: inline-block;
	font-size: 1.8rem;
}

.rightContents ul li .introArea h3 {
margin-bottom: 0.5em;
font-size: 1.3rem;

}
	
	
	
	
	
	
	
}





































