@charset "utf-8";

/*s cont1*/
#fullpage #cont1 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual1.jpg) no-repeat center/cover;
}
/*e cont1*/

/*s cont2*/
#fullpage #cont2 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual16.jpg) no-repeat center/cover;
}
/*e cont2*/

/*s cont3*/
#fullpage #cont3 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual2.jpg) no-repeat center/cover;
}
/*e cont3*/

/*s cont4*/
#fullpage #cont4 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual3.jpg) no-repeat center/cover;
}
/*e cont4*/

/*s cont5*/
#fullpage #cont5 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual4.jpg) no-repeat center/cover;
}
/*e cont5*/

/*s cont6*/
#fullpage #cont6 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual19.jpg) no-repeat center/cover;
}
/*e cont6*/

/*s cont7*/
#fullpage #cont7 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual18.jpg) no-repeat center/cover;
}
/*e cont7*/

/*s cont8*/
#fullpage #cont8 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual5.jpg) no-repeat center/cover;
}
/*e cont8*/

/*s cont9*/
#fullpage #cont9 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual9.jpg) no-repeat center/cover;
}
/*e cont9*/

/*s cont10*/
#fullpage #cont10 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual20.jpg) no-repeat center/cover;
}
/*e cont10*/

/*s cont11*/
#fullpage #cont11 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual14.jpg) no-repeat center/cover;
}
/*e cont11*/

/*s cont12*/
#fullpage #cont12 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual12.jpg) no-repeat center/cover;
}
/*e cont12*/

/*s cont13*/
#fullpage #cont13 .c1_bg{
    width: 100%;
    height: 100vh;
    background: url(../img/m1/visual15.jpg) no-repeat center/cover;
}
/*e cont13*/


/*s ====PC화면1====*/

@media screen and (min-width:1024px){
    #fp-nav ul li:nth-child(1) a .privew{
        background-image: url(../img/m1/visual1.jpg);
    }
    #fp-nav ul li:nth-child(2) a .privew{
        background-image: url(../img/m1/visual16.jpg);
    }
    #fp-nav ul li:nth-child(3) a .privew{
        background-image: url(../img/m1/visual2.jpg);
    }
    #fp-nav ul li:nth-child(4) a .privew{
        background-image: url(../img/m1/visual3.jpg);
    }
    #fp-nav ul li:nth-child(5) a .privew{
        background-image: url(../img/m1/visual4.jpg);
    }
    #fp-nav ul li:nth-child(6) a .privew{
        background-image: url(../img/m1/visual19.jpg);
    }
    #fp-nav ul li:nth-child(7) a .privew{
        background-image: url(../img/m1/visual18.jpg);
    }
    #fp-nav ul li:nth-child(8) a .privew{
        background-image: url(../img/m1/visual5.jpg);
    }
    #fp-nav ul li:nth-child(9) a .privew{
        background-image: url(../img/m1/visual9.jpg);
    }
    #fp-nav ul li:nth-child(10) a .privew{
        background-image: url(../img/m1/visual20.jpg);
    }
    #fp-nav ul li:nth-child(11) a .privew{
        background-image: url(../img/m1/visual14.jpg);
    }
    #fp-nav ul li:nth-child(12) a .privew{
        background-image: url(../img/m1/visual12.jpg);
    }
    #fp-nav ul li:nth-child(13) a .privew{
        background-image: url(../img/m1/visual15.jpg);
    }
}

/*e ====PC화면1====*/

