html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}
a,
img,
input {
  border: none;
}
body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.wrap {
  position: relative;
  width: 100vw;
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/main-bg.jpg)
    no-repeat center / cover;
  background-attachment: fixed;
}

.wrap::before {
  content: "";
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-cont {
  height: 100vh;
  width: 100%;
  /* -webkit-mask: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 40px,
    rgba(0, 0, 0, 1) 150px
  ); */
  overflow-y: auto;
}

.main-cont {
  margin: 0 0.45rem;
}

.main-tit {
  padding-top: 0.65rem;
  text-align: center;
  color: #fff9ed;
  font-size: 0.44rem;
  font-family: "Noto Serif KR", serif;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.card-area-box {
  margin-bottom: 0.4rem;
}

.area-bd {
  position: relative;
  padding: 0.18rem 0 0.3rem;
}

.limit-area-box .area-tit > span {
  padding-left: 0.4rem;
}

.limit-area-box .area-tit::first-letter {
  font-size: 0.28rem;
}

.limit-area-box .limit-up-icon {
  content: "";
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  width: 3.16rem;
  height: 0.99rem;
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/up-icon.png)
    no-repeat left bottom / 3.16rem 0.99rem;
  z-index: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
  font-family: "Noto Sans KR", "Noto Sans", blinkmacsystemfont, -apple-system, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}
th, td{
  border: 1px solid rgb(193, 199, 208);
  padding: 7px 10px;
  color: #fff9ed;
  min-width: 8px;
  display: table-cell;
}
th{
  /* background-color: #ebe1d8; */
  text-align: center;
}
.area-txt-wrap {
  position: relative;
  display: inline-block;
  padding-right: 0.5rem;
  height: 0.4rem;
  line-height: 0.4rem;
}

.area-txt-wrap span {
  position: relative;
  z-index: 2;
}

.area-txt-wrap .limit-up-icon {
  left: auto;
  right: -0.7rem;
}

.limit-area-box-2 .area-tit > span {
  padding-left: 0;
  display: block;
}

.limit-area-box-2 .area-tit .limit-time {
  position: absolute;
  right: 0;
  bottom: 0;
}

.limit-area-box .area-bd::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.45rem;
  right: -0.45rem;
  bottom: 0;
  background: rgba(255, 242, 206, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  z-index: 0;
}

.area-tit {
  position: relative;
  padding: 0 0 0.05rem 0.4rem;
  font-family: "Noto Serif KR", serif;
  font-weight: bold;
  font-size: 0.28rem;
  color: #fff9ed;
  letter-spacing: 2px;
  line-height: 0.4rem;
  display: inline-block;
  min-width: 3.7rem;
  box-sizing: border-box;
}

.area-tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 200%;
  transform: scale(0.5);
  transform-origin: 0 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(244, 238, 226, 1) 17%,
    rgba(244, 238, 226, 1) 62%,
    rgba(250, 247, 241, 0.16) 81%,
    rgba(255, 255, 255, 0.16) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.area-tit::first-letter {
  font-size: 0.4rem;
}

.area-tit::before {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 0.1rem;
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/tit-icon.png)
    no-repeat center / 0.19rem 0.19rem;
  width: 0.19rem;
  height: 0.19rem;
}

.area-tit > span {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 0.2rem;
  letter-spacing: 0;
  color: #fff9ed;
}

.area-tit i {
  color: #c0ffc3;
  font-style: normal;
}

.card-img-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}
.card-img-list:after {
  content: "";
  flex: auto;
}

.card-img-list li {
  position: relative;
  width: 2.05rem;
  height: 3.82rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin: 0 0.06rem 0.2rem;
}

.card-img-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-icon {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 0.4rem;
  height: 0.5rem;
  z-index: 2;
}

.card-icon-1 {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/back_cardx_main_card1.png)
    no-repeat center / cover;
}

.card-icon-2 {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/back_cardx_main_card2.png)
    no-repeat center / cover;
}
.card-icon-3 {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/back_cardx_main_card3.png)
    no-repeat center / cover;
}
.card-icon-4 {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/back_cardx_main_card4.png)
    no-repeat center / cover;
}
.card-icon-5 {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/back_cardx_main_card5.png)
    no-repeat center / cover;
}
.card-icon-6 {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/back_cardx_main_card6.png)
    no-repeat center / cover;
}

