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

.news-content,.event-content {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
}

@media (min-width: 600px) {
  .container:has(> .board-list-utils) .news-content {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .news-content,.event-content {
    padding: 20px;
  }
  .container .news-content {
    margin-top: 50px;
  }
  .event-list--main {
    min-height: 680px;
  }
}

@media (min-width: 600px) {
  .event-list--main li {
    width: 48.93617%;
    float: left;
  }
  .event-list--main li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .event-list--main li:nth-child(2n + 2) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
}

.event-list--list li {
  position: relative;
}

.event-list--list li.viewNone:after {
  content: '無法查閱活動資訊';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 5px #000;
  border-radius: 5px;
}

@media (min-width: 600px) {
  .event-list--list li {
    width: 48.93617%;
    float: left;
  }
  .event-list--list li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .event-list--list li:nth-child(2n + 2) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 960px) {
  .event-list--list li {
    width: 23.40426%;
    float: left;
  }
  .event-list--list li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .event-list--list li:nth-child(4n + 2) {
    margin-left: 25.53191%;
    margin-right: -100%;
    clear: none;
  }
  .event-list--list li:nth-child(4n + 3) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
  .event-list--list li:nth-child(4n + 4) {
    margin-left: 76.59574%;
    margin-right: -100%;
    clear: none;
  }
  .event-list--list li.viewNone:after {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1.0) 100%);
  }
  .event-list--list li.viewNone:hover:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 960px) {
  .news-wrap--event {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 960px) {
  .news-wrap--news {
    width: 40.42553%;
    float: right;
    margin-right: 0;
  }
}


.tab.tab--menu2 li:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  display: block;
  width: 1px;
  height: 1em;
  background-color: #858585;
}


.board-list-utils .tab--menu2 {
  float: left;
}
.board-list-utils.board-list-utils--event .tab--menu2 {
  float: right;
}
@media (min-width: 600px) {
  .board-list-utils {
    margin: 0;
  }
  .board-list-utils .tab--menu2 {
    float: none;
  }
  .board-list-utils.board-list-utils--news .type-box {
    height: 30px;
  }
  .board-list-utils.board-list-utils--event .type-box {
    height: 46px;
  }
}



.input-search-box {
  float: right;
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
}
@media (min-width: 370px) {
  .tab--type {
    flex: initial;
  }
  .tab--type li {
    display: inline-block
  }
}
@media (min-width: 600px) {
  .type-box {
    margin-top: 0;
    width: auto;
  }
  .input-search-box {
    height: auto;
    padding-left: 10px;
  }
}
.input-search-box .news-search {
  text-align: left;
  background-color: #d5d5d5;
  width: 150px;
  height: 30px;
  border: none;
  border-radius: 25px;
  padding: 0 10px;
}
.input-search-box .news-search::placeholder {
  color: #4f4f4f;
}
.input-search-box .news-search:before, .input-search-box .news-search:after {
  content: " ";
  display: table;
}
.input-search-box .news-search:after {
  clear: both;
}

.c-btn-search {
  background-image: url(https://image.tw.ncsoft.com/lostsword/layout/icon-search.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 16px 15px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
  border: none;
}

@media (min-width: 600px) {
  .c-btn-search {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}



.list--notice li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  height: 40px;
  box-sizing: content-box;
  position: relative;
}
/*.list--notice li:last-child {
  border: 0;
}*/

.list--notice li a {
  padding: 0;
  height: 100%;
}
.list--notice li a:hover {
  text-decoration: none;
  color: rgba(0,0,0,.8);
}
.list--notice li span {
  display: flex;
  padding: 0;
  height: 100%;
  align-items: center;
  float: none;
}
.list--notice li .title {
  padding-left: 1.5rem;
  color: #121212;
}
.list--notice li .title strong {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notice__view .title {
  color: #121212;
  font-weight: 500;
}
.list--notice li .title strong:nth-of-type(2) {
  position: relative;
  top: -6px;
}
.list--notice li.top:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 26px;
  height: 65px;
  background-image: url(https://image.tw.ncsoft.com/lostsword/layout/icon-top.webp);
  background-position: 0 50%;
  background-repeat: no-repeat;
  z-index: 1000;
}
.list--notice li i.icon--new {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.list--notice li a {
  height: 100%;
}
.list--notice li .date {
  color: #8c8c8c;
  justify-content: center;
  font-size: 13px;
}
.list--notice li span.date {
  position: relative;
  text-align: center;
  display: flex;
}
.list--notice li .date:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

@media (min-width: 600px) {
  .list--notice li .date {
    font-size: 15px;
  }
  .input-search-box .news-search {
    width: 180px;
  }
  /*.tab--type:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    display: block;
    width: 1px;
    height: 1em;
    background-color: #858585;
  }*/
}
@media (min-width: 960px) {
  .type-box .type--text {
    display: block;
    padding-bottom: 3px;
  }
  .input-search-box .news-search {
    width: 212px;
  }
}



















[class^="btn-"], [class*=" btn-"] {
  margin: 0 0.25rem;
}










.notice-header {
  background-image: url("https://image.tw.ncsoft.com/aion/news/header_notice_default.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center bottom;
  height: 150px;
}

@media (min-width: 600px) {
  .notice-header {
    height: 250px;
  }
}

@media (min-width: 960px) {
  .notice-header {
    height: 350px;
    background-size: auto;
  }
}

@media (min-width: 960px) {
  .notice-header.header-event {
    height: 634px;
  }
}
