@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");

/* header */
header {
  width: 100%;
  height: 17vw;
  position: relative;
  z-index: 999999999999;
}

.top_header {
  width: 100%;
  height: 17vw;
  position: fixed;
  background: #fff;
  display: flex;
}

.logo_img {
  position: absolute;
  width: 30%;
  left: 5%;
  top: 31%;
}

.call_img {
  position: absolute;
  width: 17%;
  display: block;
  left: 66%;
  top: 0;
}

#menu_btn {
  width: 20vw;
  height: 19vw;
  position: relative;
  top: 0;
  left: 80vw;
  cursor: pointer;
  box-sizing: border-box;
}

#menu_bar {
  clear: both;
  width: 100%;
}

nav {
  z-index: 99999999999999 !important;
}

.moNav_btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 5vw;
  z-index: 5;
  top: 6vw;
}

.moNav_btn span {
  display: block;
  width: 8vw;
  height: 0.8vw;
  border-radius: 0.5vw;
  background-color: red;
  position: absolute;
  right: 4vw;
  transition: all 0.3s ease-in-out;
}

.moNav_btn span:nth-child(1) {
  top: 0;
}

.moNav_btn span:nth-child(2) {
  top: 49%;
}

.moNav_btn span:nth-child(3) {
  top: 98%;
}

#nav {
  position: fixed;
  width: 100%;
  display: none;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  top: 17vw;
}

#nav ul.menu {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  height: 160vw;
}

#nav ul.menu li a {
  position: relative;
  float: left;
  list-style-type: none;
  font-size: 4.4vw;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  line-height: 3em;
  text-indent: 1.4em;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
}

#nav ul.menu li a:hover {
  background: #fff;
  color: #332026;
}

#nav ul.menu li .sub {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
}

#nav ul.menu li .sub a {
  position: relative;
  font-size: 3.2vw;
  float: left;
  display: block;
  width: 100%;
  z-index: 999;
  background: #eee;
  list-style-type: disc;
  color: #777;
  padding-left: 1.6vw;
}

#nav ul.menu li .sub a:hover {
  background: #332026;
  color: #fff;
}

#menu_top {
  z-index: 999999999999999 !important;
  background: #fff;
  width: 17vw;
  top: -17.3vw;
  position: absolute;
  right: 0;
  height: 17vw;
  box-sizing: border-box;
  overflow: hidden;
}

#menu_btn img {
  width: 35%;
  position: absolute;
  left: 41%;
  top: 33%;
}

#menu_top img {
  width: 30%;
  margin: 0 auto;
  position: absolute;
  top: 37%;
  left: 35%;
}

/* header end*/

.menu_none {
  display: none;
}
