.menu_name{
  display: block;
  padding: 30px 0;
  background: url(/img/background/seoul.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset #0000006e 0px 1px 20px 50px;
  background-size: cover;
  z-index: 1;
  position: relative;
}
.menu_name p{
  margin: 0;
  font-size: 30px;
  color: white;
  padding: 0 30px;
}
.con_secion{
  display: flex;
  z-index: -10;
}
#sub_menu{
  width: 200px;
  height: max-content;
  background: white;
  margin: 10px 0;
}
section{
  flex: 1;
  z-index: 0;
}
#sub_menu>p {
  padding: 10px;
  border-bottom: 1px solid;
  margin: 0;
  transition: .5s;
}
#sub_menu>p:first-child {
  border-top: 1px solid;
}
#sub_menu>p:hover {
  background: #eee;
  color: #3c7fbb;
}
.Msub_menu{
  padding: 10px 0;
  background: white !important;
  z-index: 2;
  position: relative;
}
#sub_menu_sel{
  width: calc(100% - 20px);
  padding: 10px;
  border-radius: 10px;
  margin: 0 10px;
  margin-bottom: 0;
  display: none;
  outline: none;
  position: relative;
  z-index: 2;
}
footer{
  background: #525252;
  text-align: center;
  padding: 30px;
  color: white;
}
@media screen and (max-width: 800px) {
  #sub_menu_sel{
    display: block;
  }
  #sub_menu{
    display: none;
  }
  .con_secion{
    flex-direction: column;
    padding-right : 0;
  }
  .con_secion{
    display : block !important;
    padding-right : 0;
  }
  footer{
    padding: 20px;
    font-size: 10px;
  }
  .content_sub_manu {
    flex-direction: column;
  }
  .search_box {
    width: calc(100% - 4px);
  }
  .list_cnt{
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
