@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:427px;
	margin-bottom:10px;
}

.logo-styleup{
	max-width:204px;
	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;
}

.main-service-icon{
    width: 100%;
    max-width: 80px;
    margin-bottom: 1rem;
}

.main-footer-bg-image{
  overflow: hidden;
  position: relative;
  margin: 0;
  height: 40vh;
  justify-content: center;
  align-items: center;
  background-image: url('/assets/new_2024/img/photos/house1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/**************************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;
	}
	
	.main-service-icon{
	    width: 100%;
	    max-width: 60px;
	    margin-bottom: 0.5rem;
	}
}