@charset "UTF-8";
/*
============================================================

E-INET | (주)이아이넷

본 컨텐츠의 저작권은 E-INET에 있으며, 저작권법에 의해 보호받고 있습니다.
본 컨텐츠에 사용된 모든 문구와 촬영 이미지, 동영상 등은 무단 복제, 편집 등
영리 목적의 배포와 사용을 금지합니다.

홈페이지 제작 : http://www.einet.co.kr/

============================================================

1. 작 업 일 : 2000.00.00
2. 작 성 자 : -
3. 마지막 수정일 : 2000.00.00
4. 마지막 작업자 : -

/* =============================================================== */
/* Index */
.home .ei-main-ttl h2 {transition:transform 1s .3s, opacity 1s .3s;}
.home .ei-main-ttl h2 {transform:translateY(50%);opacity:0;}
.home .ei-main-ttl.on h2 {transform:translateY(0);opacity:1;}

.home .ei-main-contents .conts > div {transition:transform 1.3s, opacity 1.3s;opacity:0;}
.home .ei-main-contents .conts:nth-of-type(1) > div:nth-of-type(1) {transform:translateX(-10%);}
.home .ei-main-contents .conts:nth-of-type(1) > div:nth-of-type(2) {transform:translateX(10%);}

.home .ei-main-contents .conts:nth-of-type(2) > div:nth-of-type(1) {transform:translateX(10%);}
.home .ei-main-contents .conts:nth-of-type(2) > div:nth-of-type(2) {transform:translateX(-10%);}

.home .ei-main-contents .conts:nth-of-type(3) {transition:transform 1s, opacity 1s;opacity:0;}
.home .ei-main-contents .conts:nth-of-type(3) {transform:translateY(10%);}

.home .ei-main-contents .conts:nth-of-type(4) > div:nth-of-type(1) {transform:translateX(-10%);}
.home .ei-main-contents .conts:nth-of-type(4) > div:nth-of-type(2) {transform:translateX(10%);}

.home .ei-main-contents .conts:nth-of-type(5) > div:nth-of-type(1) {transform:translateX(-10%);}
.home .ei-main-contents .conts:nth-of-type(5) > div:nth-of-type(2) {transform:translateX(10%);}

.home .ei-main-contents .conts:nth-of-type(3).on  {transform:translateY(0)!important;opacity:1;}
.home .ei-main-contents .conts.on > div {transform:translateX(0)!important;opacity:1;}


/* About */
.about .ei-main-ttl h1 {transition:transform 1s .3s, opacity 1s .3s;}
.about .ei-main-ttl h1 {transform:translateY(50%);opacity:0;}
.about .ei-main-ttl.on h1 {transform:translateY(0);opacity:1;}