@media (max-width: 1350px) {
  .global-container {
    max-width: 95vw;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .circle {
    width: 125px;
    height: 125px;
  }
  .photo-greet h3 {
    font-size: 1.3rem;
  }
  .photo-greet .par-greet {
    font-size: 1rem;
  }
  .photo-greet .bests-p {
    font-size: 1.1rem;
  }
  .wifi-info h4 {
    font-size: 1.8rem;
  }
  .wifi-info h5 {
    font-size: 2.2rem;
  }
  .wifi img {
    width: 12rem;
  }
  .house-r h2 {
    font-size: 2.1rem;
  }
  .rule-elm h3 {
    font-size: 1rem;
  }
  .rule-elm img {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 1150px) {
  #navbar .heading-first {
    font-size: 24px;
  }
  .circle {
    width: 125px;
    height: 125px;
  }
  .photo-greet h3 {
    font-size: 1.3rem;
  }
  .photo-greet .par-greet {
    font-size: 1rem;
  }
  .photo-greet .bests-p {
    font-size: 1rem;
  }
  .wifi-info h4 {
    font-size: 1.8rem;
  }
  .wifi-info h5 {
    font-size: 2.2rem;
  }
  .wifi img {
    width: 13rem;
  }
  .break-w {
    width: 13rem;
  }
  .house-r h2 {
    font-size: 2rem;
  }
  .rule-elm h3 {
    font-size: 1rem;
  }
  .rule-elm img {
    width: 2rem;
    height: 2rem;
  }
  .boil p {
    font-size: 19px;
  }
}

@media (max-width: 1000px) {
  .circle {
    width: 125px;
    height: 125px;
  }
  .photo-greet h3 {
    font-size: 1.3rem;
  }
  .photo-greet .par-greet {
    font-size: 1rem;
  }
  .photo-greet .bests-p {
    font-size: 0.9rem;
  }
  .wifi-info h4 {
    font-size: 1.8rem;
  }
  .wifi-info h5 {
    font-size: 2rem;
  }
  .wifi img {
    width: 12rem;
  }
  .break-w {
    width: 12rem;
  }
  .house-r h2 {
    font-size: 1.9rem;
  }
  .rule-elm h3 {
    font-size: 1rem;
  }
  .rule-elm img {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 900px) {
  #navbar .heading-first {
    font-size: 20px;
  }
  .circle {
    width: 100px;
    height: 100px;
  }
  .photo-greet h3 {
    font-size: 1.3rem;
  }
  .photo-greet .par-greet {
    font-size: 0.9rem;
  }
  .photo-greet .bests-p {
    font-size: 0.8rem;
  }
  .wifi-info h4 {
    font-size: 1.8rem;
  }
  .wifi-info h5 {
    font-size: 2rem;
  }
  .wifi img {
    width: 12rem;
  }
  .break-w {
    width: 10rem;
  }
  .house-r h2 {
    font-size: 1.8rem;
  }
  .rule-elm h3 {
    font-size: 0.95rem;
  }
  .rule-elm img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .boil p {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .heading-first {
    display: none;
  }
  .heading-second {
    display: inline-block;
  }
  .break {
    display: none;
  }
  .global-container {
    padding-top: 0;
    text-align: center;
  }
  .page-inner {
    display: flex;
    flex-direction: column;
  }
  .circle {
    width: 125px;
    height: 125px;
  }
  .photo-greet h3 {
    font-size: 1.3rem;
  }
  .photo-greet .par-greet {
    font-size: 1rem;
  }
  .wifi {
    flex-direction: column;
  }
  .wifi-info h4 {
    font-size: 1.5rem;
  }
  .wifi-info h5 {
    font-size: 1.55rem;
  }
  .wifi img {
    width: 14rem;
  }

  .rule-box {
    margin-bottom: 2.7rem;
  }
  .rule-elm h3 {
    font-size: 0.9rem;
  }

  .container-2 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  #navbar ul li a {
    font-size: 0.9rem;
  }
  .logo-container {
    min-width: 155px;
  }
  .logo-container img {
    width: 5rem;
  }
}
