/* Font */
/* Color */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-container {
  position: relative;
  z-index: 1;
  padding-top: 0;
  overflow: hidden;
}
.index-container .slick-arrow {
  display: none;
}


.main-banner {
  height: 540px;
}
@media (min-width: 960px) {
  .main-banner {
    position: absolute;
    height: 512px;
    width: 100%;
  }
}

.promotion-list {
  position: relative;
}
.promotion-list .promotion-item {
  position: relative;
  width: 100%;
  height: 540px;
  background-color: #000;
}
@media (min-width: 960px) {
  .promotion-list .promotion-item {
    height: 512px;
  }
}
.promotion-list .promotion-item .item-link {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  outline: 0;
}
.promotion-list .promotion-item .item-bg-pc, .promotion-list .promotion-item .item-bg-mobile, .promotion-list .promotion-item .item-bg-movie, .promotion-list .promotion-item .item-bg-cover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.promotion-list .promotion-item .item-bg-pc {
  display: none;
}
@media (max-width: 600px) {
  .promotion-list .promotion-item .item-bg-pc {
    background-image: none !important;
  }
}
@media (min-width: 600px) {
  .promotion-list .promotion-item .item-bg-pc {
    display: block;
    background-position: 50% 0;
  }
}
@media (min-width: 960px) {
  .promotion-list .promotion-item .item-bg-pc {
    background-position: 50% 0;
  }
}
.promotion-list .promotion-item .item-bg-mobile {
  background-position: 50% 0;
}
@media (min-width: 600px) {
  .promotion-list .promotion-item .item-bg-mobile {
    display: none;
    background-image: none !important;
  }
}

