@media screen and (max-width: 1000px) {
  .nav .logo { text-align: center; }

  .nav .navList ul {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav .navList ul li a {
    padding: 5px 10px;
    border-right: 0;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  body.pattern1 {
    background-image: none;
  }
  body.pattern2 {
    background-image: none;
  }
  body.pattern3 {
    background-image: none;
  }
  .pattern {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    height: 200px;
  }
  .pattern.pattern1 {
    background-image: url(image/pattern.jpg);
  }
  .pattern.pattern2 {
    background-image: url(image/pattern2.jpg);
  }
  .pattern.pattern3 {
    background-image: url(image/pattern3.jpg);
  }

	.mobile-nav-icon {
		display: block;
	}

  .contentBox {
    margin-top: 0;
  }
  .contentBox .row {
    margin-left: 0;
    margin-right: 0;
  }
  .newsList .newsBox .newsName span {
    display: block;
    position: static;
    text-align: right;
  }
  .footer .copyName {
    text-align: center;
  }
  .footer .copyLink {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer .socialBtn {
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
	.textBox .post ul.sub-nav li { display: block; width: 100%; }
  .lifeothers-video-item__title {min-height: auto;}
}