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

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

@media (max-width: 1150px) {
  .circle {
    width: 175px;
    height: 175px;
  }
  .photo-greet h3 {
    font-size: 2rem;
  }
  .photo-greet .par-greet {
    font-size: 1.3rem;
  }
  .photo-greet .bests-p {
    font-size: 1rem;
  }
  .wifi-info h4 {
    font-size: 1.7rem;
  }
  .wifi-info h5 {
    font-size: 1.5rem;
  }
  .wifi img {
    width: 10rem;
  }
  .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: 150px;
    height: 150px;
  }
  .photo-greet h3 {
    font-size: 1.9rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .photo-greet .par-greet {
    font-size: 1.2rem;
  }
  .photo-greet .bests-p {
    font-size: 0.9rem;
  }
  .wifi-info h4 {
    font-size: 1.6rem;
  }
  .wifi-info h5 {
    font-size: 1.4rem;
  }
  .wifi img {
    width: 9rem;
  }
  .break-w {
    width: 12rem;
  }
  .house-r h2 {
    font-size: 1.9rem;
  }
  .rule-elm h3 {
    font-size: 0.8rem;
  }
  .rule-elm img {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 900px) {
  #navbar .heading-first {
    font-size: 30px;
  }
  .circle {
    width: 120px;
    height: 120px;
  }
  .photo-greet h3 {
    font-size: 1.7rem;
  }
  .photo-greet .par-greet {
    font-size: 1.1rem;
  }
  .photo-greet .bests-p {
    font-size: 0.8rem;
  }
  .wifi-info h4 {
    font-size: 1.4rem;
  }
  .wifi-info h5 {
    font-size: 1.2rem;
  }
  .wifi img {
    width: 9rem;
  }
  .break-w {
    width: 10rem;
  }
  .house-r h2 {
    font-size: 1.8rem;
  }
  .rule-elm h3 {
    font-size: 0.7rem;
  }
  .rule-elm img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .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: 175px;
    height: 175px;
  }
  .photo-greet h3 {
    font-size: 1.8rem;
  }
  .photo-greet .par-greet {
    font-size: 1.3rem;
  }
  .wifi-info h4 {
    font-size: 1.5rem;
  }
  .wifi-info h5 {
    font-size: 1rem;
  }
  .wifi img {
    padding-top: 0.3rem;
    width: 9rem;
  }

  .rule-box {
    margin-bottom: 1.5rem;
  }
  .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;
  }
}
