/* CSS Document 
Theme Name: Fullpage Card Animation
Description: 
*/

/*--------------------------------------------------------------------------------*/
/*--------------------------------- FONT STYLES ----------------------------------*/
/*--------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------*/
/*------------------------------------ Basic -------------------------------------*/
/*--------------------------------------------------------------------------------*/

html { -webkit-font-smoothing: antialiased; font-size: 16px; }
body { background-color: #ffffff; letter-spacing: -0.5px; }

body, td, form, input, select, textarea { font-size: 16px; font-family: "NanumSquare", "돋움", "Open Sans", sans-serif; }

a:link   	{ color: #333; text-decoration: none; }
a:visited	{ color: #333; text-decoration: none; }
a:hover   	{ color: #333; text-decoration: none; }
a:active 	{ color: #333; text-decoration: none; }
ul, li { list-style: none; margin: 0; padding: 0; }
img { max-width:100%; }

body {
	font-family: "NanumSquare", "돋움", Dotum, "돋움체";
	margin:0;
	padding:0;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------*/
/*------------------------------------ LOADING -----------------------------------*/
/*--------------------------------------------------------------------------------*/

.not-vert {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0;
	background-color: #ffffff; 
	z-index: 999; 
	display: none;
}
.not-vert .not-vert-wrap {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%; 
	transform:translateY(-50%);
    font-family: "Hana";
    line-height: 1.5; 
	font-size: 3.5vw; 
	font-weight: 300;
}
.not-vert .not-vert-wrap p {
	margin-bottom: 20px;
}
.not-vert .not-vert-wrap img {
	width: 20vw;
}

/*--------------------------------------------------------------------------------*/
/*----------------------------------- CONTENTS -----------------------------------*/
/*--------------------------------------------------------------------------------*/

#fullpage {
	position:relative;
	overflow:hidden;
	width:100vw;
	height:100vh;
	visibility:visible;
}
#page_base {
	width:100vw;
	height:100vh;
}
#page_inner_base {
	width:100vw;
	height:100vh;
	text-align:center;
	background-color: #FFFFFF;
}
.page_main {
	width:100%;
	height:100vh;
	/* background-color:#FBD46D; */
}
.page_background {
	width:60%;
	position:relative;
	top:10%;
}
.page_inner_size {
	width:100%;
	height:100%;
	position:relative;
	margin:auto;
}
