@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: 19vw;
  position: relative;
  z-index: 500;
}

.top_header {
  width: 100%;
  position: fixed;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(223, 223, 223);
}

#logo_con {
  width: 77%;
  height: 19vw;
  position: relative;
  background: #ffffff;
  margin: 0 auto;
  z-index: 9999999999;
}

#logo_con img {
  margin: 0 auto;
  width: 70%;
  display: block;
  margin-top: 5.5vw;
}

#phone {
  width: 14vw;
  height: 19vw;
  position: relative;
  background: #fff;
  right: 1%;
  cursor: pointer;
}

#phone a {
  display: block;
  height: 100%;
}

#phone img {
  width: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 38%;
  right: 5%;
}

#menu_btn {
  width: 15vw;
  height: 20vw;
  position: relative;
  background: #ffffff;
  /*border-right: 1px solid #d7d7d7;*/
  top: 0;
  left: 0vw;
  cursor: pointer;
  box-sizing: border-box;
}

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

nav {
  z-index: 99999999999999 !important;
}

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

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

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

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

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

#nav ul.menu li .sub a {
  position: relative;
  font-size: 3.9vw;
  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 {
  color: #272d3b;
  /* color: #fff;  */
}

#menu_top {
  z-index: 999999999999999 !important;
  background: #fff;
  width: 14.5vw;
  height: 15.25vw;
  top: -16.25vw;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  /* border-left: 1px solid #ddd; */
}
#menu_btn img {
  width: 34%;
  position: absolute;
  left: 46%;
  top: 42%;
}

#menu_top img {
  width: 27%;
  margin: 0 auto;
  position: absolute;
  top: 29%;
  left: 38%;
}

/* 닫기버튼 */

#close_btn img {
  margin-top: 0.2vw;
  margin-right: 1.5vw;
}

/* header end*/
