@charset "UTF-8";
/* Font */
/* Color */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.policy__header {
  padding: 25px;
  color: #fff;
  background: url("https://image.tw.ncsoft.com/aion/fs/policy/header.jpg") center top no-repeat;
  background-size: cover;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .policy__header {
    padding: 45px;
  }
}
@media (min-width: 600px) {
  .policy__header .policy__desc {
    width: 580px;
    margin: 0 auto;
  }
}
.policy__header .policy__desc h3 {
  color: #7bc3e7;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 600px) {
  .policy__header .policy__desc h3 {
    text-align: left;
  }
}
.policy__header .policy__desc p {
  margin-bottom: 0;
  line-height: 1.8;
}

.policy__detail {
  padding: 30px 15px;
  background: #ffffff;
}
@media (min-width: 600px) {
  .policy__detail {
    padding: 40px 70px;
  }
}
.policy__detail .policy__list {
  margin-bottom: 80px;
  padding-left: 10px;
  list-style-type: decimal;
  color: #000000;
}
@media (min-width: 600px) {
  .policy__detail .policy__list {
    padding-left: 25px;
  }
}
.policy__detail .policy__list li {
  margin-bottom: 30px;
}
.policy__detail .policy__list li p {
  margin-top: 30px;
  margin-bottom: 0;
  color: #b10000;
  text-align: center;
}
.policy__detail .policy__list li strong {
  color: #b10000;
}

.policy__bottom {
  padding: 25px 40px;
  background: #5f5f5f;
  color: #fff;
}
@media (min-width: 600px) {
  .policy__bottom {
    padding: 45px 80px;
  }
}
.policy__bottom h4 {
  margin-bottom: 15px;
  color: #bfe5ff;
}
.policy__bottom p strong {
  color: #ffab46;
}

.agreement .agreement__header {
  padding: 50px;
  color: #fff;
  background: url("https://image.tw.ncsoft.com/aion/fs/policy/header.jpg") center top no-repeat;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .agreement .agreement__header {
    padding: 90px;
  }
}
@media (min-width: 600px) {
  .agreement .agreement__header .agreement__desc {
    width: 580px;
    margin: 0 auto;
  }
}
.agreement .agreement__header .agreement__desc h3 {
  color: #7bc3e7;
  text-align: center;
}
.agreement .agreement__detail {
  padding: 30px 15px;
  background: #ffffff;
  color: #000;
}
@media (min-width: 600px) {
  .agreement .agreement__detail {
    padding: 40px 70px;
  }
}
.agreement .agreement__detail .agreement__list {
  margin-bottom: 80px;
}
.agreement .agreement__detail .agreement__list li {
  margin-bottom: 30px;
}
.agreement .agreement__detail .agreement__list li p {
  margin-top: 30px;
  margin-bottom: 0;
  color: #b10000;
  text-align: center;
}
.agreement .agreement__detail .agreement__list li strong {
  color: #b10000;
}

