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


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


.board-list-utils--guidebook {
  padding: 1rem;
  margin: 0;
}
@media (min-width: 600px) {
  .board-list-utils--guidebook {
    padding: 1.5rem;
  }
}
@media (min-width: 960px) {
  .board-list-utils--guidebook {
    padding: 2rem;
  }
}


.input-search-box {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .input-search-box {
    margin: 0 5rem;
  }
}
@media (min-width: 960px) {
  .input-search-box {
    margin: 0 10rem;
  }
}
.input-search-box .guidebook-search {
  text-align: left;
  background-color: #d5d5d5;
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 25px;
  padding: 0 10px;
  color: #000000;
}
.input-search-box .guidebook-search::placeholder {
  color: #4f4f4f;
}
.input-search-box .guidebook-search:before, .input-search-box .guidebook-search:after {
  content: " ";
  display: table;
}
.input-search-box .guidebook-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: 18px 18px;
  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;
  }
}




.ncgb-container {
  margin: 0 auto;
}
@media (min-width:960px) {
  .ncgb-container {
    padding: 0 40px;
  }
}
.ncgb-container a:focus {
  outline: 0;
}
.ncgb-container a:hover,.ncgbt-container a:hover,.ncgbg-category a:hover {
  text-decoration: none;
}
.nc-guidebook-index {
  min-width: 300px;
  line-height: 1.5;
  padding-bottom: 2rem;
  display: none;
  transition: all 0.3s;
}
.nc-guidebook-index.show {
  display: block;
}
.nc-guidebook-index * {
  word-wrap: break-word;
  word-break: keep-all;
}
.ncgbi-category {
  overflow: hidden;
}
@media (min-width:960px) {
  .ncgbi-category {
    margin: auto;
    padding: 0 26px;
    max-width: 1260px;
  }
}
@media (min-width:1260px) {
  .ncgbi-category {
    padding: 0 40px;
  }
}
.ncgbi-category .ncgbi-category-list {
  position: relative;
  margin: 0 -1px;
  padding: 0;
  font-size: 0;
  list-style: none;
  border-color: rgba(34, 34, 34, 0.08);
  border-style: solid;
  border-width: 1px 0 0 1px;
}
[dir=rtl] .ncgbi-category .ncgbi-category-list {
  border-width: 1px 1px 0 0;
}
@media (min-width:960px) {
  .ncgbi-category .ncgbi-category-list {
    margin: 0;
  }
}
.ncgbi-category .ncgbi-category-list .ncgbi-category-item {
  display: inline-block;
  position: relative;
  width: 50%;
  border-color: rgba(34, 34, 34, 0.08);
  border-style: solid;
  border-width: 0 1px 1px 0;
  vertical-align: top;
}
[dir=rtl] .ncgbi-category .ncgbi-category-list .ncgbi-category-item {
  border-width: 0 0 1px 1px;
}
.ncgbi-category .ncgbi-category-list .ncgbi-category-item-empty {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 43px;
  border-color: rgba(34, 34, 34, 0.08);
  border-style: solid;
  border-width: 0 1px 1px 0;
  vertical-align: top;
}
@media (min-width:600px) {
  [dir=rtl] .ncgbi-category .ncgbi-category-list .ncgbi-category-item-empty {
    border-width: 0 0 1px 1px;
  }
}
@media (min-width:960px) {
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item {
    width: 33.33333%;
  }
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item-empty {
    width: 33.33333%;
    height: 55px;
  }
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item:hover:after {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #457cc7;
    content: "";
    pointer-events: none;
  }
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item:hover .ncgbi-category-item-link .ncgbi-category-item-text {
    color: #457cc7;
  }
}
@media (min-width:1260px) {
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item {
    width: 25%;
  }
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item-empty {
    width: 25%;
    display: inline-block;
  }
}
.ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link {
  display: flex;
  position: relative;
  padding: 0 16px 0 17px;
  height: 42px;
  align-items: center;
}
[dir=rtl] .ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link {
  padding: 0 17px 0 16px;
}
@media (min-width:640px) {
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link {
    justify-content: center;
  }
}
@media (min-width:960px) {
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link {
    height: 54px;
  }
}
.ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.93);
}
[dir=rtl] .ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-text {
  text-align: right;
}
@media (min-width:640px) {
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-text {
    flex: none;
    max-width: 92%;
    margin-left: 0;
    margin-right: 6px;
    text-align: center;
  }
  [dir=rtl] .ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-text {
    margin-left: 6px;
    margin-right: 0;
  }
}
@media (min-width:960px) {
  .ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-text {
    max-width: 90%;
    font-size: 17px;
  }
}
.ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  text-align: start;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}
.ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-bullet.new {
  background-image: url(https://image.tw.ncsoft.com/lostsword/layout/icon-news_2x.webp);
}
.ncgbi-category .ncgbi-category-list .ncgbi-category-item .ncgbi-category-item-link .ncgbi-category-item-bullet.update {
  background-image: url(https://image.tw.ncsoft.com/lostsword/guidebook/icon-update_2x.webp);
}
.ncgbi-popular {
  z-index: 0;
  position: relative;
}
.ncgbi-popular .ncgbi-popular-title {
  z-index: 10;
  position: absolute;
  top: 12px;
  left: 50%;
  margin: 0 auto;
  padding: 5px 14px 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid hsla(0,0%,100%,.6);
  border-radius: 20px;
  transform: translateX(-50%);
}
@media (min-width:960px) {
  .ncgbi-popular {
    margin-top: 50px;
  }
  .ncgbi-popular .ncgbi-popular-title {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom:14px;
    padding:0;
    border:0;
    border-radius: 0;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    transform: translateX(0);
  }
}
.ncgbi-popular .ncgbi-popular-list {
  height: 184px;
  overflow: hidden;
}
@media (min-width:960px) {
  .ncgbi-popular .ncgbi-popular-list {
    margin: auto;
    max-width: 1180px;
    height: 308px;
    background-color: #000000;
  }
}
@media (min-width:1260px) {
  .ncgbi-popular .ncgbi-popular-list {
    height: 200px;
  }
}
.ncgbi-popular .ncgbi-popular-list .ncgbi-popular-link {
  z-index: 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
.ncgbi-popular .ncgbi-popular-list .ncgbi-popular-link:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://image.tw.ncsoft.com/lostsword/guidebook/popular_mask.png);
  background-size: cover;
  background-position: 50%;
  content: "";
}
@media (min-width:960px) {
  .ncgbi-popular .ncgbi-popular-list .ncgbi-popular-link:after {
    background-image: url(https://image.tw.ncsoft.com/lostsword/guidebook/popular_mask_pc.png);
  }
}
.ncgbi-popular .ncgbi-popular-list .ncgbi-swiper-thumb {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.ncgbi-popular .ncgbi-popular-list .ncgbi-swiper-contents {
  z-index:1;
  position: relative;
  height: 100%;
}
.ncgbi-popular .ncgbi-popular-list .ncgbi-swiper-contents .ncgbi-swiper-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  padding: 0 30px;
}
@media (min-width:640px) {
  .ncgbi-popular .ncgbi-popular-list .ncgbi-swiper-contents .ncgbi-swiper-title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.ncgbi-popular .swiper-pagination-wrap {
  text-align: center;
}
@media (min-width:960px) {
  .ncgbi-popular .swiper-pagination-wrap {
    margin-top: 3px;
  }
}
@media (min-width:1260px) {
  .ncgbi-popular .swiper-pagination-wrap {
    margin-top: 7px;
  }
}
@media (min-width:960px) {
  .ncgbi-popular .swiper-pagination-wrap .swiper-pagination {
    position:static;
    display: inline-block;
  }
}
.ncgbi-popular .swiper-pagination-wrap .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background-color: #000000;
  opacity: .2;
}
.ncgbi-popular .swiper-pagination-wrap .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.ncgbi-popular .swiper-pagination-wrap .swiper-pagination.swiper-pagination-fraction {
  bottom: 10px;
  font-size: 12px;
  letter-spacing: 0;
  color: #9b9b9b;
}
.ncgbi-popular .swiper-pagination-wrap .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
  color: #457cc7;
}
.ncgbi-popular .swiper-pagination-wrap .swiper-button-next,
.ncgbi-popular .swiper-pagination-wrap .swiper-button-prev {
  display: none;
}






.ncgbi-basic,
.ncgbi-newest {
  margin-top: 28px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width:960px) {
  .ncgbi-basic,
  .ncgbi-newest {
    margin-top: 50px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
.ncgbi-basic-title,
.ncgbi-newest-title {
  margin:0 0 12px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}
@media (min-width:640px) {
  .ncgbi-basic-title,
  .ncgbi-newest-title {
    font-size: 18px;
  }
}
@media (min-width:960px) {
  .ncgbi-basic-title,
  .ncgbi-newest-title {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
  }
}







.ncgbi-newest {
  padding-bottom:19px
}
@media (min-width:960px) {
  .ncgbi-newest .ncgbi-newest-list-wrap {
    position:relative;
    margin:auto;
    max-width:1100px
  }
}
.ncgbi-newest .ncgbi-newest-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items {
  border-top:1px solid rgba(34, 34, 34, 0.08);
  border-left:1px solid rgba(34, 34, 34, 0.08);
  border-right:1px solid rgba(34, 34, 34, 0.08);
  border-bottom:0;
  flex-basis: 100%;
  width: 100%;
}
.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items:last-child {
  border-bottom:1px solid rgba(34, 34, 34, 0.08);
}
@media (min-width:960px) {
  .ncgbi-newest .ncgbi-newest-list {
    flex-direction: row;
  }
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items {
    border-top: 0;
    border-bottom: 0;
    flex-basis: 50%;
    width: 50%;
  }
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items:first-child,.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items:nth-child(2) {
    border-top:1px solid rgba(34, 34, 34, 0.08);
    border-bottom:1px solid rgba(34, 34, 34, 0.08);
  }
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items:nth-child(2n) {
    border-left:0;
  }
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items:last-child,.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-items:nth-last-child(4n+2) {
    border-bottom:1px solid rgba(34, 34, 34, 0.08);
  }
}
.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link {
  display: block;
  overflow: hidden;
  padding: 11px;
  height: 86px
}
@media (min-width:960px) {
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link {
    padding: 20px;
    height: 150px;
  }
}
.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-thumb {
  position: relative;
  overflow: hidden;
  float: left;
  width: 86px;
  height: 62px;
  margin-left: 0;
  margin-right: 10px;
  background-position: 50%;
  background-size: cover;
}
[dir=rtl] .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-thumb {
  float:right;
  margin-left:10px;
  margin-right:0
}
@media (min-width:960px) {
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-thumb {
    width:150px;
    height:110px;
    margin-left:0;
    margin-right:14px
  }
  [dir=rtl] .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-thumb {
    margin-left:14px;
    margin-right:0
  }
}
.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-title {
  margin:5px 0 0;
  font-weight:400;
  font-size:15px;
  letter-spacing:0;
  color: rgba(0, 0, 0, 0.93);
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
@media (min-width:960px) {
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-title {
    margin:18px 0 0;
    font-size:16px
  }
}
.ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-desc {
  margin:3px 0 0;
  font-size:13px;
  letter-spacing:0x;
  color:rgba(0, 0, 0, 0.45);
  position:relative;
  display:block;
  display:-webkit-box;
  overflow:hidden;
  max-height:3em;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-height:16px
}
@media (min-width:960px) {
  .ncgbi-newest .ncgbi-newest-list .ncgbi-newest-link .ncgbi-swiper-desc {
    margin:9px 0 0;
    font-size:15px;
    line-height:22px
  }
}


.ncgbi-basic .ncgbi-basic-list {
  position:relative;
  margin:0 18px;
  padding: .;
  font-size: 0;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-bottom: 0;
}
@media (min-width:960px) {
  .ncgbi-basic .ncgbi-basic-list {
    margin: 0 26px;
  }
}
@media (min-width:1260px) {
  .ncgbi-basic .ncgbi-basic-list {
    margin: 0;
  }
}
.ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items {
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items:nth-child(odd) {
  border-right: 1px solid rgba(34, 34, 34, 0.08);
  border-left: initial;
}
[dir=rtl] .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items:nth-child(odd) {
  border-right: initial;
  border-left: 1px solid rgba(34, 34, 34, 0.08);
}
@media (min-width:960px) {
  .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items {
    width:25%
  }
  .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items:nth-child(4n+2) {
    border-right:1px solid rgba(34, 34, 34, 0.08);
    border-left:initial;
  }
  [dir=rtl] .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items:nth-child(4n+2) {
    border-right: initial;
    border-left: 1px solid rgba(34, 34, 34, 0.08);
  }
}
@media (min-width:1260px) {
  .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items {
    width: 25%;
    height: 55px;
  }
  .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items:nth-child(4n+2) {
    border-right: 1px solid rgba(34, 34, 34, 0.08);
    border-left: initial;
  }
  [dir=rtl] .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items:nth-child(4n+2) {
    border-right: initial;
    border-left: 1px solid rgba(34, 34, 34, 0.08);
  }
}
.ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items .ncgbi-basic-link {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  height: 100%;
}
.ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items .ncgbi-basic-link .ncgbi-basic-text {
  text-align: left;
  margin: 14px 0 13px;
  font-size: 16px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.93);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  max-height: none;
}
@media (min-width:960px) {
  .ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items .ncgbi-basic-link .ncgbi-basic-text {
    font-size: 17px;
    text-align: center;
  }
}

.ncgbi-basic .ncgbi-basic-list .ncgbi-basic-items:has(.ncgbi-basic-text:empty) {
  display: none;
}





.nc-guidebook-search {
  position: relative;
  max-width: 1260px;
  min-width: 300px;
  margin: 0 auto;
  z-index: 120;
}
.nc-guidebook-search * {
  word-wrap: break-word;
  word-break: keep-all;
}
@media (min-width: 1260px) {
  .nc-guidebook-search {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .nc-guidebook-search.ncgbi-search-top {
    margin-bottom: 40px;
    padding: 0 26px;
  }
}
@media (min-width: 1260px) {
  .nc-guidebook-search.ncgbi-search-top {
    padding: 0 40px;
    margin-bottom: 38px;
  }
}
.nc-guidebook-search.ncgbi-search-top .ncgb-container {
  background-color: transparent;
  padding: 16px 16px 17px;
}
@media (min-width: 960px) {
  .nc-guidebook-search.ncgbi-search-top .ncgb-container {
    background-color: rgba(34, 34, 34, 0.04);
    padding: 29px 18px 31px;
  }
}
.nc-guidebook-search.ncgbi-search-top .ncgbi-container {
  position: relative;
  z-index: 120;
}
@media (min-width: 960px) {
  .nc-guidebook-search.ncgbi-search-top .ncgbi-container {
    max-width: 760px;
    margin: 0 auto;
  }
}
.nc-guidebook-search.ncgbi-search-top.is-sticky {
  position: fixed;
  top: 50px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 200;
  background-color: #FFFFFF;
}
.nc-guidebook-search.ncgbi-search-top.is-sticky.is-sticky-depth2 {
  top: 106px;
}
@media (min-width: 960px) {
  .nc-guidebook-search.ncgbi-search-top.is-sticky {
    top: 58px;
    left: 0;
    right: 0;
  }
}
.nc-guidebook-search.ncgbt-search-top, .nc-guidebook-search.ncgbs-search-top {
  min-height: 60px;
  padding: 16px 16px;
}
@media (min-width: 960px) {
  .nc-guidebook-search.ncgbt-search-top, .nc-guidebook-search.ncgbs-search-top {
    padding: 0;margin-top: 1.5rem;
  }
}
.nc-guidebook-search.ncgbt-search-top .ncgb-searchform, .nc-guidebook-search.ncgbs-search-top .ncgb-searchform {
  z-index: 1000;
}
@media (min-width: 960px) {
  .nc-guidebook-search.ncgbt-search-top .ncgb-searchform, .nc-guidebook-search.ncgbs-search-top .ncgb-searchform {
    float: right;
    width: 305px;
  }
  [dir=rtl] .nc-guidebook-search.ncgbt-search-top .ncgb-searchform, [dir=rtl] .nc-guidebook-search.ncgbs-search-top .ncgb-searchform {
    float: left;
  }
}

.ncgb-searchform .input-search-box {
  width: 100%;
  margin: 0 auto;
}


.nc-guidebook-search.ncgbt-search-top .ncgb-btn-list {
  display: block;
  position: absolute;
  top: 92px;
  left: 16px;
  right: initial;
  width: 40px;
  height: 40px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/guidebook/btn_list_back.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
  z-index: 5;
  text-align: start;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}
.nc-guidebook-search.ncgbt-search-top .ncgb-btn-list:hover {
  -webkit-filter:none;
  filter:none;
}
[dir=rtl] .nc-guidebook-search.ncgbt-search-top .ncgb-btn-list {
  left: initial;
}
[dir=rtl] .nc-guidebook-search.ncgbt-search-top .ncgb-btn-list {
  right: 16px;
}
@media (min-width: 960px) {
  .nc-guidebook-search.ncgbt-search-top .ncgb-btn-list {
    top: 0;
    left: 40px;
    right: initial;
    background-image: url("https://image.tw.ncsoft.com/lostsword/guidebook/btn_list_back_pc.png");
  }
  [dir=rtl] .nc-guidebook-search.ncgbt-search-top .ncgb-btn-list {
    left: initial;
  }
  [dir=rtl] .nc-guidebook-search.ncgbt-search-top .ncgb-btn-list {
    right: 40px;
  }
}








.nc-guidebook-template {
  margin-top: 1px;
}
@media (min-width: 960px) {
  .nc-guidebook-template {
    margin-top: 2px;
  }
}
.nc-guidebook-template * {
  word-wrap: break-word;
  word-break: keep-all;
}
.nc-guidebook-template .ncgbt-container {
  max-width: 1180px;
  margin: 0 auto;
}
.nc-guidebook-template .ncgbt-cover {
  z-index: 0;
  position: relative;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nc-guidebook-template .ncgbt-cover * {
  position: relative;
  margin: 0;
  padding: 0;
}
.nc-guidebook-template .ncgbt-cover-title {
  margin-top: 5px;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  word-break: keep-all;
  padding: 0 10px;
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-cover-title {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0px;
  }
}
.nc-guidebook-template .ncgbt-cover-desc {
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  word-wrap: break-word;
  word-break: keep-all;
  padding: 0 10px;
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-cover-desc {
    font-size: 22px;
  }
}
.nc-guidebook-template .ncgbt-cover-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.nc-guidebook-template .ncgbt-cover-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.nc-guidebook-template .ncgbt-article-list-wrap {
  position: relative;
  margin: -44px 0 20px 0;
  text-align: center;
}
.nc-guidebook-template .ncgbt-article-list-btn {
  display: inline-block;
  min-width: 70px;
  padding: 0 15px;
  height: 44px;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.68);
  line-height: 44px;
  cursor: pointer;
}
.nc-guidebook-template .ncgbt-article-list-wrap.is-active .ncgbt-article-list-btn {
  display: none;
}
.nc-guidebook-template .ncgbt-article-list-btn-arrow {
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-left: 5px;
  margin-right: initial;
  vertical-align: middle;
  background: url("https://image.tw.ncsoft.com/lostsword/guidebook/btn_category.png") no-repeat 50% 0;
  background-size: cover;
}
.nc-guidebook-template .ncgbt-article-list-close {
  display: none;
  width: 70px;
  height: 44px;
  background: url("https://image.tw.ncsoft.com/lostsword/guidebook/btn_category_close.png") no-repeat 50% 50%;
  background-size: 20px auto;
  vertical-align: top;
  cursor: pointer;
  text-align: start;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}
.nc-guidebook-template .ncgbt-article-list-wrap.is-active .ncgbt-article-list-close {
  display: inline-block;
}
.nc-guidebook-template .ncgbt-article-list-btn, .nc-guidebook-template .ncgbt-article-list-close {
  background-color: #EEEEEE;
}
.nc-guidebook-template .ncgbt-article-list {
  display: none;
  padding: 24px 38px;
}
.nc-guidebook-template .ncgbt-article-list {
  background-color: rgba(34, 34, 34, 0.08);
}
.nc-guidebook-template .ncgbt-article-list-wrap.is-active .ncgbt-article-list {
  display: block;
}
.nc-guidebook-template .ncgbt-article-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nc-guidebook-template .ncgbt-article-list > ul > li {
  position: relative;
  margin: 3px 0;
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px 0 10px;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0;
  text-align: left;
}
.nc-guidebook-template .ncgbt-article-list > ul > li a:hover {
  color: #457cc7;
}
@media (min-width: 640px) {
  .nc-guidebook-template .ncgbt-article-list > ul > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-article-list > ul > li {
    font-size: 16px;
    width: 33.33333%;
  }
}
.nc-guidebook-template .ncgbt-article-list > ul > li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  right: initial;
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.68);
}
.nc-guidebook-template .ncgbt-article-list > ul > li a {
  color: rgba(0, 0, 0, 0.68);
}
.nc-guidebook-template .ncgbt-article-list > ul::after {
  content: "";
  display: table;
  clear: both;
}
.nc-guidebook-template .ncgbt-article h1 {
  margin: 0;
  padding: 0 0 16px 0;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
  word-wrap: break-word;
  word-break: keep-all;
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-article h1 {
    font-size: 24px;
  }
}
.nc-guidebook-template .ncgbt-article p {
  margin: 16px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 19.6px;
  color: rgba(0, 0, 0, 0.68);
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-article p {
    line-height: 21px;
  }
}
.nc-guidebook-template .ncgbt-table-scroller {
  margin: 20px 0 0 0;
  overflow-x: auto;
}
.nc-guidebook-template .ncgbt-article table {
  width: 100% !important;
  max-width: 1100px;
  border-spacing: 0;
  table-layout: auto;
  word-wrap: break-word;
  word-break: keep-all;
  border-top: 1px solid rgba(34, 34, 34, 0.12);
  border-right: 1px solid rgba(34, 34, 34, 0.12);
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.nc-guidebook-template .ncgbt-table-scroller table {
  width: 600px !important;
  margin-bottom: 1px;
}
@media (min-width: 600px) {
  .nc-guidebook-template .ncgbt-table-scroller table {
    width: 1100px !important;
  }
}

.nc-guidebook-template .ncgbt-article table th, .nc-guidebook-template .ncgbt-article table td {
  padding: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.68);
  border-left: 1px solid rgba(34, 34, 34, 0.12);
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
  border-right: 0 !important;
  border-top: 0 !important;
}
.nc-guidebook-template .ncgbt-article table tbody tr td {
  font-size: 15px;
}


.nc-guidebook-template .ncgbt-article-column-2 {
  margin: 20px 0 0;
}
.nc-guidebook-template .ncgbt-article-column-2::after {
  content: "";
  display: table;
  clear: both;
}
.nc-guidebook-template .ncgbt-article-column-2 > .column {
  line-height: 1.71;
}
.nc-guidebook-template .ncgbt-article-column-2 > .column:nth-child(2) {
  margin-top: 14px;
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-article-column-2 > .column {
    float: left;
    width: 50%;
    padding-right: 7px;
    padding-left: 0;
  }
  .nc-guidebook-template .ncgbt-article-column-2 > .column:nth-child(2) {
    margin-top: 0;
    padding-left: 7px;
    padding-right: 0;
  }
}
.nc-guidebook-template .ncgbt-article img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
}
.nc-guidebook-template .ncgbt-article img.fr-dib {
  margin: 0 auto;
  display: block;
  float: none;
}
.nc-guidebook-template .ncgbt-article-column-2 > .column img {
  width: 100% !important;
}

html:not([data-service="journey"]) .nc-guidebook-template .ncgbt-article p > img {
  width: 100% !important;
}

.nc-guidebook-template .ncgbt-article {
  margin: 0;
  padding: 30px 16px 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: rgba(0,0,0,0.68);
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-article {
    padding: 45px 0 0;
  }
}

.nc-guidebook-template .ncgbt-update-new {
  position: relative;
  box-sizing: border-box;
  margin: 53px 16px 0;
  padding: 25px 53px 22px 60px;
  border: 1px solid rgba(34, 34, 34, 0.12);
  word-wrap: break-word;
  word-break: keep-all;
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-update-new {
    margin: 53px auto 0;
  }
}

.nc-guidebook-template .ncgbt-update-new::before {
  position: absolute;
  top: 26px;
  left: 30px;
  right: auto;
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://image.tw.ncsoft.com/lostsword/guidebook/update_notice_icon.png) 0/contain;
  content: "";
}

.nc-guidebook-template .ncgbt-update-new .info {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  color: #1f3263;
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-update-new .info {
    font-size: 15px;
  }
}

.nc-guidebook-template .ncgbt-update-new .date, .nc-guidebook-template .ncgbt-update-new .link {
  font-weight: 400;
}
.nc-guidebook-template .ncgbt-update-new .info .link {
  color: #1f3263;
}

.nc-guidebook-template .ncgbt-wrap-tag {
  padding: 0 15px;
  margin-top: 50px;
}
@media (min-width: 960px) {
  .nc-guidebook-template .ncgbt-wrap-tag {
    padding: 0;
  }
}

.nc-guidebook-template .ncgbt-tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.nc-guidebook-template .ncgbt-tag-items {
  display: inline-block;
  height: 25px;
  padding: 0 12px;
  margin: 4px 3px;
  list-style-type: none;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.68);
  word-wrap: break-word;
  word-break: keep-all;
  border-radius: 25px;
  background-color: rgba(34, 34, 34, 0.1);
}
.nc-guidebook-template .ncgbt-tag-items a {
  color: rgba(0, 0, 0, 0.68);
}
.nc-guidebook-template .ncgbt-tag-items a::before {
  content: "#";
  display: inline;
}
























.nc-guidebook-guide {
  min-width: 300px;
  min-height: calc(100vh - 447px);
  line-height: 1.5;
}
@media (min-width: 960px) {
  .nc-guidebook-guide {
    min-height: auto;
  }
}
@media (min-width: 960px) {
  .ncgbg-category {
    max-width: 1220px;
    padding: 0 20px;
    margin: auto;
  }
}
.ncgbg-category .ncgbg-category-depth-1 {
  z-index: 110;
  position: relative;
  border-top: solid 1px rgba(34, 34, 34, 0.08);
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-title {
  margin: 0;
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-title {
    display: none;
  }
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-title .ncgbg-category-link {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.93);
}
.ncgbg-category .ncgbg-category-dimmed {
  display: none;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: solid 1px rgba(34, 34, 34, 0.08);
  border-left: 0;
  border-right: 0;
}
.ncgbg-category .ncgbg-category-depth-1.open .ncgbg-category-list-wrap, .ncgbg-category .ncgbg-category-depth-1.open .ncgbg-category-dimmed {
  display: block;
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap {
    display: block;
    position: relative;
    height: 50px;
    border: 0;
  }
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(34, 34, 34, 0.08);
    content: '';
  }
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list {
    display: flex;
    white-space: nowrap;
    font-size: 0;
  }
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-title .ncgbg-category-link::after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 8px;
  margin-right: initial;
  width: 10px;
  height: 8px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/guidebook/btn_drop_down.png");
  background-size: contain;
  content: '';
}
.ncgbg-category .ncgbg-category-depth-1.open .ncgbg-category-title .ncgbg-category-link::after {
  transform: rotate(180deg);
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item + .ncgbg-category-item {
  border-top: solid 1px rgba(34, 34, 34, 0.08);
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item {
    display: inline-block;
    width: auto;
  }
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item + .ncgbg-category-item {
    border-top: 0;
  }
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item .ncgbg-category-link {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item .ncgbg-category-link {
    padding: 0 5px;
  }
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item .ncgbg-category-link .ncgbg-category-item-text {
  font-size: 17px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.45);
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item.active .ncgbg-category-link .ncgbg-category-item-text {
  color: rgba(0, 0, 0, 0.93);
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item .ncgbg-category-link .ncgbg-category-item-text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.93);
    font-weight: 400;
    letter-spacing: 0px;
  }
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item.active .ncgbg-category-link .ncgbg-category-item-text {
  color: rgba(0, 0, 0, 0.93);
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item.active .ncgbg-category-link .ncgbg-category-item-text {
    position: relative;
    color: #457cc7;
  }
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list .ncgbg-category-item.active .ncgbg-category-link .ncgbg-category-item-text::after {
    position: absolute;
    bottom: -12px;
    left: -5px;
    right: -5px;
    height: 2px;
    background-color: #457cc7;
    content: '';
  }
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-prev {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 48px;
  padding: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #FFFFFF 60%, #FFFFFF 100%);
  background-color: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  pointer-events: none;
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-next {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 48px;
  padding: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, #FFFFFF 60%, #FFFFFF 100%);
  background-color: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  pointer-events: none;
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-next {
  font-size: 0;
  color: transparent;
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-next::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  pointer-events: all;
  content: '';
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-prev::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 11px 21px;
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-image: url(https://image.tw.ncsoft.com/lostsword/guidebook/btn_guide_prev.png);
  content: '';
}
.ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-next::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 11px 21px;
  background-repeat: no-repeat;
  background-position: 27px 50%;
  background-image: url(https://image.tw.ncsoft.com/lostsword/guidebook/btn_guide_next.png);
  content: '';
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-prev, .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-next {
    display: block;
    pointer-events: auto;
  }
  .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-prev.hide, .ncgbg-category .ncgbg-category-depth-1 .ncgbg-category-list-wrap .ncgbg-category-list-next.hide {
    display: none;
    pointer-events: none;
  }
}







.ncgbg-category .ncgbg-category-depth-2 {
  z-index: 100;
  position: relative;
  border: solid 1px rgba(34, 34, 34, 0.08);
  border-bottom: 0;
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-2 {
    overflow: hidden;
    border: 0;
  }
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-wrap {
  overflow: hidden;
  position: relative;
  padding: 0 55px 0 8px;
  background-color: rgba(34, 34, 34, 0.04);
  border-bottom: solid 1px rgba(34, 34, 34, 0.08);
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-wrap {
    overflow: visible;
    padding: 0 5px;
    background-color: rgba(34, 34, 34, 0.02);
  }
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list .ncgbg-category-item {
  display: inline-block;
  width: auto;
  max-width: 200px;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list .ncgbg-category-item .ncgbg-category-link {
  display: block;
  padding: 0 5px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.93);
  width: calc(100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list .ncgbg-category-item .ncgbg-category-link {
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    color: rgba(0, 0, 0, 0.68);
  }
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list .ncgbg-category-item.active .ncgbg-category-link {
  color: #457cc7;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list .ncgbg-category-item.active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: transparent !important;
  content: '';
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-open-title {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.93);
  background-color: #F6F6F6;
}
.ncgbg-category .ncgbg-category-depth-2.open .ncgbg-category-list-open-title {
  display: block;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-open {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  padding: 0;
  height: 51px;
  background-color: #F6F6F6;
  border: 0;
  border-left: solid 1px rgba(34, 34, 34, 0.08);
  border-bottom: solid 1px rgba(34, 34, 34, 0.08);
  text-align: start;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-open {
  text-align: start;
  text-indent: -9999em;
  white-space: nowrap;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-open::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 11px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/guidebook/btn_category_drop_down.png");
  background-size: contain;
  content: '';
}
.ncgbg-category .ncgbg-category-depth-2.open .ncgbg-category-list-open::after {
  transform: rotate(180deg);
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-open {
    display: none;
  }
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-all {
  display: none;
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 11px;
  width: 100%;
  list-style: none;
  background-color: #F6F6F6;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-all .ncgbg-category-item {
  margin: 4px 5px;
  float: left;
  width: calc(100% / 3 - 10px);
  border: solid 1px rgba(34, 34, 34, 0.08);
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-all .ncgbg-category-item.active {
  border-color: #457cc7;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-all .ncgbg-category-item .ncgbg-category-link {
  display: block;
  vertical-align: center;
  align-items: center;
  text-align: center;
  padding: 0 9px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-all .ncgbg-category-item.active .ncgbg-category-link {
  color: #457cc7;
}


.ncgbg-category .ncgbg-category-dimmed {
  display: none;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-all {
  display: none;
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 11px;
  width: 100%;
  list-style: none;
  background-color: #F6F6F6;
}
.ncgbg-category .ncgbg-category-depth-2.open .ncgbg-category-list-all, .ncgbg-category .ncgbg-category-depth-2.open .ncgbg-category-dimmed {
  display: block;
}
.ncgbg-category .ncgbg-category-depth-2 .ncgbg-category-list-all .ncgbg-category-item {
  margin: 4px 5px;
  float: left;
  width: calc(100% / 3 - 10px);
  border: solid 1px rgba(34, 34, 34, 0.08);
}












.ncgbg-category .ncgbg-category-filter {
  padding: 10px 10px;
}
@media (min-width: 960px) {
  .ncgbg-category .ncgbg-category-filter {
    padding: 20px 0;
  }
}
.ncgbg-category .ncgbg-category-filter .ncgbg-category-filter-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  border: solid 1px rgba(34, 34, 34, 0.08);
  background-color: #FFFFFF;
}
.ncgbg-category .ncgbg-category-filter .ncgbg-category-filter-list .ncgbg-category-filter-item {
  display: inline-block;
}
.ncgbg-category .ncgbg-category-filter .ncgbg-category-filter-list .ncgbg-category-filter-item + .ncgbg-category-filter-item {
  border-left: solid 1px rgba(34, 34, 34, 0.08);
  border-right: initial;
}
.ncgbg-category .ncgbg-category-filter .ncgbg-category-filter-list .ncgbg-category-filter-item .ncgbg-category-filter-button {
  width: 64px;
  height: 28px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  background-color: transparent;
  border: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ncgbg-category .ncgbg-category-filter .ncgbg-category-filter-list .ncgbg-category-filter-item.active .ncgbg-category-filter-button {
  color: #457cc7;
}








.ncgbg-guide {
  padding: 0 0 40px;
}
@media (min-width: 960px) {
  .ncgbg-guide {
    max-width: 1220px;
    padding: 0 20px;
    margin: auto;
  }
}
.ncgbg-guide .ncgbg-guide-depth-2-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 4px rgba(34, 34, 34, 0.04);
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list {
    border: 0;
  }
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item {
  padding-top: 20px;
  border-top: solid 4px rgba(34, 34, 34, 0.04);
  background-color: #ffffff;
  border-radius: 0;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item {
    padding: 10px 10px 20px;
    border: 0;
    border-radius: 5px;
  }
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-name {
  margin: 0;
  padding: 0 18px;
  font-size: 15px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.93);
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-name {
    font-size: 16px;
    padding: 0;
  }
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list {
    margin-top: 11px;
    margin: 9px 0 0 1px;
    font-size: 0;
  }
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item {
  border-top: solid 1px rgba(34, 34, 34, 0.08);
  padding: 18px;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item {
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 -1px;
    padding: 20px;
    width: 50%;
    height: 150px;
    border-color: rgba(34, 34, 34, 0.08);
    border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-width: 0 1px 1px 0;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-left: initial;
  }
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item:nth-child(1), .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item:nth-child(2) {
    border-top: 1px solid rgba(34, 34, 34, 0.08);
  }
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item:nth-of-type(2n+1) {
    border-left: 1px solid rgba(34, 34, 34, 0.08);
    border-right: 1px solid rgba(34, 34, 34, 0.08);
  }
}

.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-item-wrap {
  min-height: 65px;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-item-wrap {
    min-height: auto;
  }
}


.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-tag-list {
  margin: 12px 0 0;
  font-size: 15px;
  padding: 0;
  color: rgba(207, 99, 31, 0.8);
  line-height: 1;
  position: relative;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 3em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-tag-list {
    font-size: 14px;
  }
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-tag-list.mobile {
    display: none;
  }
}

.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-item-wrap > .ncgbg-guide-depth-2-guide-item-link {
  float: left;
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-thumbnail {
  width: 94px;
  height: 65px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  margin-left: initial;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-thumbnail {
    width: 160px;
    height: 110px;
    margin-right: 20px;
    margin-left: initial;
  }
}

.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-name {
  margin: 0;
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-name .ncgbg-guide-depth-2-guide-text {
  display: inline-block;
  max-width: calc(100% - 180px);
  font-size: 18px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.93);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-summary {
  margin: -3px 0 0;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
  position: relative;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 3em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-summary {
    margin-top: 1px;
    font-size: 14px;
  }
}


.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-tag-list.pc {
  display: none;
  margin: 9px 0 0;
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-tag-list.pc {
    display: -webkit-box;
  }
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-tag-list .ncgbg-guide-depth-2-guide-tag-item {
  display: inline-block;
  margin: 2px 2px 0 1px;
  vertical-align: top;
}
.ncgbg-guide .ncgbg-guide-depth-2-list .ncgbg-guide-depth-2-item .ncgbg-guide-depth-2-guide-list .ncgbg-guide-depth-2-guide-item .ncgbg-guide-depth-2-guide-tag-list .ncgbg-guide-depth-2-guide-tag-link {
  color: rgba(31,50,99,0.8);
}

.ncgbg-guide .ncgbg-guide-depth-2-list-none {
  display: none;
}
.ncgbg-guide .ncgbg-guide-depth-2-list:empty + .ncgbg-guide-depth-2-list-none {
  display: block;
  margin: 0;
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
@media (min-width: 960px) {
  .ncgbg-guide .ncgbg-guide-depth-2-list:empty + .ncgbg-guide-depth-2-list-none {
    padding: 80px 0;
  }
}













.ncgb-suggest-delete {
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  border: 0;
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 22px auto;
  cursor: pointer;
}
.ncgb-suggest-delete {
  right: 35px;
  left: initial;
  line-height: 12px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/guidebook/btn_reset.png");
}
@media (min-width: 960px) {
  
}











.nc-guidebook-search-result {
  min-width: 300px;
  min-height: calc(100vh - 447px);
}
.nc-guidebook-search-result .ncgb-container {
  background-color: #ffffff;
}
@media (min-width: 960px) {
  .nc-guidebook-search-result {
    min-height: calc(100vh - 693px);
  }
  .nc-guidebook-search-result .ncgb-container {
    margin: 0 40px;
    padding: 0;
  }
}
.ncgb-container {
  max-width: 1260px;
}
.ncgbs-result-util {
  min-height: 49px;
  padding: 3px 18px;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 960px) {
  .ncgbs-result-util {
    padding: 0;
    height: 53px;
    border-top: 5px solid rgba(34, 34, 34, 0.08);
  }
}
.ncgbs-result-util .ncgbs-util-result {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.68);
  visibility: hidden;
}
.ncgbs-result-util .ncgbs-util-result.show {
  visibility: visible;
}
@media (min-width: 960px) {
  .ncgbs-result-util .ncgbs-util-result {
    margin-left: 20px;
    margin-right: initial;
    line-height: 23px;
  }
}
.ncgbs-result-util .ncgbs-util-result .ncgbs-util-count {
  margin-left: 5px;
  margin-right: initial;
  color: var(--ncui-point);
  font-style: normal;
  font-weight: normal;
}
.ncgbs-result-util .ncgbs-util-result .ncgbs-util-count {
  color: #457cc7;
}
.ncgbs-result-util .ncgbs-util-result .ncgbs-util-title > strong {
  color: #000000;
  font-weight: 400;
  margin-right: 4px;
  margin-left: initial;
}

.list-count-area select {
  appearance: auto;
  border: none;
  color: rgba(0,0,0,0.68);
}



.ncgbs-result-wrap {
  border-top: 1px solid rgba(34, 34, 34, 0.08);
}

.ncgbs-result-wrap .ncgbs-result-nodata {
  /*display: none;*/
  position: relative;
  padding: 28px 0;
}
.ncgbs-result-wrap .ncgbs-result-nodata .text {
  display: none;
}
.ncgbs-result-wrap .ncgbs-result-nodata .show {
  display: block;
}
.ncgbs-result-wrap .ncgbs-result-nodata strong {
  font-weight: 400
}
@media (min-width: 960px) {
  .ncgbs-result-wrap .ncgbs-result-nodata {
    padding: 48px 0;
  }
}

.ncgbs-result-wrap .ncgbs-result-nodata div {
  margin: 0;
  padding: 0 0 0 18px;
  color: rgba(0,0,0,0.93);
  font-size: 20px;
  font-weight: 300;
}
[dir=rtl] .ncgbs-result-wrap .ncgbs-result-nodata div {
  padding: 0 18px 0 0
}
@media (min-width:640px) {
  .ncgbs-result-wrap .ncgbs-result-nodata div br {
    display: none;
  }
}
.ncgbs-result-wrap .ncgbs-result-nodata ol {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0 18px 0 28px;
  list-style: none;
  text-align: left;
}
[dir=rtl] .ncgbs-result-wrap .ncgbs-result-nodata ol {
  padding: 0 28px 0 18px;
  text-align: right;
}
@media (min-width:960px) {
  .ncgbs-result-wrap .ncgbs-result-nodata ol {
    margin: 25px 0 0;
  }
}
.ncgbs-result-wrap .ncgbs-result-nodata ol li {
  height: auto;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(0,0,0,0.45);
}
@media (min-width:960px) {
  .ncgbs-result-wrap .ncgbs-result-nodata ol li {
    margin-bottom: 13px;
    line-height: 22px;
  }
}
.ncgbs-result-wrap .ncgbs-result-nodata ol li:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 5px 2px -8px;
  border-radius: 2px;
  vertical-align: middle;
  background-color: rgba(34,34,34,0.12);
}
[dir=rtl] .ncgbs-result-wrap .ncgbs-result-nodata ol li:before {
  margin: 0 -8px 2px 5px;
}




.ncgbs-result-wrap .ncgbs-result-list {
  padding-top: 20px;
}
@media (min-width: 640px) {
  .ncgbs-result-wrap .ncgbs-result-list {
    position: relative;
    padding: 20px 0;
    font-size: 0;
  }
}
.ncgbs-result-wrap .ncgbs-result-items {
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
@media (min-width: 640px) {
  .ncgbs-result-wrap .ncgbs-result-items {
    display: inline-block;
    width: 50%;
    height: 138px;
    vertical-align: top;
  }
  .ncgbs-result-wrap .ncgbs-result-items:nth-last-child(2):nth-child(2n+1), .ncgbs-result-wrap .ncgbs-result-items:last-child {
    border-bottom: none;
  }
}

@media (min-width: 640px) {
  .ncgbs-result-wrap .ncgbs-result-list::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 1px;
    background-color: rgba(34, 34, 34, 0.08);
    content: "";
  }
}

.ncgbs-result-wrap .ncgbs-result-items {
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
@media (min-width: 640px) {
  .ncgbs-result-wrap .ncgbs-result-items {
    display: inline-block;
    width: 50%;
    height: 138px;
    vertical-align: top;
  }
  .ncgbs-result-wrap .ncgbs-result-items:nth-last-child(2):nth-child(2n+1), .ncgbs-result-wrap .ncgbs-result-items:last-child {
    border-bottom: none;
  }
}

.ncgbs-result-wrap .ncgbs-result-contents-wrap {
  display: flex;
  padding: 0 16px;
}
.ncgbs-result-wrap .ncgbs-result-thumb {
  margin: 0 12px 0 0;
}
.ncgbs-result-wrap .ncgbs-result-thumb .thumb-wrap {
  display: block;
  width: 92px;
  height: 64px;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 640px) {
  .ncgbs-result-wrap .ncgbs-result-contents-wrap {
    padding: 0 20px;
  }
  .ncgbs-result-wrap .ncgbs-result-thumb {
    margin: 0 16px 0 0;
  }
  .ncgbs-result-wrap .ncgbs-result-thumb .thumb-wrap {
    width: 94px;
    height: 65px;
  }
}
.ncgbs-result-wrap .ncgbs-result-thumb + .ncgbs-result-contents {
  width: calc(100% - 104px);
}
.ncgbs-result-wrap .ncgbs-result-thumb:hover + .ncgbs-result-contents .ncgbs-result-title a, .ncgbs-result-wrap .ncgbs-result-contents:hover .ncgbs-result-title a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.93);
  color: rgba(0, 0, 0, 0.93);
  display: inline-block;
  height: 24px;
}
.ncgbs-result-wrap .ncgbs-result-title {
  margin: -5px 0 6px;
  overflow: hidden;
  max-height: 1.5em;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.ncgbs-result-wrap .ncgbs-result-title a {
  color: rgba(0, 0, 0, 0.93);
}
.ncgbs-result-wrap .ncgbs-result-summary a {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 3em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--ncui-black045);
}
@media (min-width: 640px) {
  .ncgbs-result-wrap .ncgbs-result-thumb + .ncgbs-result-contents {
    width: calc(100% - 110px);
  }
  .ncgbs-result-wrap .ncgbs-result-summary {
    margin-top: 8px;
  }
  .ncgbs-result-wrap .ncgbs-result-summary a {
    line-height: 20px;
  }
}


.ncgbs-result-wrap .ncgbs-result-tags {
  margin: 6px 0 0;
  padding: 0 16px;
  height: 20px;
  font-size: 15px;
  position: relative;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 1.5em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncgbs-result-wrap .ncgbs-result-tags .ncgbs-tags-item {
  display: inline-block;
  margin: 0 8px 0 0;
}
.ncgbs-result-wrap .ncgbs-result-tags .ncgbs-tags {
  font-size: 15px;
  color: #457cc7;
}
.ncgbs-result-wrap .ncgbs-result-tags .ncgbs-tags::before {
  content: "#";
}
@media (min-width: 960px) {
  .ncgbs-result-wrap .ncgbs-result-tags {
    height: 19px;
    padding: 0 20px;
  }
}

.ncgbs-result-wrap .ncgbs-result-info {
  margin: 14px 0 0;
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
}
.ncgbs-result-wrap .ncgbs-result-info .ncgbs-update {
  margin-right: 6px;
  margin-left: initial;
}
.ncgbs-result-wrap .ncgbs-result-info .ncgbs-date {
  position: relative;
  padding: 0 0 0 7px;
  padding: 0 0 0 7px;
}
.ncgbs-result-wrap .ncgbs-result-info .ncgbs-date::before {
  position: absolute;
  left: 0;
  right: initial;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: rgba(34, 34, 34, 0.08);
  content: "";
}
@media (min-width: 640px) {
  .ncgbs-result-wrap .ncgbs-result-info {
    margin: 12px 0 0;
    padding: 0 20px;
    font-size: 14px;
  }
}


.ncgb-pagination-wrap {
  padding-bottom: 1rem;
}
.ncgb-pagination-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.ncgb-pagination-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.ncgb-pagination-list li {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 4px;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
.ncgb-pagination-list li.current {
  color: rgba(0, 0, 0, 0.93);
}


.ncgb-pagination-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.ncgb-pagination-list li {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 4px;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
.ncgb-pagination-list li.current {
  color: rgba(0, 0, 0, 0.93);
}
.ncgb-pagination-list li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.45);
}
.ncgb-pagination-list .prev {
  margin-right: 15px
}
.ncgb-pagination-list .prev a:before {
  margin: -4px 0 0 -2px;
  transform: rotate(-135deg)
}
.ncgb-pagination-list .next {
  margin-left: 15px;
}
.ncgb-pagination-list .next a::before {
  margin: -4px 0 0 -6px;
  transform: rotate(45deg);
}
.ncgb-pagination-list .next a, .ncgb-pagination-list .prev a {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  text-align: start;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
}
.ncgb-pagination-list .next a:hover,
.ncgb-pagination-list .prev a:hover {
  border-color: rgba(0,0,0,0.45);
}
.ncgb-pagination-list .next a::before, .ncgb-pagination-list .prev a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 0 solid #747880;
  border-width: 1px 1px 0 0;
}


















.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-button-next,
.swiper-button-prev {
  position:absolute;
  top:50%;
  width:40px;
  height:40px;
  margin-top:-22px;
  z-index:10;
  cursor:pointer;
  background-size:40px 40px;
  background-position:50%;
  background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity:.5;
  cursor:auto;
  pointer-events:none
}
.swiper-button-next::after, .swiper-button-prev::after {
  display:none
}
.swiper-container .swiper-button-prev {
  background-image:url(https://image.tw.ncsoft.com/lostsword/guidebook/btn_prev.webp);
}
[dir=rtl] .swiper-container .swiper-button-prev {
  background-image:url(https://image.tw.ncsoft.com/lostsword/guidebook/btn_next.webp)
}
.swiper-container .swiper-button-prev:focus {
  outline:0
}
.swiper-container .swiper-button-next {
  background-image:url(https://image.tw.ncsoft.com/lostsword/guidebook/btn_next.webp);
}
[dir=rtl] .swiper-container .swiper-button-next {
  background-image:url(https://image.tw.ncsoft.com/lostsword/guidebook/btn_prev.webp)
}
.swiper-container .swiper-button-next:focus {
  outline:0
}
.swiper-container .swiper-pagination-fraction {
  bottom:38px;
  color:#9b9b9b;
  font-size:12px;
  letter-spacing:0
}
.swiper-container .swiper-pagination-progressbar {
  top:auto;
  right:40px;
  bottom:21px;
  width:auto;
  height:3px;
  background-color:#ccc
}
@media (min-width:960px) {
  .swiper-container .swiper-pagination-progressbar {
    display:none
  }
}
.swiper-container .swiper-pagination-bullet {
  width:18px;
  height:18px;
  text-align:center;
  font-weight:400;
  font-family:Roboto;
  line-height:18px;
  font-size:11px;
  color:#ccc;
  opacity:1;
  background:transparent
}
.swiper-container .swiper-pagination-bullet-active {
  color:#000000;
  background:transparent
}
.swiper-container .swiper-pagination-bullet-active:after {
  display:block;
  content:"";
  width:12px;
  height:2px;
  margin:-3px auto 0;
  background-color:#000000
}

.swiper-button-lock,
.swiper-pagination-lock {
  display:none!important
}

.swiper-slide {
  -webkit-flex-shrink:0;
  -ms-flex-negative:0;
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  -o-transition-property:transform;
  transition-property:transform;
  transition-property:transform,-webkit-transform
}



