@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html{
	height: 90%;
	min-height: 700px;
}
body {
    background-color: #FFF;
    margin: 0px;
    height:100%;
    font-family: "roboto", "Helvetica Neue", Helvetica, Arial, "맑은 고딕", malgun gothic, "돋움", Dotum, sans-serif;
}

h1 {
	font-size: 1.8rem;
    color: #111111;
    text-align: center;
}

p {
    font-family: verdana;
    font-size: 20px;
}
header{
	margin: 30px;
}
#container{
	height: 100%;
}
section{
	height: 80%;
	text-align: center;
}
#logo_section{
	//background-image: url("../asset/image.png");
	//background-repeat: no-repeat;
	//background-position: center;
	//background-size: 30%;
	display: initial;
    margin-left: auto;
    margin-right: auto;
    height: 15%;
}
#text_section{
 margin : 50px;
}

#loading_image{
	background-image: url("../asset/yx-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	//background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 100%;
}
footer{
	margin-top: 80px;
	text-align: center;
}