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

.sub-container section.container {
  position: relative;
}

.user-content {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
}

@media (min-width: 960px) {
  .user-content {
    padding: 20px;
    margin-top: 20px;
  }
}




.user-header {
  height: 100px;
  padding: 0 1rem;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("https://image.tw.ncsoft.com/lostsword/rules/bg_header.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}
.user-header:after{
  content: "";
  display: block;
  clear: both;
}
.user-header h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.user-header p{
  text-align: justify;
}

@media (min-width: 600px){
  .user-header p{
    text-align: center;
  }
}

.user-body {
  padding: 2rem 0;
  color: #4f4f4f;
  margin: 0 1rem;
}

.user-body p {
  line-height: 1.4;
}

.user-body p.policy-txt {
  margin-left: 1.5rem;
}

.user-body p strong {
  font-weight: 700;
}
.policy-list{
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: justify;
  font-size: 0.85rem;
}
.policy-list li {
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .policy-list{
    font-size: 15px;
  }
}


.user-body ul.policy-tips {
  margin: 0.5rem;
  text-align: justify;
  font-size: 0.85rem;
}
.policy-tips li {
  margin-bottom: 5px;
  color: #70a2c6;
  font-size: 0.8rem;
}
@media (min-width: 600px) {
  .policy-tips li {
    font-size: 15px;
  }
}


.policy-table caption {
  padding: 5px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #8ba2b3;
}
.policy-table thead tr {
  background-color: #5ca6da;
  color: #ffffff;
}
.policy-table thead tr th {
  padding: 5px;
  text-align: center;
  border: 1px solid #c0ccd4;
  font-size: 0.8rem;
}
.policy-table.policy-item6 thead tr th:nth-last-child(1),.policy-table.policy-item6 thead tr th:nth-last-child(2),.policy-table.policy-item6 thead tr th:nth-last-child(3) {
  width: 4rem;
}
.policy-table.policy-item9 thead tr th:nth-child(2) {
  width: 10rem;
}
.policy-table.policy-item9 thead tr th:nth-child(3) {
  width: 5rem;
}
.policy-table tbody {
  display: contents;
}
.policy-table tbody tr.bggray {
  background-color: #f8f8f8;
}
.policy-table tbody td {
  border: 1px solid #c0ccd4;
  padding: 10px;
  font-size: 0.8rem;
}
.policy-table.policy-item9 tbody td:nth-last-child(2) {
  text-align: center;
}
@media (min-width: 600px) {
  .policy-table caption {
    padding: 10px;
    font-size: 18px;
  }
  .policy-table thead tr th {
    font-size: 15px;
  }
  .policy-table.policy-item6 thead tr th:nth-last-child(1),.policy-table.policy-item6 thead tr th:nth-last-child(2),.policy-table.policy-item6 thead tr th:nth-last-child(3) {
    width: 7rem;
  }
  .policy-table.policy-item9 thead tr th:nth-child(2) {
    width: auto;
  }
  .policy-table tbody tr td {
    font-size: 15px;
  }
}



.table-responsive {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin: 10px auto;
}
.table-responsive .policy-table {
  max-width: 600px;
  width: 600px !important;
  display: table;
  white-space: initial;
}
@media (min-width: 600px) {
  .table-responsive {
    overflow-x: initial;
  }
  .table-responsive .policy-table {
    max-width: 100%;
    width: 100% !important;
  }
}















.user-body dl {
  margin-top: 35px;
}
.user-body dl dt {
  float: left;
  width: 6em;
}
.user-body dl dd {
  margin: 0;
  padding-left: 6em;
}

.user-body ul {
  margin: 0;
  padding:0;
  list-style: none;
}
.user-body ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.user-body ul.checkList li {
  position: relative;
  padding-left: 24px;
  text-indent: 0;
}
.user-body ul.checkList li:before {
  content:'';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border: 2px solid #000;
}
.user-body ul.checkList li.att:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #f00;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.user-body ul.checkList li.att {
  color: #F00;
}
.user-body ul.checkList li.att:before{
  border-color: #f00;
}
.user-body strong {
  font-weight: 700;
  line-height: 2.5;
}
.user-body a {
  text-decoration: underline;
}
.user-body a:hover {
  text-decoration: none;
}


.user-bottom{
  text-align: center;
  font-weight: 700;
  color: #000000;
}

.user-body .text-red {
  color: #b35133 !important;
}


@media (min-width: 600px) {
  .user-body {
    margin: 0 2rem;
  }
}