.card-img-list .card-tit {
  position: absolute;
  bottom: 0.4rem;
  right: 0.1rem;
  color: #fff;
  z-index: 2;
  font-size: 0.22rem;
  white-space: nowrap;
}

.card-star {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/star-icon.png)
    repeat-x 0 0 / 0.27rem 0.27rem;
  height: 0.27rem;
  z-index: 2;
}

.card-star-1 {
  width: 0.27rem;
}

.card-star-2 {
  width: calc(0.27rem * 2);
}
.card-star-3 {
  width: calc(0.27rem * 3);
}
.card-star-4 {
  width: calc(0.27rem * 4);
}
.card-star-5 {
  width: calc(0.27rem * 5);
}
.card-star-6 {
  width: calc(0.27rem * 6);
}

.card-img-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}

.card-img-border-6::before {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/border-1-6.png)
    no-repeat center / 100% 100%;
}
.card-img-border-5::before {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/border-1-5.png)
    no-repeat center / 100% 100%;
}
.card-img-border-4::before {
  border: 0.04rem solid #b4adca;
}
.card-img-border-3::before {
  border: 0.04rem solid #9dacbb;
}

.card-img-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.95rem;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(3, 3, 3, 1) 100%
  );
  opacity: 0.6;
  z-index: 1;
}

.card-top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0.9rem;
  height: 0.9rem;
  background: radial-gradient(
      circle at left top,
      rgba(38, 37, 35, 0.6) 0,
      rgba(38, 37, 35, 0) 0.8rem
    )
    top left / 100% 100% no-repeat;
}

.s-card-list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 2;
}

.s-card-list:after {
  content: "";
  /* flex: auto; */
}

.s-card-list li {
  position: relative;
  width: 1.9rem;
  color: #fff;
  white-space: nowrap;
  font-size: 0.2rem;
  text-align: center;
  margin: 0 0.14rem 0.1rem;
}

.s-card-img {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
  overflow: hidden;
  border-radius: 50%;
}

.s-card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: 3;
  box-sizing: border-box;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.s-card-img-border-1::before {
  border: 3px solid #bab6b2;
  border-radius: 50%;
  background: none;
}
.s-card-img-border-2::before {
  border: 3px solid #bab6b2;
  border-radius: 50%;
  background: none;
}
.s-card-img-border-3::before {
  border: 3px solid #b3c6d9;
  border-radius: 50%;
  background: none;
}
.s-card-img-border-4::before {
  border: 3px solid #c0b9d7;
  border-radius: 50%;
  background: none;
}
.s-card-img-border-5::before {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/border-2-5.png)
    no-repeat center / cover;
}
.s-card-img-border-6::before {
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/images/border-2-6.png)
    no-repeat center / cover;
}

.s-card-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  z-index: 2;
  background: rgba(40, 40, 40, 0.8);
}

.s-card-img img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.s-card-img .card-star {
  bottom: 0.18rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-size: 0.18rem 0.18rem;
  height: 0.18rem;
  z-index: 3;
}

.s-card-img .card-star-1 {
  width: 0.18rem;
}

.s-card-img .card-star-2 {
  width: calc(0.18rem * 2);
}
.s-card-img .card-star-3 {
  width: calc(0.18rem * 3);
}
.s-card-img .card-star-4 {
  width: calc(0.18rem * 4);
}
.s-card-img .card-star-5 {
  width: calc(0.18rem * 5);
}
.s-card-img .card-star-6 {
  width: calc(0.18rem * 6);
}

.s-card-list .card-icon {
  top: 0.02rem;
  left: 0.05rem;
  z-index: 5;
}

.card-txt-list {
  font-size: 0.24rem;
  font-family: "Noto Sans KR", sans-serif;
}

.card-txt-list li {
  margin-bottom: 0.2rem;
  color: #fff;
}

.card-txt-list li > p {
  font-size: 0.26rem;
}

.role-tit::first-letter {
  font-size: 0.28rem;
}

.card-txt-bd {
  padding-top: 0.1rem;
}

.role-list-txt {
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  padding-top: 0.1rem;
}

.role-list-txt b {
  display: block;
}

.role-list-txt span {
  color: #ffedbe;
}
