#MagicNotePad .module_10 {
  padding-bottom: 50.78125vw;
  background-color: #FCF8F5;
}

#MagicNotePad .module_10 .tab_box {
  width: 100%;
  margin-bottom: 5vw;
}

#MagicNotePad .module_10 .tab_box .div_tab .tab_item {
  display: flex;
  justify-content: center;
  gap: 1.95312vw;
}

#MagicNotePad .module_10 .tab_box .div_tab .tab_item .tab_item_p {
  font-size: 1.09375vw;
  margin-bottom: 1.17188vw;
  border: 2px solid #c4a080;
  width: max-content;
  padding: 0.625vw 1.5625vw;
  border-radius: 0.625vw;
  cursor: pointer;
  transition: all 0.5s;
}

#MagicNotePad .module_10 .tab_box .div_tab .tab_item .tab_item_p:hover {
  background-color: #FED600;
}

#MagicNotePad .module_10 .tab_box .div_tab .tab_item .tab_item_p.active {
  background-color: #FED600;
}

#MagicNotePad .module_10 .tab_box .div_tab .tab_item .tab_item_p:last-child {
  margin-right: 0;
}

#MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item {
  display: none;
}

#MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item.active {
  display: flex;
}

#MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item .swiper-container {
  width: 100%;
}

#MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item .swiper-container .swiper-wrapper {
  height: auto;
  margin-bottom: 1.95312vw;
}

#MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item .swiper-container .swiper-wrapper .swiper-slide {
  width: 55%;
}

#MagicNotePad .module_10 .mnp-add .arrow_box {
  display: flex;
  padding-left: 1.95312vw;
}

#MagicNotePad .module_10 .mnp-add .swiper-button-prev {
  margin-right: 1.25vw;
  background-image: url("https://resource.xp-pen.com/img/officialWebsite/MagicNotePad/images/swiper-prev.webp");
}

#MagicNotePad .module_10 .mnp-add .swiper-button-next {
  background-image: url("https://resource.xp-pen.com/img/officialWebsite/MagicNotePad/images/swiper-next.webp");
}

#MagicNotePad .module_10 .mnp-add .swiper-button-prev, #MagicNotePad .module_10 .mnp-add .swiper-button-next {
  width: 2.73438vw;
  height: 2.73438vw;
  background-color: #f3dbb6;
  border-radius: 50%;
  position: initial;
  margin-top: 0;
  background-size: 100% 100%;
  display: inline-block;
}

#MagicNotePad .module_10 .mnp-add .swiper-button-next.swiper-button-disabled, #MagicNotePad .module_10 .mnp-add .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

#MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item > img {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1080px) {
  #MagicNotePad .module_10 {
    padding-bottom: 0;
  }
  #MagicNotePad .module_10 .tab_box {
    width: 93.88889vw;
    margin-bottom: 9.25926vw;
  }
  #MagicNotePad .module_10 .tab_box .div_tab .tab_item .tab_item_p {
    font-size: 2.96296vw;
    padding: 1.11111vw 2.22222vw;
    margin-bottom: 3.7037vw;
    border-radius: 1.11111vw;
    margin-right: 2.77778vw;
  }
  #MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item > img {
    width: 93.88889vw;
  }
  #MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item .swiper-container .swiper-wrapper {
    height: auto;
    margin-bottom: 4.62963vw;
  }
  #MagicNotePad .module_10 .tab_box .div_tab_content .div_tab_content_item .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #MagicNotePad .module_10 .mnp-add .arrow_box {
    padding-left: 0;
    justify-content: center;
  }
  #MagicNotePad .module_10 .mnp-add .swiper-button-prev {
    margin-right: 5.92593vw;
  }
  #MagicNotePad .module_10 .mnp-add .swiper-button-prev, #MagicNotePad .module_10 .mnp-add .swiper-button-next {
    width: 6.48148vw;
    height: 6.48148vw;
  }
}

@media screen and (max-width: 520px) {
  #MagicNotePad .module_10 .tab_box .div_tab .tab_item .tab_item_p {
    border: 1px solid #c4a080;
    padding: 6px 10px;
  }
  #MagicNotePad .module_10 .mnp-add .swiper-button-prev, #MagicNotePad .module_10 .mnp-add .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
