.language_Button{
	background-color: #F5F5F5;
    border-radius: 25px;
}

.home_nav{
    height: 80px;
}

.top_mathvil_logo{
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  width: 160px;
  height: 48px;
  object-fit: contain;
}

/* 모바일 오른쪽 메뉴  */

.side-menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 2rem 1rem;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}

.side-menu.show {
  right: 0;
}


.show {
    opacity: 1;
    transform: translateY(0);
}


.home_top_menu{
    color: #000000 !important;
    font-size: 18px !important;
}


.footer {
  background-color: #2d2d2d;
  color: #ccc;
  font-family: Pretendard, sans-serif;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-weight: 500;
}

.footer-detail p {
  margin: 5px 0;
  line-height: 1.6;
  color: #bbb;
}

.footer-detail strong {
  color: #fff;
}

.footer-contact {
  border-left: 1px solid #555;
  padding-left: 20px;
  min-width: 250px;
  margin-top: 10px;
  color: #fff;
}

.footer-contact h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-contact .phone {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}

.footer-contact a {
  color: #ccc;
  text-decoration: underline;
}

.footer-contact .time {
  margin-top: 10px;
  font-size: 13px;
  color: #aaa;
}