.promotion-list .promotion-item .item-info-wrap {
  width: 100%;
  height: 100%;
  display: table;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
.promotion-list .promotion-item .item-info-wrap.is-active {
  opacity: 0.1 !important;
}
.promotion-list .promotion-item.slick-active .item-info-wrap .item-info-cell{
  animation: moveIn 0.7s 0.65s cubic-bezier(0, 0, 0.43, 0.82) both;
}
@keyframes moveIn {0% {transform: translateY(20px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
.promotion-list .promotion-item .item-info-wrap .item-info-cell {
  display: table-cell;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 68px;
  vertical-align: bottom;
  text-align: center;
  opacity: 0;
  width: 100%;
}
.promotion-list .promotion-item .item-bg-obj{display:none;}
@media (min-width: 600px) {
  .promotion-list .promotion-item .item-bg-obj{
    /*position: absolute; top: 0; left: 50%; bottom: 0; width: 100%; margin: 0 auto;margin-left: auto; background-repeat: no-repeat; background-size: auto 100%; background-position: left center;transform: translateX(-10%);min-width: 1300px;*/
    display:block;position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; margin: 0 auto;margin-left: auto; background-repeat: no-repeat; background-size: auto 100%; background-position: center bottom;margin-left:20%;
  }
  .promotion-list .promotion-item.slick-active .item-bg-obj {
    display:block;
  }
  .promotion-list .promotion-item .item-info-wrap .item-info-cell {
    text-align: left;
    top: 0;
    margin-top: 200px;
    left: 70px;
    bottom: auto;
    width:50%;
  }
}
@media (min-width: 960px) {
  .promotion-list .promotion-item .item-bg-obj{
    /*opacity: 0;left: 50%; height: 512px; transform: translateX(-50%); margin-left: 0; background-position: center bottom;*/
    opacity: 0;left: 50%; max-width: 1120px; height: 512px; margin-left: -230px; background-size: contain;
  }
  .promotion-list .promotion-item.slick-active .item-bg-obj{
    animation: moveLeft 1.5s 0s cubic-bezier(0.22, 0.4, 0.5, 0.96) both;
  }
  @keyframes moveRight {0% {transform: translateX(-500px);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}
  @keyframes moveLeft {0% {transform: translateX(500px);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}
  /*@keyframes moveLeft {0% {margin-left: 0;opacity: 0;}100% {margin-left: 250px;opacity: 1;}}*/
}
.promotion-list .promotion-item .item-info-wrap .category, .promotion-list .promotion-item .item-info-wrap .title, .promotion-list .promotion-item .item-info-wrap .desc, .promotion-list .promotion-item .item-info-wrap .date {
  color: #F3F3F3;
}
.promotion-list .promotion-item .item-info-wrap .category {
  text-transform: uppercase;
  transition: all 0.8s 0.3s ease-out;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  margin: 0 auto;
}
.promotion-list .promotion-item .item-info-wrap .category.event {
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/bg_label_category1.webp");
}
.promotion-list .promotion-item .item-info-wrap .category.update {
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/bg_label_category2.webp");
}
.promotion-list .promotion-item .item-info-wrap .category span{
  font-size:14px;
}
.promotion-list .promotion-item .item-info-wrap .category.event span{
  color:#ffdab7;
}
.promotion-list .promotion-item .item-info-wrap .category.update span{
  color:#95dfc9;
}

.promotion-list .promotion-item .item-info-wrap .title {
  margin-bottom: 9px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  transition: all 0.8s 0.4s ease-in-out;
  text-shadow: 2px 2px 3px rgba(0,0,0,.4);
}
@media (min-width: 600px) {
  .promotion-list .promotion-item .item-info-wrap .title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.promotion-list .promotion-item .item-info-wrap .desc {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 24px;
  text-shadow: 2px 2px 3px rgba(0,0,0,.4);
}
@media (min-width: 600px) {
  .promotion-list .promotion-item .item-info-wrap .desc {
    font-size: 25px;
  }
}
.promotion-list .promotion-item .item-info-wrap .desc br {
  display: none;
}
@media (min-width: 600px) {
  .promotion-list .promotion-item .item-info-wrap .desc br {
    display: block;
  }
}
.promotion-list .promotion-item .item-info-wrap .date {
  font-size: 14px;
  text-shadow: 2px 2px 3px rgba(0,0,0,.24);
}
.promotion-list .slick-slide.slick-active .item-info-cell {
  opacity: 1;
}

@media (min-width: 600px) {
  .promotion-list .promotion-item .item-info-wrap .category {
    margin: 0;
  }
  .promotion-list .slick-slide.slick-active .item-info-cell .title {
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  .promotion-list .slick-arrow {
    display: block;width: 30px;height: 50px;position: absolute;top:auto;bottom: 0;-webkit-transform:none;-ms-transform:none;transform:none;z-index:1;
  }
  .index-container .slick-arrow.slick-prev {
    left: 50%;margin-left: -50px;background: url("https://image.tw.ncsoft.com/lostsword/index/icon-arrow-l.webp") 50% 50% no-repeat;
  }
  .index-container .slick-arrow.slick-next {
    right: 50%;margin-right: -50px;background: url("https://image.tw.ncsoft.com/lostsword/index/icon-arrow-r.webp") 50% 50% no-repeat;
  }
}
/*@media (min-width: 1280px) {
  .index-container .slick-arrow.slick-prev {left: 50%;margin-left: -600px;}
  .index-container .slick-arrow.slick-next {right: 50%;margin-right: -600px;}
}*/
.banner-bottom{
  display:none;background:rgba(0,0,0,0.3);width:100%;height:50px;position:absolute;bottom:0;
}
.banner-bottom .container{
  position:relative;height:100%;
}
.btn_viewall{
  width:50px;height:50px;background:url(https://image.tw.ncsoft.com/lostsword/index/icon-viewall-on.png) 50% 50% no-repeat;position:absolute;right:0;top:0;pointer-events:all;
}
.btn_viewall_close{
  width:50px;height:50px;background:url(https://image.tw.ncsoft.com/lostsword/index/icon-viewall-off.png) 50% 50% no-repeat;position:absolute;right:0;top:0;pointer-events:all;
}
.promotion_layer{
  display:none;width:calc(100% - 20px);max-height:180px;min-height:110px;background-color:rgba(60,60,60,.95);position:absolute;bottom:0;border-radius: 6px 6px 0 0;padding:25px;z-index:5;
}
.promotion_layer.open{
  display:block;pointer-events:all;
}
.promotion_layer_wrap{
  max-height:calc(180px - 50px);min-height:calc(110px - 50px);overflow-x:auto;
}
.promotion_layer .list_item{
  float:left;overflow: hidden;height: 56px;margin: 5px 0;padding-right: 20px;
}
.promotion_layer .list_item a{
  display: flex; align-items: center;
}
.promotion_layer .list_item a:hover{
  text-decoration: none;
}
.promotion_layer .list_item img{
  margin-right: 16px;width: 56px; height: 56px;border-radius: 4px;
}
.promotion_layer .list_item .text_area{
  width:calc(100% - 56px);padding-right:1rem;
}
.promotion_layer .list_item .text_area .title{
  color:#ffffff;font-size:15px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%;
}
.promotion_layer .list_item .text_area .date{
  color:#8b9193;font-size:12px;line-height:1;
}
@media (min-width: 960px) {
  .banner-bottom{display:block;pointer-events:none;}
  .promotion_layer .list_item{width: 33.3%;}
}
@media (min-width: 1280px) {
  .promotion_layer .list_item{width: 25%;}
  .promotion_layer .list_item .text_area{padding-right:0.5rem;}
}
.slick_counter{
  color:#A3A3A3;font-size:12px;text-align:center;line-height:48px;
}
.slick_counter .current{
  color:#F3F3F3;font-size:15px;
}
.promotion-list .slick-dots {
  bottom: 25px;
}
.promotion-list .slick-dots li {
  width: auto;
  height: 10px;
  margin: 0 6px;
}
.promotion-list .slick-dots li button, .promotion-list .slick-dots li button:before {
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-out;
}
.promotion-list .slick-dots li button:hover:before, .promotion-list .slick-dots li button:focus:before {
  background-color: rgba(255, 255, 255, 0.75);
}
.promotion-list .slick-dots li button:before {
  content: "";
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.promotion-list .slick-dots li.slick-active {
  width: 40px;
  opacity: 0.9;
}
.promotion-list .slick-dots li.slick-active button, .promotion-list .slick-dots li.slick-active button:before {
  width: 40px;
  border-radius: 10px;
  background-color: #bbd5ff;
}
@media (min-width: 960px) {
  .promotion-list .slick-dots {
    display: none !important;
  }
}


.index-news {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .index-news__wrap li.top:after {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 24px;
    height: 44px;
    background-image: url("https://image.tw.ncsoft.com/lostsword/layout/icon-top.webp");
    background-position: 0 50%;
    background-repeat: no-repeat;
    z-index: 1000;
  }
}

@media (min-width: 960px) {
  .index-news {
    margin-bottom: 30px;
  }
}

.index-news__wrap, .index-hot__wrap, .index-service__wrap {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px 15px 25px;
}
.index-news__wrap .list--index {
  display: inline-block;
  width: 100%;
}
.index-news__wrap li {
  position: relative;
}
.index-news__wrap .title {
  padding: 0;
}
.index-news__wrap .slick-dots {
  bottom: -20px;
}
#newsResult {
  display: none;
}
#newsResult2 {
  display: block;
}
@media (min-width: 600px) {
  #newsResult {
    display: inline-block;
  }
  #newsResult2 {
    display: none;
  }
}

.index-hot__wrap .list--index {
  display: block;
}
.index-hot__wrap .slick-list li {
  position: relative;
  display: flex !important;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index-hot__wrap .item-img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 154px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 5px;
}
.index-hot__wrap .item-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-hot__wrap .item-info-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.index-hot__wrap .item-info-wrap .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  width: 100%;
}
.index-hot__wrap .item-info-wrap .desc {
  font-size: 14px;
  width: 100%;
  color: #8b9193;
}
.index-hot__wrap .slick-dots {
  bottom: -20px;
}
.index-service__wrap .list--index > li {
  width: 30%;
  float: left;
  margin-right: 5%;
  padding: 15px 0;
}
.index-service__wrap--2 .list--index > li {
  width: 48%;
  margin-right: 2%;
}
.index-service__wrap--2 .list--index > li:nth-child(even) {
  margin-right: 0;
}
.index-service__wrap .list--index > li:last-child {
  margin: 0;
}
@media (min-width: 960px) {
  .index-hot__wrap .slick-dots {
    bottom: -50px;
  }
}
.slick-dots li button::before {
  font-size: 8px;
}

.index-service__wrap--1 {
  margin: 0;
}
.index-service__wrap--2 {
  display: none;
}
@media (min-width: 600px) {
  .index-news__wrap, .index-hot__wrap, .index-service__wrap {
    padding: 20px 30px 30px;
  }
  .index-news__wrap .list--index > li {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
  .index-hot__wrap {
    width: 49%;
    float: left;
    margin-bottom: 0;
    min-height: 330px;
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .index-service__wrap {
    width: 49%;
    float: left;
    margin-left: 51%;
    margin-right: -100%;
    margin-bottom: 0;
    min-height: 330px;
    clear: none;
  }
  .index-service__wrap--1 {
    display: none;
  }
  .index-service__wrap--2 {
    display: block;
  }
  .index-hot__wrap .list--index > li {
    width: 100%;
    float: none;
    margin: 0;
  }
  .index-news__wrap .list--index li:nth-child(even) {
    margin: 0;
  }
}

@media (min-width: 960px) {
  .index-news__wrap {
    width: 68%;
    float: left;
    margin-bottom: 0;
    min-height: 370px;
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .index-hot__wrap {
    width: 30%;
    float: left;
    margin-left: 70%;
    margin-right: -100%;
    margin-bottom: 0;
    min-height: 370px;
    clear: none;
  }
  .index-hot__wrap .item-img {
    max-width: 100%;
    background-size: cover;
  }
  .index-hot__wrap .item-info-wrap .title {
    text-align: left;
  }
  .index-hot__wrap .item-info-wrap .desc {
    text-align: left;
  }
}

.index-news__wrap--last {
  margin-bottom: 0;
}


.index-service__wrap .news-heading--index h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.index-service__wrap .news-heading--index h3 span {
  color: #8c8c8c;
  font-size: 14px;
  padding: 0 5px;
  font-weight: 400;
}
.index-service__wrap .list li a {
  width: 100%;
  height: 55px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-service__wrap .list li a:before {
  content: "";
  display: block;
  width: 95px;
  height: 30px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/quick_nav_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 570px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  padding: 12.5px 0;
  box-sizing: content-box;
}
.index-service__wrap .list li a.button--fb:before {
  background-position-x: -95px;
}
.index-service__wrap .list li a.button--baha:before {
  background-position-x: -190px;
}
.index-service__wrap .list li a.button--purple:before {
  background-position-x: -285px;
}
.index-service__wrap .list li a.button--aos:before {
  background-position-x: -380px;
}
.index-service__wrap .list li a.button--ios:before {
  background-position-x: -475px;
}

.index-service__wrap .slick-dots {
  bottom: -20px;
}

.quick-nav {
  display: none;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .quick-nav {
    display: block;
    margin-top: 530px;
    margin-bottom: 15px;
  }
  .index-service__wrap {
    display: none;
  }
}

.quick-nav__wrap ul:before, .quick-nav__wrap ul:after {
  content: " ";
  display: table;
}
.quick-nav__wrap ul:after {
  clear: both;
}
.quick-nav__wrap ul li {
  float: left;
  text-align: center;
}
.quick-nav__wrap ul li a {
  position: relative;
  display: block;
  text-indent:-9999em;font-size:0;line-height:0;
}
.quick-nav__wrap ul li a:before {
  display: block;
  content: "";
  width: 75px;
  height: 25px;
  margin: 0 auto;
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/quick_nav.webp");
  background-size: 75px 150px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a:before {
    width: 150px;
    height: 50px;
    background-size: 150px 300px;
  }
}
.quick-nav__wrap ul li a.button--yt:before {
  background-position: 0 0;
}
.quick-nav__wrap ul li a.button--fb:before {
  background-position: 0 -25px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--fb:before {
    background-position: 0 -50px;
  }
}
.quick-nav__wrap ul li a.button--baha:before {
  background-position: 0 -50px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--baha:before {
    background-position: 0 -100px;
  }
}
.quick-nav__wrap ul li a.button--purple:before {
  background-position: 0 -75px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--purple:before {
    background-position: 0 -150px;
  }
}
.quick-nav__wrap ul li a.button--aos:before {
  background-position: 0 -100px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--aos:before {
    background-position: 0 -200px;
  }
}
.quick-nav__wrap ul li a.button--ios:before {
  background-position: 0 -125px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--ios:before {
    background-position: 0 -250px;
  }
}

.quick-nav__wrap--user {
  margin-bottom: 20px;
}
.quick-nav__wrap--user ul li {
  width: 31.914893617%;
  float: left;
}
.quick-nav__wrap--user ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.quick-nav__wrap--user ul li:nth-child(3n+2) {
  margin-left: 34.0425531915%;
  margin-right: -100%;
  clear: none;
}
.quick-nav__wrap--user ul li:nth-child(3n+3) {
  margin-left: 68.085106383%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 600px) {
  .quick-nav__wrap--user {
    width: 48.9361702128%;
    float: left;
    margin-right: 2.1276595745%;
    margin-bottom: 0;
  }
}

.quick-nav__wrap--sns ul li {
  width: 31.914893617%;
  float: left;
}
.quick-nav__wrap--sns ul li:nth-child(3n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.quick-nav__wrap--sns ul li:nth-child(3n+2) {
  margin-left: 34.0425531915%;
  margin-right: -100%;
  clear: none;
}
.quick-nav__wrap--sns ul li:nth-child(3n+3) {
  margin-left: 68.085106383%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 600px) {
  .quick-nav__wrap--sns {
    width: 48.9361702128%;
    float: right;
    margin-right: 0;
  }
}


.feature {
  height: 270px;
  position: relative;
  margin-bottom: 0;
  padding: 0.25rem 0;
  background: url("https://image.tw.ncsoft.com/lostsword/index/bg_feature_m.webp") 50% 50% no-repeat;
  background-size: auto 100%;
}
.feature .title {
  display: block;
  text-align: center;
}
.feature .title img {
  width: 170px;
}
.feature .frameSwiperBox {
  margin: 0 auto;
  position: relative;
  padding-bottom: 1.2rem;
  box-sizing: content-box;
}
.feature .frameSwiperBox,.feature .frameSwiperBox .feature-video {
  width: 287px;
  height: 161px;
}
.feature .frameSwiperBox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/feature_frame.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 100;
  pointer-events: none;
}
.feature .frameSwiperBox .feature-video {
  background-color: #000000;
}
.feature .frameSwiperBox .feature-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f3f3f3;
  font-size: 0.7rem;
  text-align: center;
  z-index: 101;
  pointer-events: none;
}
.feature .frameSwiperBox .feature-title:after {
  content: "";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="0"]) .feature-title:after {
  content: "橫向捲軸戰鬥(PVE)";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="1"]) .feature-title:after {
  content: "競技場(PVP)";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="2"]) .feature-title:after {
  content: "寶藏探勘";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="3"]) .feature-title:after {
  content: "戰鬥副本";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="4"]) .feature-title:after {
  content: "圓桌系統";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="5"]) .feature-title:after {
  content: "村莊系統";
}
.feature .feature-npc {
  width: 110px;
  height: 125px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 135px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/feature_npc.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 110;
  pointer-events: none;
}
.feature .feature-dialogbox {
  width: 95px;
  height: 80px;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: 115px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/feature_dialogbox.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 110;
  pointer-events: none;
  transform-origin: right bottom;
  transform: rotate(-20deg);
  padding: 0.75rem 1rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .feature-dialogbox:after {
  content: "";
  color: #29355e;
  font-size: 0.55rem;
  font-weight: 400;
  white-space: pre;
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="0"]) .feature-dialogbox:after {
  content: "橫向捲軸x即時戰鬥\a提供超爽打擊感！";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="1"]) .feature-dialogbox:after {
  content: "與各路好手較高下，\a唯有強者\a才能登上榮耀之巔！";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="2"]) .feature-dialogbox:after {
  content: "隨時隨地\a透過離線獎勵機制\a以獲取遊戲資源～";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="3"]) .feature-dialogbox:after {
  content: "透過各式豐富的副本\a獲取大量的\a成長資源吧！";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="4"]) .feature-dialogbox:after {
  content: "減少更換角色時，\a等級繼承來繼承去\a的不便！";
}
.feature .frameSwiperBox:has(.swiper-wrapper .swiper-slide.swiper-slide-active[data-swiper-slide-index="5"]) .feature-dialogbox:after {
  content: "提升戰鬥力，\a獲取烹飪材料\a的地方～";
}
.feature .frameSwiperBox .swiper-slide video{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.feature .frameSwiperBox .swiper-button-prev,.feature .frameSwiperBox .swiper-button-next {
  width: 30px;
  height: 30px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/feature_arrow.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature .frameSwiperBox .swiper-button-prev:after,.feature .frameSwiperBox .swiper-button-next:after {
  display: none;
}
.feature .frameSwiperBox .swiper-button-prev {
  transform: scaleX(-1);
  left: -20px;
}
.feature .frameSwiperBox .swiper-button-next {
  right: -20px;
}
.feature .frameSwiperBox .swiper-pagination {
  bottom: -0.25rem;
}
.feature .frameSwiperBox  .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background-color: #8D8C9A;
  opacity: 1;
}
.feature .frameSwiperBox  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ffdd40;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .feature {
    height: 330px;
  }
  .feature .frameSwiperBox .feature-title {
    top: 0.2rem;
    font-size: 0.8rem;
  }
  .feature .frameSwiperBox,.feature .frameSwiperBox .feature-video {
    width: 400px;
    height: 224px;
  }
  .feature .feature-npc {
    top: 0px;
    margin-left: 170px;
  }
  .feature .feature-dialogbox {
    top: -80px;
    margin-left: 160px;
  }
  .feature .feature-dialogbox:after {
    font-size: 15px;
    font-weight: 700;
  }
  .feature .frameSwiperBox .swiper-button-prev,.feature .frameSwiperBox .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .feature .frameSwiperBox .swiper-button-prev {
    left: -30px;
  }
  .feature .frameSwiperBox .swiper-button-next {
    right: -30px;
  }
}
@media (min-width: 960px) {
  .feature {
    height: 430px;
    margin-bottom: 0;
    background-size: cover;
    background-image: url("https://image.tw.ncsoft.com/lostsword/index/bg_feature.webp");
  }
  .feature .frameSwiperBox .feature-title {
    top: 0.5rem;
    font-size: 14px;
  }
  .feature .frameSwiperBox,.feature .frameSwiperBox .feature-video {
    width: 574px;
    height: 322px;
  }
  .feature .title img {
    width: 180px;
  }
  .feature .feature-npc {
    width: 220px;
    height: 250px;
    top: 30px;
    margin-left: 370px;
  }
  .feature .feature-dialogbox {
    width: 190px;
    height: 160px;
    margin-left: 300px;
    padding: 1.5rem 2rem 3.75rem;
  }
  .feature .frameSwiperBox .swiper-button-prev,.feature .frameSwiperBox .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}


