@charset "utf-8";

#wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#menu > a {
  width: 13%;
  height: auto;
}
#menu img {
  width: 100%;
  height: 100%;
}
#menu .login {
  width: 18px;
  height: 21px;
  margin-top: 2px;
}
#menu .cart {
  width: 25px;
}

#menu li .menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu_trigger {
  position: relative;
  width: 23px;
  height: 13px;
  z-index: 10;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
}
.menu_trigger span:first-of-type {
  top: 0;
}
.menu_trigger span:last-of-type {
  bottom: 0;
}
.menu_trigger.active span:first-of-type {
  transform: translateY(5.5px) rotate(-45deg);
}
.menu_trigger.active span:last-of-type {
  transform: translateY(-5.5px) rotate(45deg);
}

#menu.fixed {
  background: #f6f5f1;
  position: fixed;
  border-bottom: 1px solid #999;
  flex-direction: row;
}
#menu.fixed ul {
  justify-content: space-between;
}
#menu.fixed ul li .txtch {
  color: #444;
}
#menu.fixed .menu_trigger .spanch {
  background-color: #444;
}
/* #mynav{display: none;} */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #444;
  overflow-x: hidden;
  transition: 0.5s;
}

#mynav.overlay.right {
  width: 30%;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 30px;
}
.overlay a {
  padding: 10px;
  line-height: 160%;
  font-size: 40px;
  color: #fff;
  transition: 0.3s;
  display: block;
}
.overlay:hover,
.overlay:focus {
  opacity: 0.9;
}

footer {
  width: 100%;
  height: 390px;
  background: #e9e6e0;
  position: relative;
  padding: 50px;
  font-family: "Hahmlet", serif;
  font-family: "IBM Plex Sans KR", sans-serif;
}
footer h1 {
  color: #cfc9bc;
  font-size: 50px;
  font-family: "Noto Serif KR", serif;
}
footer h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0 0 10px;
}
footer h4 span {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}
footer span {
  font-size: 13px;
  font-weight: 600;
  color: #777;
  margin: 10px 0 0 10px;
}
footer span b {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}
footer span strong {
  color: #ccc;
}
footer p {
  font-size: 11px;
  margin: 20px 0 0 10px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  #mynav.overlay.right {
    width: 35%;
  }
  #menu > a {
    width: 16%;
    height: auto;
  }
  #menu .login {
    width: 17px;
    height: 21px;
    margin-top: 2px;
  }
  #menu .cart {
    width: 24px;
  }
  .menu_trigger {
    width: 22px;
    height: 13px;
  }
  .menu_trigger.active span:first-of-type {
    transform: translateY(5.5px) rotate(-45deg);
  }
  .menu_trigger.active span:last-of-type {
    transform: translateY(-5.5px) rotate(45deg);
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  #mynav.overlay.right {
    width: 40%;
  }
  #menu .login {
    width: 16px;
    height: 19px;
    margin-top: 2px;
  }
  #menu .cart {
    width: 23px;
  }
  #menu > a {
    width: 21%;
    height: auto;
  }
  .menu_trigger {
    width: 21px;
    height: 13px;
  }
  .menu_trigger.active span:first-of-type {
    transform: translateY(5.5px) rotate(-45deg);
  }
  .menu_trigger.active span:last-of-type {
    transform: translateY(-5.5px) rotate(45deg);
  }
}

@media (min-width: 819px) and (max-width: 999px) {
  #mynav.overlay.right {
    width: 50%;
  }
  .overlay a {
    font-size: 37px;
  }
  #menu .login {
    width: 16px;
    height: 19px;
    margin-top: 2px;
  }
  #menu .cart {
    width: 22px;
  }
  #menu > a {
    width: 24%;
    height: auto;
  }
  .menu_trigger {
    width: 21px;
    height: 13px;
  }
  .menu_trigger.active span:first-of-type {
    transform: translateY(5.5px) rotate(-45deg);
  }
  .menu_trigger.active span:last-of-type {
    transform: translateY(-5.5px) rotate(45deg);
  }
  footer {
    padding: 50px 25px;
  }
}

@media (min-width: 690px) and (max-width: 820px) {
  #menu .login {
    width: 15px;
    height: 18px;
    margin-top: 2px;
  }
  #menu .cart {
    width: 21px;
    margin-top: 2px;
  }
  .menu_trigger {
    width: 20px;
    height: 12px;
  }
  .menu_trigger.active span:first-of-type {
    transform: translateY(5px) rotate(-45deg);
  }
  .menu_trigger.active span:last-of-type {
    transform: translateY(-5px) rotate(45deg);
  }
  #menu > a {
    width: 28%;
    height: auto;
  }
  #mynav.overlay.right {
    width: 100%;
  }
  .overlay:hover,
  .overlay:focus {
    opacity: 1;
  }
  .overlay a {
    font-size: 35px;
  }

  footer {
    width: 100%;
    height: 390px;
    background: #e9e6e0;
    position: relative;
    padding: 50px 25px;
    font-family: "Hahmlet", serif;
    font-family: "IBM Plex Sans KR", sans-serif;
  }
  footer h1 {
    color: #cfc9bc;
    font-size: 40px;
    font-family: "Noto Serif KR", serif;
  }
  footer h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0 10px;
  }
  footer h4 span {
    font-size: 14px;
    font-weight: 700;
    color: #111;
  }
  footer span {
    font-size: 12px;
    font-weight: 600;
    color: #777;
    margin: 10px 0 0 10px;
  }
  footer span b {
    font-size: 14px;
    font-weight: 700;
    color: #111;
  }
  footer span strong {
    color: #ccc;
  }
  footer p {
    font-size: 10px;
    margin: 20px 0 0 10px;
  }
}

@media (max-width: 689px) {
  #mynav.overlay.right {
    width: 100%;
  }
  .overlay:hover,
  .overlay:focus {
    opacity: 1;
  }
  .overlay a {
    font-size: 30px;
  }
  #menu .login {
    width: 14px;
    height: 17px;
    margin-top: 2px;
  }
  #menu .cart {
    width: 20px;
  }
  #menu > a {
    width: 35%;
  }
  .menu_trigger {
    width: 19px;
    height: 12px;
  }
  .menu_trigger.active span:first-of-type {
    transform: translateY(5px) rotate(-45deg);
  }
  .menu_trigger.active span:last-of-type {
    transform: translateY(-5px) rotate(45deg);
  }

  footer {
    width: 100%;
    height: auto;
    background: #e9e6e0;
    position: relative;
    padding: 25px;
    font-family: "Hahmlet", serif;
    font-family: "IBM Plex Sans KR", sans-serif;
  }
  footer h1 {
    color: #cfc9bc;
    font-size: 30px;
    font-family: "Noto Serif KR", serif;
  }
  footer h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0 0 10px;
  }
  footer h4 span {
    font-size: 12px;
    font-weight: 700;
    color: #111;
  }
  footer span {
    font-size: 10px;
    font-weight: 600;
    color: #777;
    margin: 10px 0 0 10px;
  }
  footer span b {
    font-size: 12px;
    font-weight: 700;
    color: #111;
  }
  footer span strong {
    color: #ccc;
  }
  footer p {
    font-size: 10px;
    margin: 20px 0 0 10px;
  }
}
