@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #000000;
}
#main_header {
  width: 960px;
  margin: 0 auto;
  height: 131px;

}
#main_header > #logo  {
  width: 352px;
  margin: 0 auto;
  margin-top: 30px;
}
ul, li {
  list-style: none;
}
#main_gnb {
  display: inline-block;
}
#main_gnb > ul > li {
  float: left;
  margin: 0 auto;
  position: relative;
  padding: 20px 50px;
  padding-bottom: 10px;
}
#main_gnb ul {float:left;}
/*소개 서브메뉴*/
#intro {
  width: 190px;
  text-align: center;
  left:20px;
  top:62px;
  position: absolute;
  z-index: 35;
}
#intro li {
  float: left;
  padding-right:  50px;
}
#over1 img{
  display: none;
  position: absolute;
  top: 43px;
  left:75px;
}
/*예약 서브메뉴*/
#reseve {
  width: 345px;
  text-align: center;
  left:-30px;
  top:62px;
  position: absolute;
  z-index: 35;
}
#reseve li {
  float: left;
  padding-right: 50px;
}
#over2 img{
  display: none;
  position: absolute;
  top: 43px;
  left:75px;
}

/*초기 접속시 서브메뉴 안보임*/
#intro, #reseve {
  display: none;
}

#sub_line {
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  z-index: 30;
}
/*배경 이미지*/
.back_img {
  width: 960px;
  margin: 0 auto;
}
.back_img > img {
  padding-left: 400px;
}
/*푸터*/
footer {
  width: 100%;
  margin: 0 auto;
  height: 50px;
  background-color: #333333;
}
#main_footer {
  width: 960px;
  margin: 0 auto;
}

#footer_text {
  height: 49px;
}
#footer_text > #copyright {
  padding-top: 13px;
  float: left;
}
#footer_text > #phone {
  padding-top: 16px;
  float: right;
  color: #A8A8A8;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 1024px) {
  #sub_gnb {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #main_gnb {
    display: none;
  }
  #sub_gnb > img {
    position: absolute;
    display: block;
    top:0px;
    left:0px;
    width: 170px;
    height: 170px;
    z-index: 1;
  }
  #sub_gnb2 > img {
    position: absolute;
    display: none;
    top:0px;
    left:0px;
    width: 170px;
    height: 170px;
  }

  #sub_gnb ul {
    /*opacity: 0;*/
    left: 0px;
    top: 0px;
    position: fixed;
    display: inline-block;
    z-index: 0;
    width: 50%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #333333;
  }
  .bg1 {
    background-color: #2c2c2c;
  }
  .bg2 {
    background-color: #333333;
  }
  .sub_menu1 img, .sub_menu2 img{
    padding-left: 25px;
  }
  #sub_gnb  ul  li  {
    position: relative;
    border-bottom: 2px solid #2c2c2c;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-y: scroll;
    top:30px;
  }
}
