.ac-menu {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0.1vw 0.1vw 1.1vw #00000038;
}

.ac-menu .ac-container-flued {
  display: flex;
  height: 4vw;
}

.ac-menu .ac-col-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30vw;
}
.ac-menu ul li button{
  color: #000;
    text-decoration: none;
    font-size: 1.4vw;
    font-family: AlmoniDLAAA;
    background-color: transparent;
    border: 0;
}
.ac-menu ul li:hover button {
  color: #0aa4c8;
}
.ac-menu .ac-col-2 {
  display: flex;
  justify-content: flex-start;
  padding-right: 7vw;
  align-items: center;
}

.ac-menu ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  list-style-type: none;
  display: flex;
}

.ac-menu ul li {
  margin-left: 3.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.ac-menu ul li:hover a {
  color: #0aa4c8;
}

.ac-menu ul a {
  color: #000;
  text-decoration: none;
  font-size: 1.4vw;
  font-family: AlmoniDLAAA;
}

.ac-menu ul a.en-font {
  font-family: "HyundaiSansTextKRMedium";
}

.ac-menu ul .ac-saperator {
  font-size: 2vw;
  color: #f0f0f0;
}

.ac-menu .ac-open-mob-menu {
  display: none;
}

.ac-menu .ac-col-3 {
  display: none;
}
.ac-submenu,
.ac-arrow{
  display:none
}

@media (max-width: 1000px) {
  .ac-menu .ac-container-flued {
    display: flex;
    height: 15vw;
    justify-content: space-around;
  }
  .ac-menu .ac-col-1 {
    width: 10%;
    margin-left: 5%;
  }
  .ac-menu .ac-open-mob-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    right: -4vw;
    height: auto;
    background: transparent;
    border: 0;
    flex-direction: column;
    z-index: 9;
  }
  .ac-menu .ac-open-mob-menu div {
    width: 45px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
  }
  .ac-menu ul {
    flex-direction: column;
    width: 100%;
  }
  .ac-menu ul a {
    font-size: 30px;
    /* border-bottom: 1px solid grey; */
    width: 100%;
    text-align: right;
    padding: 20px;
  }
  .ac-menu nav {
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 100vw;
    top: 0;
    transition: left 1s;
  }
  .ac-menu nav.ac-open {
    left: 0vw;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ac-menu {
    position: relative;
    z-index: 9999;
  }
  .ac-menu .ac-hlogo-mob {
    width: 14vw;
    max-width: 64px;
  }
  .ac-menu .ac-col-2 {
    width: auto;
    padding-right: 5vw;
  }
  .ac-menu .ac-col-3 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
  }
  .ac-menu .ac-col-3 a {
    text-decoration: none;
    font-family: "HyundaiSansTextKRMedium";
    color: #000;
    font-size: 35px;
  }
  .ac-menu ul li button {
    font-size: 30px;
    width: 100%;
    text-align: right;
    padding: 20px;
 }
  .ac-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
  }
  .ac-submenu, .ac-arrow {
    display: block;
}
  .ac-menu-header .ac-arrow {
    transition: transform 0.3s ease;
  }

  .ac-menu-header.ac-open .ac-arrow {
    transform: rotate(180deg);
  }

  .ac-submenu {
    display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
            width: 100%;
            overflow-y: auto;
            height: 100%;
            padding-bottom: 0rem;
    overflow-y: auto;
    max-height: 0;
    transition: max-height 0.5s ease;
    height: 75vh;
    overflow-x: hidden;
  }

  /* .ac-submenu .ac-car {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  } */

  /* .ac-submenu .ac-car img {
    width: 50px;
    height: auto;
    margin-left: 10px;
  } */

  .ac-submenu .ac-car p {
    margin: 0;
  }
  .ac-menu-li{
    border-bottom:1px solid grey
  }
  .ac-submenu-wrapper a{
    font-family: "HyundaiSansHead-Regular";
    color: #000;
    text-decoration: none;
}

.ac-submenu div.ac-car{
    width: 50%;
    border-bottom: 0.1rem solid #e4dbd2;
    padding: 3%;
    height: 43vw;
}
.ac-submenu div.ac-car:nth-of-type(odd) {
    border-left: 0.1rem solid #e4dbd2;
}
/* .ac-submenu div.ac-car:nth-last-of-type(2), */
.ac-submenu div.ac-car:last-of-type{
    border-bottom: 0;
    border-left: 0;
}
.ac-submenu div.ac-car img{
    width: 97%;
    transition: width 0.5s
}
/* .ac-submenu h3{
    font-weight: 100;
    margin-top: -0.8vw;
    font-size: 1vw;
    height: 1.5vw;
    transition: font-size 0.5s, margin-top 0.5s;
} */

.ac-submenu div:hover img{
    width: 90%;
}
 .ac-submenu div:hover p {
    font-size: 1..2vw;
    margin-top: -0.7vw;
    text-align: center;
}
.ac-submenu div.ac-car a {
  text-align: center;
  padding: 0;
  font-size:unset
}
}

@media (max-width: 650px) {
  .ac-menu .ac-col-3 a {
    font-size: 20px;
  }
  .ac-menu ul li button {
    font-size: 30px;
    width: 100%;
    text-align: right;
    padding: 20px;
}
}
