@charset "utf-8";

html, body{
    height: 100%;
}

#wrap{
    width:100%;
    margin: 0 auto;
}

/* 우측 네비게이션 */
#fp-nav{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 300;
}

/* R-nav */
#fp-nav ul li:nth-child(1) a .privew{
    background-image: url(../images/cont1_bg.jpg);
}
#fp-nav ul li:nth-child(2) a .privew{
    background-image: url(../images/cont2_bg.jpg);
}
#fp-nav ul li:nth-child(3) a .privew{
    background-image: url(../images/cont3_bg.jpg);
}
#fp-nav ul li:nth-child(4) a .privew{
    background-image: url(../images/cont4_bg.jpg);
}
#fp-nav ul li:nth-child(5) a .privew{
    background-image: url(../images/cont5_bg.jpg);
}
#fp-nav ul li:last-child a .privew{
    display: none;
}

/*공통영역*/
#fullpage{
    height: 100%;
}
#fullpage section{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0 auto;
}

/*cont1 s*/
#fullpage #cont1{
    position:relative;
	width: 100%;
	height: 100vh;
    background:url(../images/cont1_bg.jpg) no-repeat center center/cover;
}

/*s 스크롤*/
#cont1 .scroll{
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 165px;
	height: 110px;
	overflow: hidden;
	z-index: 80;
	text-align: center;
	color: #fff;
	margin-left: -100px;
    font-size:13px;
}

#cont1 .scroll img{
	width: 60%;
	height: auto;
    margin:0 0 -10px 35px;
    display:block;
}
/*e 스크롤*/


/*cont2 s*/
#fullpage #cont2{
	width: 100%;
	height: 100vh;
    background:url(../images/cont2_bg.jpg) no-repeat center center/cover;
}


/*cont3 s*/
#fullpage #cont3{
    position:relative;
	width: 100%;
	height: 100vh;
    background:url(../images/cont3_bg.jpg) no-repeat center center/cover;
}


/*cont4 s*/
#fullpage #cont4{
	width: 100%;
	height: 100vh;
    background:url(../images/cont4_bg.jpg) no-repeat center center/cover;
}


/*cont5 s*/
#fullpage #cont5{
    position:relative;
	width: 100%;
	height: 100vh;
	background:url(../images/cont5_bg.jpg) no-repeat center center/cover;
}
#fullpage #cont5 .line{
    width:100%;
    height:16px;
    position:absolute;
    bottom:0;
    left:0;
}
.papup { position: absolute; z-index:10000000000000000;}
.papup .popup_button { position: absolute;  right: 0; width: 87px; }
.papup .popup_button img { width: 100%; }

.papup1 { position: absolute; top: 100px;  left: 25%; transform: translateX(-50%);  width:500px;  z-index:9999999999;}


.popup01 { z-index: 999;}

.popup_btn02 {
	position: absolute;
	bottom: 0;
	right: 0;
  padding: 5px 10px; background: #393939; color: #fff!important;text-align: center;
}
.popup_btn02 a{color: #fff!important;}
@media screen and (max-width: 910px) {
  .papup1 {
      left: 50%;
  	}
}
@media screen and (max-width: 570px) {
.papup1 {
		width:350px;
	}
  .papup1 img {
  		width:100%;
  	}
}
@media screen and (max-width: 375px) {
	.popup_btn02 {
		width: 70px;
	}
}
