/* BASIC css start */
.vippage1 {
width:1200px; height:700px; margin:0 auto; 
}

.vipback {
width:1200px; height:170px; background-color:#0e4062; border-radius: 0 0 10px 10px ;
}

.viptitle {
display: flex; align-items: center; justify-content: center; vertical-align: middle; 
}

.viptitle img {
 width:90px; padding-top:55px;
}


.vipbox {
width:1200px; height:230px; margin-top:50px; position:relative;
}


.vipline1 {
width:1100px; border-top:1px solid #bfbfbf; left:50%; margin-left:-550px; top:50%; position:absolute; 
}

.vipline2 {
left:50%
}
.vipline3 {
left:25%
}
.vipline4 {
left:75%
}


.vipline {
border-right:1px solid #bfbfbf; width:1px; height:230px; position:absolute; 

}

.vipstar {
position:absolute; top:50%; margin-left:-9px; margin-top:-10px; 
}
.vipstar1 {left:75%;
}
.vipstar2 {left:50%;
}
.vipstar3 {left:25%;
}




.vipul {
width:1200px; height:230px; 
}


.VIPLI {  
font-family: NanumSquare;
width:300px; height:115px; float:left;
background-color:#ffffff; text-align:center; line-height : 115px; font-size:20px;
}


.VIPLI:hover {

background-color:#eeeeee; 

}


.vipbottom {

width:1200px; height:170px; background-color:#f6f6f6; text-align:center; 
font-family:NanumSquare; font-weight: 400; font-size: 18pt; line-height:1.4; 
margin-top:50px; border-radius: 10px 10px 0 0;

}

.vipbottom p {text-align:center;
}














/* BASIC css end */