.art {
  height: 280px;
  position: relative;
  margin-bottom: 20px;
  padding: 0.25rem 0;
  background: url("https://image.tw.ncsoft.com/lostsword/index/bg_art_m.webp") 50% 50% no-repeat;
  background-size: auto 100%;
}
.art .title {
  display: block;
  text-align: center;
}
.art .title img {
  width: 170px;
}
.art ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.art ul li {
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.art ul li:nth-child(3) {
  z-index: 10;
}
.art ul li:nth-child(4) {
  z-index: 9;
}
.art ul li.focus{
  z-index: 12;
}
.art ul li img {
  width: calc(270px * 0.5);
}
.art a.btn-more {
  text-align: center;
  width: 120px;
  height: 40px;
  min-width: auto;
  background-image: url("https://image.tw.ncsoft.com/lostsword/index/art_btnmore_2x.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 600px) {
  .art {
    height: 340px;
  }
  .art ul li img {
    width: calc(270px * 0.7);
  }
  .art a.btn-more {
    background-image: url("https://image.tw.ncsoft.com/lostsword/index/art_btnmore.webp");
    width: 122px;
    height: 40px;
    bottom: 1rem;
  }
}
@media (min-width: 960px) {
  .art {
    height: 430px;
    background-size: cover;
    background-image: url("https://image.tw.ncsoft.com/lostsword/index/bg_art.webp");
  }
  .art .title img {
    width: 180px;
  }
  .art ul {
    width: 1000px;
  }
  .art ul li {
    width: 200px;
  }
  .art ul li img {
    width: 270px;
  }
}
