
@media screen and (max-width: 768px) {
  
	#header_wrap h1{
		font-size: 20px !important;
	}

	.title2{
		display:none;
	}

	.top_tel{
		position:absolute;
		top:25px;
		right:453px;
		height:50px;
	}

	.top_tel_2{
		font-size: 23px;
	}
	


	
}

@media screen and (max-width: 1180px) {
	#header_wrap h1{
		font-size: 23px
	}
	
	.title2{
		display:none;
	}

	.logo_area{
		width: 310px;
	     display: flex;
		 align-items: center;
	}
	.hambuger_height{
		height: 12px;
	}


}

/* ¹ÝÀÀÇü */
@media (max-width: 1000px) {
  #header_wrap {
    flex-wrap: nowrap;
  }

    .nav-container {
        flex-direction: column !important;
        align-items: flex-end  !important;
        width: 100%;
    }
  .menu-icon {
    display: flex !important;
    margin-left: auto;
    margin-top: 10px;
  }

    .nav-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  flex-direction: column;
  align-items: end;
  width: 100%;
  background: #fff;
  margin-top: 10px;
  padding-top: 0;
}

   .menu-toggle:checked + .menu-icon + .nav-menu {
  max-height: 300px; /* ÃæºÐÈ÷ Å« °ª */
  padding-top: 10px;
}

  #footer_cont{
	display:none;
  }

  
}