/* mobileL */
@media (max-width: 767px) {
  body { font-size: 15px; }

  header { height: 110px; position: relative; border-bottom: none; }
  header .logo { left: 10%;  }
  header .gnb { top: 65px; width: 100%; border-top: 1px solid rgba(128, 128, 128, 0.281); }
  header .gnb > li > a {padding:15px 0; }

  footer .in .made { float: none; padding: 0; text-align: center; }
  footer .in .address { float: none; padding: 0; text-align: center; }

  .ttl { padding-top: 50px; font-size: 25px;  }

  #index .visual {  margin-top: 0; height: 400px ;  }
  #index .visual #mov { height: 400px; min-height: auto; }

  #index .preview,
  #index .room,
  #index .location,
  #index .reserve { margin-top: 60px; }

  /* 객실이 하나일 경우 */
  /* #index .room .items .item { width: 90%; } */

  #index .root_daum_roughmap .wrap_map { height: 300px !important; }

  #room .photo { margin-top: 0; }
  #room .info { width: 90vw; margin-top: 50px; }
  #room .info ul li .info-section { width: 20%; }
  #room .info ul li .info-content { width: 80%; }
}

/* mobileS */
@media (max-width: 450px) {

}