/* 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{
    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 .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%; max-width: 1120px; height: 512px; margin-left: -230px;
  }
  .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;}}
}
.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 {
  position: relative;
  display: inline-block;
  padding-top: 2px;
  text-transform: uppercase;
  transition: all 0.8s 0.3s ease-out;
  background-image: url("https://image.tw.ncsoft.com/aion/index/2025ver/bg_label_category.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 34px;
  text-align: center;
}
.promotion-list .promotion-item .item-info-wrap .category span{
  color:#ffffff;font-size:14px;
}
.promotion-list .promotion-item .item-info-wrap .category span.common{
  color:#b3b3b3;
}
.promotion-list .promotion-item .item-info-wrap .category span.ep{
  color:#c4ecff;
}
.promotion-list .promotion-item .item-info-wrap .category span.classic{
  color:#e6cfaf;
}
.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,.24);
}
@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,.24);
}
@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 .slick-slide.slick-active .item-info-cell .title {
    margin-top: 10px;
  }
  .promotion-list .slick-arrow {
    display: block;width: 44px;height: 70px;margin-top: -22px;-webkit-transform:none;-ms-transform:none;transform:none;z-index:1;
  }
  .index-container .slick-arrow.slick-prev {
    left: 0;background: url("https://image.tw.ncsoft.com/aion/index/2025ver/icon-arrow-l.webp") 50% 50% no-repeat;
  }
  .index-container .slick-arrow.slick-next {
    right: 0;background: url("https://image.tw.ncsoft.com/aion/index/2025ver/icon-arrow-r.webp") 50% 50% no-repeat;
  }
}
@media (min-width: 960px) {
  
}
@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/aion/index/2025ver/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/aion/index/2025ver/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:320px;min-height:150px;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(320px - 50px);min-height:calc(150px - 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: 18px;
}
.promotion-list .slick-dots li {
  width: auto;
  height: 22px;
  margin: 0 6px;
}
.promotion-list .slick-dots li button, .promotion-list .slick-dots li button:before {
  width: 18px;
  height: 22px;
  transition: all 0.3s ease-out;
}
.promotion-list .slick-dots li button:hover:before, .promotion-list .slick-dots li button:focus:before {
  opacity: 1;
}
.promotion-list .slick-dots li button:before {
  content: "";
  background:url(https://image.tw.ncsoft.com/aion/index/2025ver/icon-bullet-off.webp) 50% 50% no-repeat;
  opacity: 0.8;
}
.promotion-list .slick-dots li.slick-active {
  opacity: 1;
}
.promotion-list .slick-dots li.slick-active button, .promotion-list .slick-dots li.slick-active button:before {
  background:url(https://image.tw.ncsoft.com/aion/index/2025ver/icon-bullet-on.webp) 50% 50% no-repeat;
}
.index-news {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}

@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: #8b9193;
  font-size: 14px;
  padding: 0 5px;
}
.index-service__wrap .list li a {
  width: 100%;
  height: 55px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  display: block;
  position: relative;
}
.index-service__wrap .list li a:before {
  content: "";
  display: block;
  width: 80px;
  height: 55px;
  background-image: url("https://image.tw.ncsoft.com/aion/index/2025ver/quick_nav_2x.webp");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 480px 55px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}
.index-service__wrap .list li a.button--rule:before {
  background-position-x: -80px;
}
.index-service__wrap .list li a.button--opt:before {
  background-position-x: -160px;
}
.index-service__wrap .list li a.button--fb:before {
  background-position-x: -240px;
}
.index-service__wrap .list li a.button--baha:before {
  background-position-x: -320px;
}
.index-service__wrap .list li a.button--purple:before {
  background-position-x: -400px;
}

.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: 70px;
  height: 20px;
  margin: 0 auto;
  background-image: url("https://image.tw.ncsoft.com/aion/index/2025ver/quick_nav.webp");
  background-size: 70px 120px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a:before {
    width: 140px;
    height: 50px;
    background-size: 140px 300px;
  }
}
.quick-nav__wrap ul li a.button--service:before {
  background-position: 0 0;
}
.quick-nav__wrap ul li a.button--rule:before {
  background-position: 0 -25px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--rule:before {
    background-position: 0 -50px;
  }
}
.quick-nav__wrap ul li a.button--opt:before {
  background-position: 0 -50px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--opt:before {
    background-position: 0 -100px;
  }
}
.quick-nav__wrap ul li a.button--fb:before {
  background-position: 0 -75px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--fb:before {
    background-position: 0 -150px;
  }
}
.quick-nav__wrap ul li a.button--baha:before {
  background-position: 0 -100px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--baha:before {
    background-position: 0 -200px;
  }
}
.quick-nav__wrap ul li a.button--purple:before {
  background-position: 0 -125px;
}
@media (min-width: 960px) {
  .quick-nav__wrap ul li a.button--purple: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;
  }
}

.beginner {
  position: relative;
  margin-bottom: 20px;
  padding: 120px 0 30px;
  background: url("https://image.tw.ncsoft.com/aion/index/2025ver/bg_beginner_m.webp") 50% 50% no-repeat;
  background-size: auto 100%;
}
.beginner.open .container:before {
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.beginner .btn_beginner-view {
  width: 22px;
  height: 12px;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -21px;
  background: url("https://image.tw.ncsoft.com/aion/index/2025ver/icon-arrow-up_2x.png") 50% 50% no-repeat;
  background-size: 22px 12px;
  padding: 10px;
  box-sizing: content-box;
}
.beginner.open .btn_beginner-view {
  background-image: url("https://image.tw.ncsoft.com/aion/index/2025ver/icon-arrow-down_2x.png")
}
@media (min-width: 600px) {
  .beginner {
    padding: 230px 0 0;
  }
  .beginner .container:before {
    display: none;
  }
  .btn_beginner-view {
    display: none;
  }
}
@media (min-width: 960px) {
  .beginner {
    padding: 350px 0 0;
    margin-bottom: 30px;
    background-size: cover;
    background-image: url("https://image.tw.ncsoft.com/aion/index/2025ver/bg_beginner.webp");
  }
}


.beginner__btn {
  text-align: center;
  position: relative;
  visibility: hidden;
}
.beginner.open .beginner__btn {
  visibility: visible;
}
@media (min-width: 600px) {
  .beginner__btn {
    text-align: right;
    visibility: visible;
  }
}
@media (min-width: 960px) {
  .beginner__btn {
    margin-right: 2rem;
  }
}
.beginner__btn li {
  display: inline-block;
  margin: 0 10px 10px;
}
.beginner__btn li a {
  width: 80px;
  height: 75px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  background: url("https://image.tw.ncsoft.com/aion/index/2025ver/beginner_nav_m.webp") 0 0 no-repeat;
  background-size: 240px 75px;
  display: block;
}
.beginner__btn li a.button--sign {
  background-position: 0 0;
}
.beginner__btn li a.button--update {
  background-position: -80px 0;
}
.beginner__btn li a.button--lounge {
  background-position: -160px 0;
}
@media (min-width: 600px) {
  .beginner__btn li {
    margin: 0 0 30px 20px;
  }
  .beginner__btn li:last-child {
    margin-right: 0;
  }
  .beginner__btn li a {
    width: 140px;
    height: 42px;
    background: url("https://image.tw.ncsoft.com/aion/index/2025ver/beginner_nav.webp");
    background-size: 182px 126px;
  }
  .beginner__btn li a.button--sign {
    background-position: 0 0;
  }
  .beginner__btn li a.button--update {
    background-position: 0 -42px;
  }
  .beginner__btn li a.button--lounge {
    background-position: 0 -84px;
    width: 182px;
  }
}

.index-shop__wrap {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px 15px 30px;
}
.nshop hgroup {
  padding: 0 0 10px;
}
.nshop hgroup h3 a {
  color: #2a3761;
}

.nshop__list:before, .nshop__list:after {
  content: " ";
  display: table;
}
.nshop__list:after {
  clear: both;
}

.nshop__list ul li {
  text-align: center;
}
.nshop__list .shopList .slick-list, .nshop__list .shopList .slick-track {
  display: flex;
}
.nshop__list .shopList .shopItem {
  margin: 0 0.25rem;
  display: flex;
}
.nshop__list .shopList2 .slick-slide {
  display: flex;
  flex-wrap: wrap;
}
.nshop__list .shopList2 .shopItem {
  margin: 0.25rem;
  display: flex;
  flex-basis: calc(50% - 0.5rem);
}
.nshop__list .shopList2 .shopItem.shopItemEmpty {
  visibility: hidden;
}
@media (min-width: 480px) {
  .nshop__list .shopList2 .shopItem {
    margin: 0.75rem;
    flex-basis: calc(50% - 1.5rem);
  }
}
@media (min-width: 960px) {
  .nshop__list .shopList .slick-list, .nshop__list .shopList .slick-track {
    display: block;
  }
  .nshop__list .shopList .shopItem {
    margin: 0 0.5rem;
    display: block;
  }
}
.nshop__list .shopList .shopItem a {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 12px;
  border: 1px solid rgba(163,163,163,.5);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  text-align: left;
  color: #8b9193;
  font-size: 14px;
}
.nshop__list .shopList .shopItem a img {
  max-width: 100%;
  width: fit-content;
}

@media (min-width: 480px) {
  .nshop__list .shopList .shopItem a img {
    width: auto;
  }
  .nshop__list .shopList2 .shopItem a img {
    width: fit-content;
  }
}
@media (min-width: 750px) {
  .nshop__list .shopList .shopItem a img {
    width: fit-content;
  }
}
.nshop__list .shopList .shopItem a strong {
  display: block;
  margin: 6px 10px 0 10px;
  overflow: hidden;
  text-align: center;
}

.nshop__list .shopList .shopItem a .price {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  line-height: 1;
  text-align: center;
  flex: 1 0 auto;
  align-items: end;
  justify-content: center;
}
.nshop__list .slick-dots {
  bottom: -25px;
}
.nshop__list .slick-dots li button::before {
  font-size: 8px;
}


#shopList {
  display: none;
}
@media (min-width: 600px) {
  #shopList {
    display: block;
  }
  #shopList2 {
    display: none;
  }
}
