@charset "utf-8";

/*s ====기본화면 모바일 기준====*/

/* R-nav */
#fp-nav{
	display: block;
}

/* COMMON */
.c1_bg{
    position: relative;
}
.c1_bg .move{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    transform: translateY(-50%);
}
.c1_bg .move p{
    text-align: center;
    overflow: hidden;
}
.c1_bg .move .m1{
    width: 28%;
    margin: 0 auto;
}
.c1_bg .move .m2{
    width: 50%;
    margin: 4% auto 0 auto;
}
.c1_bg .move .txt{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    line-height: 1.6em;
}

/*s cont1*/
#fullpage #cont1 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/bg1.jpg) no-repeat center/cover;
}
/*e cont1*/


/*s cont2*/
#fullpage #cont2 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(http://gonylab3.speedgabia.com/vigo/img/main/6.jpg) no-repeat center/cover;
}
#fullpage #cont2 .c1_bg .move .m2{
    width: 80%;
}
/*e cont2*/



/*s cont3*/
#fullpage #cont3 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(http://gonylab3.speedgabia.com/vigo/img/about/ex/6.jpg) no-repeat center/cover;
}
#fullpage #cont3 .c1_bg .move{
    transform: translateY(-80%);
}
#fullpage #cont3 .c1_bg .move .m1{
    width: 17%;
}
#fullpage #cont3 .c1_bg .move .m2{
    width:80%;
    margin: 6% auto 0 auto;
}
#fullpage #cont3 .c1_bg .move .txt{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
/*e cont3*/



/*e ====기본화면 모바일 기준====*/



/*s ====태블릿화면====*/

@media screen and (min-width:768px){

    /* COMMON */
    .c1_bg .move .m1{
        width: 13%;
    }
    .c1_bg .move .m2{
        width:35%;
        margin: 3% auto 0 auto;
    }
    .c1_bg .move .txt{
        font-size: 16px;
    }
    .move .line{
        display: block;
        width: 28%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 75%;
    }
    .l1{
        left: 0;
    }
    .l2{
        right: 0;
    }

    /*s cont2*/
    #fullpage #cont2 .c1_bg .move .m2{
        width: 65%;
    }
    #fullpage #cont2 .line{
        width: 15%;
        top: 77%;
    }
    /*e cont2*/



    /*s cont3*/
    #fullpage #cont3 .c1_bg .move{
        transform: translateY(-72%);
    }
    #fullpage #cont3 .c1_bg .move .m1{
        width: 8%;
    }
    #fullpage #cont3 .c1_bg .move .m2{
        width:74%;
        margin: 4% auto 1% auto;
    }
    #fullpage #cont3 .c1_bg .move .txt{
        text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }
    #fullpage #cont3 .line{
        display: none;
    }
    /*e cont3*/

    
    } /*768px끝*/

/*e ====태블릿화면====*/



/*s ====PC화면1====*/

@media screen and (min-width:1024px){

    /* COMMON */
    .c1_bg .move .m1{
        width: 136px;
    }
    .c1_bg .move .m2{
        width:211px;
        margin: 25px auto 0 auto;
    }
    .c1_bg .move .txt{
        margin-top: 3px;
        font-size: 18px;
    }
    .move .line{
        width: 38%;
        top: 79%;
        opacity: 0.4;
    }

    /*s cont2*/
    #fullpage #cont2 .c1_bg .move .m1{
        width: 111px;
    }
    #fullpage #cont2 .line{
        width: 35%;
        top: 80%;
        opacity: 1;
    }
    #fullpage #cont2 .c1_bg .move .m2{
        width: 420px;
    }
    /*e cont2*/



    /*s cont3*/
    #fullpage #cont3 .c1_bg .move{
        transform: translateY(-72%);
    }
    #fullpage #cont3 .c1_bg .move .m1{
        width: 68px;
    }
    #fullpage #cont3 .c1_bg .move .m2{
        width:828px;
        margin: 30px auto 0 auto;
    }
    #fullpage #cont3 .c1_bg .move .txt{
        text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
        line-height: 1.4em;
        margin-top: 5px;
    }
    #fullpage #cont3 .line{
        display: block;
        width: 25%;
        top: 60%;
        opacity: 1;
    }
    /*e cont3*/
    #fp-nav ul li:nth-child(1) a .privew{
        background-image: url(../img/m1/bg1.jpg);
    }
    
} /*1024px끝*/

/*e ====PC화면1====*/




/*s ====PC화면2====*/

@media screen and (min-width:1200px){

    
}

/*e ====PC화면2====*/