@charset "EUC-KR";



/****************************
index page
*****************************/
.main-top-static{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.logo-light-big{
	width:80%;
	max-width:500px;
	margin-bottom:10px;
}

.logo-styleup{
	width:100%;
	max-width:300px;
	margin-bottom:10px;
	margin-left:10px;
}

.index-circle{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    text-align:center;
}

.offcanvas-body a.nav-link{
	color:white !important;
}

/**************************88
¹ÝÀÀÇü
*************************8*/
@media screen and (min-width: 1800px) {
	.mt-xxxl-25{margin-top:20.5rem !important;}
	
	
}

/*¸ð¹ÙÀÏ*/
@media screen and (max-width: 768px) {
	.index-circle{
	    border-radius: 50%;
	    width: 155px;
	    height: 155px;
	    text-align:center;
	}
	
	.index-circle h4{
		font-size:0.8rem;
	}
	
	.index-circle h5{
		font-size:0.6rem;
	}
	
	.main-head-text{
		font-size:1.2rem;
	}
	
	.main-sub-text{
		font-size:0.8rem;
	}
}