.nav {
  background: #fff;
  overflow: hidden;
}
.mobile-nav-list a {
  color: #9B9B9B;
}

.nav-list a {
  color: #9B9B9B;
  margin-bottom: 15px;
}
/* x > 768 */
@media screen and (min-width: 769px) {
  .nav-logo a {
    color: #9B9B9B;
  }
  .content-wrapper {
    width: 100%;
    background: #E3E3E3
  }
  .language-change {
    width: 1320px;
    height: 628px;
    margin: 0 auto;
    background: #EDEDED;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    padding-top: 104px;
    text-align: center;
  }
  .language-change-btn {
    width: 402px;
    height: 50px;
    margin: 16px auto 0;
  }
  .language-change-btn a {
    width: 130px;
    height: 50px;
    float: left;
    line-height: 50px;
    cursor: pointer;
    display: block;
    color: #000;
  }
  .language-change-btn-ch {
    background: #F4BA00;
    box-shadow: 0 2px 2px 0;
  }
  .language-change-btn-en {
    background: #E0E0E0;
    margin-left: 6px;
  }
  .language-change-btn-jp {
    background: #E0E0E0;
    margin-left: 6px;
  }
  .region-site {
    margin: 54px 0 15px;
  }
  .singapore-site, .sweden-site, .malaysia-site {
    display: block;
    width: 403px;
    height: 50px;
    margin: 0 auto;
    background: #E0E0E0;
    line-height: 50px;
    cursor: pointer;
    color: #000;
  }
  .sweden-site, .malaysia-site {
    margin-top: 3px;
  }
  .singapore-site img, .sweden-site img, .malaysia-site img {
    float: left;
    margin: 14px 0 0 19px;
  }
  .singapore-site p, .sweden-site p, .malaysia-site p {
    width: 200px;
    margin: 0 auto;
  }
}

/* x > 768 */
@media screen and (min-width: 769px) and (max-width: 1320px) {
  .language-change {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper {
    width: 100%;
    height: 100%;
    background: #EDEDED;
  }
  .language-change {
    width: 9rem;
    margin: 0 auto;
    font-size: 0.37333333333333335rem;
    line-height: 0.96rem;
    font-weight: 600;
    padding-top: 2.7733333333333334rem;
    text-align: center;
  }
  .language-change-btn {
    width: 100%;
    height: 1.3333333333333333rem;
    margin: 0.4266666666666667rem auto 0;
  }
  .language-change-btn a {
    width: calc((100% - 0.16rem - 0.16rem) / 3);
    height: 1.3333333333333333rem;
    float: left;
    line-height: 1.3333333333333333rem;
    cursor: pointer;
    display: block;
    color: #000;
  }
  .language-change-btn-ch {
    background: #F4BA00;
    box-shadow: 0 2px 2px 0;
  }
  .language-change-btn-en {
    background: #E0E0E0;
    margin-left: 0.16rem;
  }
  .language-change-btn-jp {
    background: #E0E0E0;
    margin-left: 0.16rem;
  }
  .region-site {
    margin: 1.44rem 0 0.4rem;
  }
  .singapore-site, .sweden-site, .malaysia-site {
    display: block;
    width: 100%;
    height: 1.3333333333333333rem;
    margin: 0 auto;
    background: #E0E0E0;
    line-height: 1.3333333333333333rem;
    cursor: pointer;
    color: #000;
  }
  .sweden-site, .malaysia-site {
    margin-top: 3px;
  }
  .singapore-site img, .sweden-site img, .malaysia-site img {
    float: left;
    margin: 0.4rem 0 0 0.5066666666666667rem;
  }
  .singapore-site p, .sweden-site p, .malaysia-site p {
    width: 5.333333333333333rem;
    margin: 0 auto;
  }
}
