.body {
  background: url(https://static.ncsoft.jp/renew/account/bg.jpg) center 20% no-repeat fixed;
  background-size: cover;
  font-feature-settings: "palt";
}

.body--l1 {
  background: url(https://static.ncsoft.jp/renew/account/bg_l1.jpg) center 20% no-repeat fixed;
}

.body--l2 {
  background: url(https://static.ncsoft.jp/renew/account/bg_l2.jpg) center 20% no-repeat fixed;
}

.body--aion {
  background: url(https://static.ncsoft.jp/renew/account/bg_aion.jpg) center 20% no-repeat fixed;
}

.body--bns {
  background: url(https://static.ncsoft.jp/renew/account/bg_bns.jpg) center 20% no-repeat fixed;
}

.body--jrm {
  background: url(https://static.ncsoft.jp/renew/account/bg_jrm.jpg) center 20% no-repeat fixed;
}

.body--lm {
  background: url(https://static.ncsoft.jp/renew/account/bg_lm.jpg) center 20% no-repeat fixed;
}

.body--jrmm {
  background: url(https://static.ncsoft.jp/renew/account/bg_jrmm.jpg) center 20% no-repeat fixed;
}

.bg-noImage {background-image: none !important; }



@media screen and (max-width: 576px) {
  .body {
    background: #FFF;
  }
  .contentCage {
    box-shadow: none; 
  }
}
