/* --------------------------------
    Color Variables */
/* --------------------------------
    Css */
html {
  font-size: 62.5%; /* 1rem = 10px*/
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: #F2F4F7;
  color: #1E1E1E;
  font-family: "inter", sans-serif;
  font-weight: 400;
}
body a {
  text-decoration: none;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media (max-width: 987px) {
  .container {
    padding: 0 1.6rem;
  }
}

.hidden {
  display: none;
}

/* layouts */
.lyt-hd {
  margin-bottom: 3.2rem;
  background-color: #305AC9;
}
.lyt-hd__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
.lyt-hd__box img {
  height: 100%;
}
.lyt-hd__logo {
  height: 5.4rem;
  padding: 0.8rem;
}
.lyt-hd__search {
  height: 5.4rem;
  padding: 0.8rem;
  flex: 1;
}
.lyt-hd__search form {
  display: flex;
  height: 3.8rem;
}
.lyt-hd__search form button {
  padding: 0.5rem;
  border: none;
  border-radius: 5rem 0 0 5rem;
  background-color: #FFFFFF;
}
.lyt-hd__search form button img {
  padding: 0.5rem;
}
.lyt-hd__search form button img:hover {
  border-radius: 0.8rem;
  background-color: #E5E7EB;
}
.lyt-hd__search form input {
  height: 100%;
  width: 100%;
  border-radius: 0 5rem 5rem 0;
  border: none;
  outline: none;
  font-size: 1.4rem;
  color: #1E1E1E;
}
.lyt-hd__nav {
  height: 5.4rem;
  padding: 0.8rem;
  display: flex;
  gap: 2.4rem;
}
.lyt-hd__adds {
  height: 3.8rem;
  padding: 0.8rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 5rem;
  color: #FFFFFF;
  background-color: #2853C6;
}
.lyt-hd__adds img:first-child {
  display: none;
}
.lyt-hd__adds div {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}
.lyt-hd__adds div div:last-child {
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.lyt-hd__adds img:last-child {
  width: 1.4rem;
  height: auto;
}
.lyt-hd__cart {
  height: 3.8rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.lyt-hd__cart img {
  width: 2.4rem;
  height: auto;
}
@media (max-width: 987px) {
  .lyt-hd {
    margin-bottom: 0rem;
  }
  .lyt-hd__box {
    flex-wrap: wrap;
    gap: 0rem;
  }
  .lyt-hd__logo {
    height: 4rem;
  }
  .lyt-hd__search {
    height: 5rem;
    margin-top: -0.4rem;
    order: 2;
    flex-basis: 100%;
  }
  .lyt-hd__search form {
    height: 3.4rem;
  }
  .lyt-hd__search form button {
    padding: 0.2rem;
  }
  .lyt-hd__nav {
    height: 4rem;
  }
  .lyt-hd__adds {
    height: 2.4rem;
  }
  .lyt-hd__adds img:first-child {
    display: block;
  }
  .lyt-hd__adds div div:first-child {
    display: none;
  }
  .lyt-hd__adds img:last-child {
    display: none;
  }
  .lyt-hd__cart {
    height: 2.4rem;
  }
  .lyt-hd__cart div {
    display: none;
  }
  .lyt-hd__cart img {
    width: auto;
    height: 100%;
  }
}
.lyt-ft {
  margin-top: 3.2rem;
  color: #D9D9D9;
  background-color: #090D14;
}
.lyt-ft__box {
  padding: 4rem 12rem;
}
.lyt-ft__info {
  display: flex;
  justify-content: space-between;
  font-family: sans-serif;
  font-size: 14px;
  border-bottom: 0.1rem solid #333333;
  padding-bottom: 2rem;
}
.lyt-ft__info span {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.lyt-ft__info ul {
  list-style: none;
  padding-inline-start: 0rem;
}
.lyt-ft__info ul li {
  margin-bottom: 6px;
}
.lyt-ft__info a {
  color: #D9D9D9;
}
.lyt-ft__brand {
  padding: 4rem 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.lyt-ft__brand img {
  width: 12rem;
}
.lyt-ft__brand span {
  max-width: 36rem;
  text-align: center;
  font-size: 1.4rem;
}
.lyt-ft__social {
  display: flex;
  gap: 0.8rem;
}
.lyt-ft__social img {
  width: 4rem;
}
@media (max-width: 987px) {
  .lyt-ft__box {
    padding: 4rem 0;
  }
  .lyt-ft__info {
    flex-direction: column;
    text-align: center;
    gap: 2.4rem;
    border-bottom: none;
  }
  .lyt-ft__info--column {
    border-bottom: 0.1rem solid #333333;
  }
  .lyt-ft__brand {
    padding: 4rem 0rem;
  }
}
.lyt-adds__box {
  position: fixed;
  max-width: 60rem;
  width: 100%;
  padding: 2.4rem;
  top: 50%;
  left: 50%;
  font-size: 1.4rem;
  z-index: 1000;
  transform: translate(-50%, -50%);
  border-radius: 0.8rem;
  background-color: #FFFFFF;
  border: 1px solid #EDEDED;
}
.lyt-adds__box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 70vh;
  overflow-y: auto;
  border: 1px solid #eee;
}
.lyt-adds__box ul li {
  width: calc((100% - 0.8rem) / 2);
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  cursor: pointer;
}
.lyt-adds__box ul li:hover {
  background-color: #eee;
}
.lyt-adds__search {
  margin-bottom: 1.6rem;
  width: 100%;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  border: none;
  outline: none;
  background-color: #F3F3F3;
  border-radius: 0.4rem;
}
.lyt-adds__hd {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1E1E1E;
  margin-bottom: 2.4rem;
}
.lyt-adds__hd button {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1E1E1E;
  padding: 0.4rem 1.6rem;
  border-radius: 0.4rem;
  border: none;
  outline: none;
  background-color: #F3F3F3;
}
.lyt-adds__hd button:hover {
  background-color: #EDEDED;
}
@media (max-width: 987px) {
  .lyt-adds__box {
    top: 1.6rem;
    left: 1.6rem;
    right: 1.6rem;
    transform: none;
    width: auto;
    max-width: unset;
    border-radius: 0;
  }
}
.lyt-cart {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.lyt-cart__back {
  margin: 1.6rem 0;
}
.lyt-cart__back img {
  height: 2rem;
}
.lyt-cart__pack {
  margin: 1.6rem 0;
}
.lyt-cart__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem 0.8rem 0 0;
}
.lyt-cart__nav a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  background-color: #E5E5E5;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1E1E1E;
}
.lyt-cart__nav a:first-child {
  border-radius: 0.8rem 0 0 0;
}
.lyt-cart__nav a:last-child {
  border-radius: 0 0.8rem 0 0;
}
.lyt-cart__nav a.active {
  background-color: #FFFFFF;
}
.lyt-cart__category {
  padding: 1.6rem;
  background-color: #FFFFFF;
  border-radius: 0 0 0.8rem 0.8rem;
}
.lyt-cart__item {
  border: 1px solid #E5E5E5;
  margin: 0.8rem 0;
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.lyt-cart__item--info {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
  gap: 1rem;
}
.lyt-cart__item--info > :nth-child(1) {
  width: 6rem;
  height: auto;
  flex-shrink: 0;
}
.lyt-cart__item--info > :nth-child(2) {
  flex: 1;
}
.lyt-cart__item--info > :nth-child(2) :first-child {
  font-weight: 600;
}
.lyt-cart__item--info > :nth-child(2) :last-child {
  font-size: 1.2rem;
  padding: 0.4rem 1.6rem;
  border: 1px solid #E5E5E5;
  display: inline-block;
  border-radius: 0.4rem;
  margin-top: 0.4rem;
}
.lyt-cart__item--info > :nth-child(3) :first-child {
  font-weight: 600;
  color: #FF0036;
}
.lyt-cart__item--info > :nth-child(3) :last-child {
  font-size: 1.2rem;
  margin-top: 0.4rem;
  text-align: right;
  text-decoration: line-through;
}
.lyt-cart__item--action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.lyt-cart__item--action a, .lyt-cart__item--action div {
  padding: 0.6rem;
  min-width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background-color: white;
  cursor: pointer;
}
.lyt-cart__item--action a {
  text-decoration: none;
  color: inherit;
}
.lyt-cart__item--action img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}
.lyt-cart__item--action a:first-child {
  border: none;
}
.lyt-cart__adds {
  margin: 1.6rem 0;
  padding: 0.8rem;
  border-radius: 0.8rem;
  font-weight: 500;
  background-color: #FFFFFF;
}
.lyt-cart__adds--none {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  color: #0057FF;
  display: none;
}
.lyt-cart__adds--none img {
  transform: rotate(180deg);
  height: 0.8rem;
}
.lyt-cart__adds--content {
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  flex-direction: column;
  font-size: 1.4rem;
  color: #0057FF;
}
.lyt-cart__price {
  margin: 1.6rem 0;
  background-color: #FFFFFF;
  padding: 1.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 2rem;
  color: #FF0036;
  font-weight: 700;
}
.lyt-cart__price div:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0057FF;
}
.lyt-cart__price button {
  all: unset;
  display: block;
  text-align: center;
  max-width: 30rem;
  padding: 0.8rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  background-color: #0057FF;
  width: 100%;
  border-radius: 0.4rem;
  cursor: pointer;
}
.lyt-cart__price button:hover {
  opacity: 0.9;
}
.lyt-cart__notif {
  font-size: 1.4rem;
  text-align: center;
}
.lyt-cart__notif a {
  margin-top: 0.8rem;
  padding: 0.4rem 1.6rem;
  background-color: #0057FF;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 0.8rem;
}
@media (max-width: 987px) {
  .lyt-cart {
    padding: 0 1.6rem;
  }
}

.hm-slider__box {
  margin: 2.4rem 0;
  display: flex;
  gap: 1.6rem;
}
.hm-slider__left {
  width: 100%;
  aspect-ratio: 2.299;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  background-color: #F3F3F3;
}
.hm-slider__slider {
  position: relative;
}
.hm-slider__slide {
  width: 100%;
  border-radius: 0.8rem;
  aspect-ratio: 2.299;
  font-size: 24px;
}
.hm-slider__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.hm-slider__dots {
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.hm-slider__dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 4px;
  padding: 0;
  pointer-events: auto;
}
.hm-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #999;
  font-size: 0;
  line-height: 0;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.hm-slider__dots .slick-active button {
  width: 24px;
  height: 8px;
  border-radius: 20px;
  background-color: #305AC9 !important;
}
.hm-slider .slick-dots {
  padding-inline-start: 0px;
}
.hm-slider__right {
  height: 100%;
  width: 52.48%;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.hm-slider__right--img {
  aspect-ratio: 2.567;
  width: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
  display: block;
}
.hm-slider__right a {
  flex: 1;
  display: block;
}
@media (max-width: 1199px) {
  .hm-slider__right {
    display: none;
  }
}
@media (max-width: 987px) {
  .hm-slider__box {
    margin-top: 0rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .hm-slider__left {
    aspect-ratio: 1;
    border-radius: 0rem;
  }
  .hm-slider__slide {
    border-radius: 0rem;
    aspect-ratio: 1;
  }
}
.hm-menu {
  margin: 2.4rem auto;
  max-width: 60rem;
  color: #1E1E1E;
}
.hm-menu__box {
  padding: 2.4rem 0;
  display: flex;
  justify-content: center;
}
.hm-menu__item {
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4rem;
  cursor: pointer;
  color: #1E1E1E;
}
.hm-menu img {
  height: 9.9rem;
}
@media (max-width: 987px) {
  .hm-menu {
    max-width: none;
  }
  .hm-menu img {
    height: 7.2rem;
  }
  .hm-menu__box {
    background-color: #FFFFFF;
  }
}
.hm-fsale {
  margin: 2.4rem 0;
}
.hm-fsale__banner {
  position: relative;
}
.hm-fsale__banner img {
  width: 100%;
  display: block;
}
.hm-fsale__banner span {
  font-size: 1.6rem;
  position: absolute;
  bottom: 16px;
  right: 20px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
}
.hm-fsale__category {
  padding: 0.8rem 1.6rem 0.1rem 1.6rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #0057FF;
}
@media (max-width: 987px) {
  .hm-fsale__box {
    margin: 0 -1.6rem;
  }
  .hm-fsale__banner {
    position: static;
  }
  .hm-fsale__banner span {
    display: block;
    font-size: 1.6rem;
    position: static;
    bottom: auto;
    right: auto;
    background: #0057FF;
    color: #fff;
    padding: 1.6rem 1.6rem 0 1.6rem;
    border-radius: 0;
    font-weight: bold;
  }
  .hm-fsale__category {
    padding: 0.1rem 1.6rem;
    border-radius: 0;
    background-color: #0057FF;
  }
}
.hm-category {
  margin: 7.2rem 0;
}
.hm-category__slider {
  display: flex;
  gap: 1.2rem;
}
.hm-category__slider a:first-child {
  width: calc(60% - 0.6rem);
}
.hm-category__slider a:last-child {
  width: calc(40% - 0.6rem);
}
.hm-category__slider img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
@media (max-width: 987px) {
  .hm-category {
    margin: 4rem 0;
    border-bottom: 8px solid #E5E7EB;
  }
  .hm-category__slider a:first-child {
    display: none;
  }
  .hm-category__slider a:last-child {
    width: 100%;
  }
}
.hm-news {
  margin: 7.2rem 0;
}
@media (max-width: 987px) {
  .hm-news {
    margin: 4rem 0;
    border-bottom: 8px solid #E5E7EB;
  }
}
.hm-client {
  margin: 3.2rem 0;
}
.hm-client__category {
  position: relative;
}
.hm-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.hm-title h2 {
  font-size: clamp(2.4rem, 2.6vw, 2.8rem);
  font-weight: 500;
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}
.hm-title__nav {
  display: flex;
  gap: 1.6rem;
  font-size: 1.4rem;
}
.hm-title__nav a {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #EDEDED;
  color: #1E1E1E;
  white-space: nowrap;
  text-decoration: none;
}
.hm-title__nav a:hover {
  background-color: #E5E7EB;
}

/* Tablet responsive */
@media (max-width: 1200px) {
  .hm-title__nav {
    gap: 1.4rem;
  }
  .hm-title__nav a {
    padding: 0.7rem 1.4rem;
    font-size: 1.35rem;
  }
}

/* Mobile responsive */
@media (max-width: 987px) {
  .hm-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.6rem;
    gap: 1.2rem;
  }
  .hm-title h2 {
    font-weight: 600;
    width: 100%;
  }
  .hm-title__nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 1.2rem;
    padding-bottom: 0.8rem;
    margin-bottom: -0.4rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #CBD5E0 transparent;
  }
  .hm-title__nav::-webkit-scrollbar {
    height: 6px;
  }
  .hm-title__nav::-webkit-scrollbar-track {
    background: #F3F4F6;
    border-radius: 3px;
  }
  .hm-title__nav::-webkit-scrollbar-thumb {
    background-color: #CBD5E0;
    border-radius: 3px;
  }
  .hm-title__nav::-webkit-scrollbar-thumb:hover {
    background-color: #A0AEC0;
  }
  .hm-title__nav a {
    padding: 0.6rem 1.2rem;
    font-size: 1.3rem;
    flex-shrink: 0;
    min-width: max-content;
  }
}

/* Small mobile responsive */
@media (max-width: 666px) {
  .hm-title__nav {
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .hm-title__nav a {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
}

.catprd {
  margin: 2.4rem 0;
  border-bottom: 8px solid #EDEDED;
}
.catprd__nav {
  display: flex;
  margin: 0.8rem 0;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  flex-wrap: wrap;
}
.catprd__nav a {
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #E5E7EB;
  color: #1E1E1E;
}
.catprd__nav a:hover {
  background-color: #EDEDED;
}
.catprd__filter {
  display: flex;
  gap: 0.8rem;
  background: #f1f3f5;
  margin-left: 0;
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
}
.catprd__filter--item {
  position: relative;
  cursor: pointer;
}
.catprd__filter--item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1rem;
  background: transparent;
  z-index: 2;
}
.catprd__filter--item > a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  display: inline-block;
  pointer-events: auto;
  padding: 0.5rem 1rem;
}
.catprd__filter--item > a.active {
  color: #0057FF;
}
.catprd__filter--item:hover .catprd__filter--content, .catprd__filter--item.is-open .catprd__filter--content {
  display: block;
}
.catprd__filter--content {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  background-color: white;
  border-radius: 0.8rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  min-width: 14rem;
  z-index: 10;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.catprd__filter--content a {
  display: block;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  color: #333;
}
.catprd__filter--content a:hover {
  background-color: #eee;
}
.catprd__category {
  margin: 2.4rem 0;
}
@media (max-width: 987px) {
  .catprd__filter--item > a {
    pointer-events: auto;
  }
}
.catprd h1 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 4rem 0 0.8rem 0;
}

.paprd {
  margin: 2.4rem 0;
}
.paprd-main__pack {
  display: flex;
  gap: 3.2rem;
  padding: 3.2rem;
  margin: 1.6rem 0;
  border-radius: 0.8rem;
  background-color: #FFFFFF;
  align-items: flex-start;
}
.paprd-main__left {
  padding-top: 4rem;
  flex: 4;
  position: sticky;
  top: 0;
}
.paprd-main__right {
  flex: 3;
}
.paprd-main__right h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #1E1E1E;
}
.paprd-main__view {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 5/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paprd-main__view img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.paprd-main__view div {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 6px;
  font-family: sans-serif;
}
.paprd-main__option {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.6rem 0;
}
.paprd-main__option--img {
  width: 7.2rem;
  padding: 0.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #E5E5E5;
  background-color: #FFFFFF;
}
.paprd-main__option--img img {
  width: 100%;
}
.paprd-main__price {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.paprd-main__price div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.4rem;
  position: relative;
}
.paprd-main__price div:first-child span:first-child {
  font-size: 2rem;
  color: #FF0036;
  font-weight: 600;
}
.paprd-main__price div:first-child span:last-child {
  color: #0057FF;
}
.paprd-main__price div:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  width: 1px;
  background-color: #ccc;
  transform: translateX(-50%);
}
.paprd-main__price div:last-child span:first-child {
  color: #444444;
}
.paprd-main__variant {
  margin-top: 2.4rem;
}
.paprd-main__variant span {
  font-size: 1.6rem;
  font-weight: 600;
}
.paprd-main__variant--cp {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.8rem;
  font-size: 1.4rem;
}
.paprd-main__variant--cp a {
  padding: 1.2rem;
  border-radius: 0.4rem;
  color: #333333;
  border: 0.1rem solid #E5E5E5;
}
.paprd-main__variant--cp a.active {
  border: 0.1rem solid rgba(0, 87, 255, 0.5);
  background-color: rgba(0, 87, 255, 0.1);
}
.paprd-main__variant--cl {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.paprd-main__variant--cl a {
  border-radius: 0.4rem;
  padding: 0.8rem;
  display: flex;
  gap: 0.8rem;
  font-size: 1.2rem;
  color: #333333;
  border: 0.1rem solid #E5E5E5;
}
.paprd-main__variant--cl a.active {
  border: 0.1rem solid rgba(0, 87, 255, 0.5);
  background-color: rgba(0, 87, 255, 0.1);
}
.paprd-main__variant--cl img {
  width: 2.7rem;
}
.paprd-main__sale {
  margin-top: 2.4rem;
}
.paprd-main__sale > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: #305AC9;
  height: 4rem;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 1.6rem 1.6rem 0 0;
}
.paprd-main__sale > div:first-child img {
  height: 100%;
}
.paprd-main__sale > div:last-child {
  font-weight: 400;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  background-color: transparent;
  color: #444444;
  border: 0.2rem solid #305AC9;
  border-radius: 0 0 1.6rem 1.6rem;
}
.paprd-main__sale > div:last-child div {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
}
.paprd-main__sale > div:last-child img {
  height: 1.8rem;
  margin-right: 0.8rem;
}
.paprd-main__commit {
  font-size: 1.6rem;
  font-weight: 400;
}
.paprd-main__commit div:first-child {
  padding: 1.6rem 0 0 0;
  text-align: center;
  font-weight: 600;
  border-bottom: none;
}
.paprd-main__commit div {
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid #E5E7EB;
}
.paprd-main__commit div:last-child {
  border-bottom: none;
}
.paprd-main__buy {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.paprd-main__buy a {
  height: 5rem;
  background-color: #0057FF;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.paprd-main__buy a:first-child {
  background-color: #FF0036;
  width: 100%;
}
.paprd-main__buy a:nth-child(2) {
  flex: 1;
}
.paprd-main__buy a:nth-child(3) {
  width: 8rem;
}
.paprd-main__buy a:nth-child(3) img {
  height: 100%;
  padding: 1rem;
}
.paprd-main__buy a:nth-child(4) {
  padding: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.paprd-main__buy a:nth-child(4) img {
  width: 100%;
}
.paprd-main__buy a div {
  font-size: 1.6rem;
  font-weight: 700;
}
.paprd-main__buy a span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 987px) {
  .paprd-main__pack {
    flex-direction: column;
    align-items: stretch;
    padding: 1.6rem;
    margin: 0 -1.6rem;
    gap: 1.6rem;
    border-radius: 0;
  }
  .paprd-main__left {
    position: static;
    padding-top: 0;
  }
}
.paprd-acs {
  margin: 2.4rem 0;
}
.paprd-acs__buy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 2.4rem;
  background-color: #FFFFFF;
  max-width: 45.4rem;
  border-radius: 0.8rem;
  margin-top: 0.6rem;
}
.paprd-acs__buy > div:first-child {
  font-size: 2rem;
  width: 100%;
  font-weight: 600;
  color: #1E1E1E;
}
.paprd-acs__buy > div:first-child span {
  color: #FF0036;
  margin-left: 0.8rem;
}
.paprd-acs__buy > div:nth-child(2) {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0057FF;
}
.paprd-acs__buy > div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  flex: 1;
  height: 5rem;
  background-color: #0057FF;
  text-align: center;
}
.paprd-acs__buy > div:nth-child(3) a {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 700;
}
.paprd-acs__buy > div:nth-child(3) a div:last-child {
  font-size: 1.4rem;
  font-weight: 500;
}
.paprd-acs__buy > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  width: 8rem;
  height: 5rem;
  background-color: #0057FF;
}
.paprd-acs__buy > div:last-child img {
  width: 3rem;
}
.paprd-acs__box {
  border-radius: 0.8rem;
  background-color: #FFFFFF;
}
.paprd-acs h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-block-start: 7.2rem;
  margin-block-end: 1.6rem;
}
@media (max-width: 987px) {
  .paprd-acs__buy {
    max-width: 100%;
  }
  .paprd-acs__buy > div:nth-child(3) div:last-child {
    display: none;
  }
}
.paprd-cnt__pack {
  display: flex;
  gap: 3.2rem;
  background-color: #FFFFFF;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
.paprd-cnt__pack > :first-child {
  flex: 5;
}
.paprd-cnt__pack > :last-child {
  flex: 3;
}
.paprd-cnt__content h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1E1E1E;
}
.paprd-cnt__content div {
  line-height: 1.2;
}
.paprd-cnt__content div img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
.paprd-cnt__content div h2, .paprd-cnt__content div h3, .paprd-cnt__content div h4, .paprd-cnt__content div h5, .paprd-cnt__content div h6 {
  font-size: 1.6rem;
  font-weight: 600;
}
.paprd-cnt__content div p {
  font-size: 1.6rem;
  font-weight: 400;
}
.paprd-cnt__specs h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1E1E1E;
}
.paprd-cnt__specs div div {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 1.6rem;
  display: flex;
}
.paprd-cnt__specs div div span:first-child {
  font-weight: 600;
  flex: 1;
}
.paprd-cnt__specs div div span:last-child {
  flex: 2;
}
.paprd-cnt__specs div div:nth-child(odd) {
  background-color: rgba(229, 229, 229, 0.5);
}
.paprd-cnt__specs > div:last-child {
  background-color: rgba(229, 229, 229, 0.5);
}
@media (max-width: 987px) {
  .paprd-cnt__pack {
    margin: 0 -1.6rem;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0rem;
    margin-bottom: 1.6rem;
  }
  .paprd-cnt__content {
    margin-bottom: 1.6rem;
  }
}
.paprd-review__pack {
  margin: 2.4rem 0;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
.paprd-review__card {
  display: flex;
  gap: 2.4rem;
  width: calc(60% - 1.6rem);
}
.paprd-review__card--left {
  width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.paprd-review__card--left button {
  all: unset;
  cursor: pointer;
  background-color: #305AC9;
  color: #FFFFFF;
  padding: 0.4rem 4rem;
  font-size: 1.4rem;
  border-radius: 0.4rem;
}
.paprd-review__card--left button:hover {
  background-color: #0057FF;
}
.paprd-review__card--left > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.paprd-review__card--left > div:first-child > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  color: #1E1E1E;
  flex-wrap: nowrap;
}
.paprd-review__card--left > div:first-child > div:first-child {
  font-size: 2rem;
  font-weight: 600;
}
.paprd-review__card--left > div:first-child > div:last-child {
  font-size: 1.4rem;
  font-weight: 400;
}
.paprd-review__card--left > div:first-child img {
  width: 1.6rem;
  height: 1.6rem;
}
.paprd-review__card--right {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1E1E1E;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.paprd-review__card--right div {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.paprd-review__card--right div img {
  height: 1rem;
}
.paprd-review__card--right div div:nth-child(1) {
  width: 1rem;
  text-align: center;
}
.paprd-review__card--right div div:nth-child(2) {
  width: 1rem;
  text-align: center;
}
.paprd-review__card--right div div:nth-child(3) {
  flex: 1;
  height: 0.9rem;
  background-color: #D9D9D9;
  border-radius: 0.8rem;
}
.paprd-review__card--right div div:nth-child(3) span {
  display: block;
  width: 90%;
  height: 100%;
  background-color: #305AC9;
  border-radius: 0.8rem;
}
.paprd-review__comment {
  margin-top: 5.6rem;
  width: calc(60% - 1.6rem);
}
.paprd-review__post {
  font-size: 1.6rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  padding: 4rem 2.4rem;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1000;
}
.paprd-review__post--title {
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  text-align: center;
}
.paprd-review__post--info {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  gap: 0.8rem;
  display: flex;
}
.paprd-review__post--info input {
  flex: 1;
  padding: 0.8rem;
  border: none;
  outline: 1px solid #E5E5E5;
  border-radius: 0.4rem;
}
.paprd-review__post--btn {
  background: #305AC9;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
  display: inline-block;
}
.paprd-review__post--btn:hover {
  background: #0057FF;
}
.paprd-review__post--section {
  margin-bottom: 1.2rem;
}
.paprd-review__post--stars {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.paprd-review__post--star {
  width: 32px;
  height: 32px;
  cursor: pointer;
  filter: grayscale(100%);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.paprd-review__post--star.selected {
  filter: none;
  transform: scale(1.1);
}
.paprd-review__post--textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.4rem;
  resize: vertical;
  overflow-y: auto;
  line-height: 1.4;
  min-height: 10rem;
  border: none;
  outline: 1px solid #E5E5E5;
}
.paprd-review__post--label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1E1E1E;
  margin-top: 0.2rem;
}
.paprd-review__post--label.active-label {
  color: #f5a623;
  font-weight: 500;
}
.paprd-review__post--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.paprd-review__user {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.paprd-review__user div:first-child {
  font-weight: 600;
}
.paprd-review__user div:first-child span {
  font-size: 1.2rem;
  color: #0057FF;
  margin-left: 0.8rem;
}
.paprd-review__user div:nth-child(3) {
  padding: 0.8rem;
  border-radius: 0.4rem;
  background-color: #F3F3F3;
}
.paprd-review__user div:last-child img {
  width: 1.2rem;
  margin-right: 0.4rem;
}
.paprd-review__user div:last-child a {
  margin-right: 2rem;
  color: #1E1E1E;
}
.paprd-review__reply {
  margin-top: 0.6rem;
  margin-left: 0.6rem;
  padding: 1rem 2rem;
  border-left: 0.1rem solid #444444;
}
@media (max-width: 987px) {
  .paprd-review__card, .paprd-review__comment {
    width: 100%;
  }
  .paprd-review__pack {
    margin: 0 -1.6rem;
    border-radius: 0rem;
  }
}

.prd-pack__5s {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 1.6rem 0;
}
.prd-pack__10 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 1.6rem 0;
}
.prd-pack__10 > *:nth-child(n+11) {
  display: none;
}
.prd-pack__10[data-count="6"] > *:nth-child(n+6), .prd-pack__10[data-count="7"] > *:nth-child(n+6), .prd-pack__10[data-count="8"] > *:nth-child(n+6), .prd-pack__10[data-count="9"] > *:nth-child(n+6) {
  display: none;
}
.prd-pack__20 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 1.6rem 0;
}
.prd-pack__20 > *:nth-child(n+21) {
  display: none;
}
@media (max-width: 987px) {
  .prd-pack__10 {
    gap: 0.8rem;
  }
  .prd-pack__10 > *:nth-child(n+9) {
    display: none;
  }
  .prd-pack__20 {
    gap: 0.8rem;
  }
  .prd-pack__20 > *:nth-child(n+21) {
    display: none;
  }
}
@media (max-width: 678px) {
  .prd-pack__10 > *:nth-child(n+7) {
    display: none;
  }
  .prd-pack__20 > *:nth-child(n+21) {
    display: none;
  }
}
.prd-item {
  width: calc((100% - 4.8rem) / 5);
  padding: 1.2rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
}
.prd-item__slider {
  padding: 0.6rem;
  background-color: transparent;
}
.prd-item__slider a {
  padding: 1.6rem;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
}
.prd-item__price {
  font-size: 1.8rem;
  color: #FF0036;
  font-weight: 700;
}
.prd-item__price--old {
  font-size: 1.2rem;
  color: #ADADAD;
  font-weight: 500;
  line-height: 1.6;
}
.prd-item__price--old span:nth-child(1) {
  text-decoration: line-through;
}
.prd-item__price--old span:nth-child(2) {
  margin-left: 1rem;
  color: #1E1E1E;
}
.prd-item__price--sale {
  font-size: 1.2rem;
  color: #305AC9;
  font-weight: 500;
  line-height: 1.6;
}
.prd-item__bart {
  width: 80%;
  height: 1.6rem;
  margin: 0 auto;
  margin-top: 1.6rem;
  background-color: #D3D3D3;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.prd-item__bart--fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background-color: #FF0036;
  border-radius: 999px;
  z-index: 1;
  transition: width 0.3s ease;
}
.prd-item__bart--label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 5600;
  color: #F3F3F3;
  text-align: center;
  white-space: nowrap;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.prd-item__buy {
  all: unset;
  width: calc(100% - 3.2rem);
  cursor: pointer;
  padding: 0.4rem 0;
  margin: 1.6rem;
  margin-top: -3.2rem;
  background-color: #305AC9;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 0.8rem;
  color: #FFFFFF;
}
.prd-item img {
  width: 100%;
  height: 100%;
}
.prd-item a {
  display: flex;
  flex-direction: column;
}
.prd-item h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1E1E1E;
  margin-bottom: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.4rem;
  line-height: 1.8rem;
}
@media (max-width: 987px) {
  .prd-item {
    width: calc((100% - 2.4rem) / 4);
    padding: 0.8rem;
  }
}
@media (max-width: 678px) {
  .prd-item {
    width: calc((100% - 0.8rem) / 2);
    padding: 0.8rem;
  }
}

.catnws-stories {
  margin: 2.4rem 0;
}
.catnws-filter {
  margin: 2.4rem 0;
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: #FFFFFF;
}
.catnws-filter h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1E1E1E;
  margin-block-start: 0rem;
  margin-block-end: 1.6arem;
}
.catnws-filter__base {
  display: flex;
  gap: 0.8rem;
}
.catnws-filter__base a {
  padding: 0.8rem 2.4rem;
  border: 0.1rem solid #E5E7EB;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 8rem;
}
.catnws-filter__base a.active {
  color: #0057FF;
  border: 0.1rem solid #0057FF;
}
@media (max-width: 987px) {
  .catnws-filter__box h2 {
    font-size: 2rem;
  }
  .catnws-filter__base {
    display: flex;
    flex-wrap: wrap;
  }
}
.catnws-list {
  margin: 2.4rem 0;
}

.panws-base__cn {
  max-width: 800px;
}
.panws-base__box {
  position: relative;
  margin: 2.4rem 0;
  background-color: #FFFFFF;
  padding-bottom: 5.6rem;
  border-radius: 0.8rem;
}
.panws-base__box img {
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
}
.panws-base__pack {
  max-width: 600px;
  margin: 0 auto;
}
.panws-base__pack h1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1E1E1E;
}
.panws-base__pack img {
  border-radius: 0.8rem;
}
.panws-base__pald {
  max-width: 600px;
  padding-top: 4rem;
  margin: 0 auto;
}
.panws-base__pald h1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1E1E1E;
}
.panws-base__pald img {
  border-radius: 0.8rem;
}
.panws-base__info {
  display: flex;
  gap: 1.6rem;
  font-size: 1.4rem;
  margin: 1.6rem 0;
}
.panws-base__info a {
  color: #0057FF;
  position: relative;
}
.panws-base__info a + a::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 1rem;
  background-color: #0057FF;
  margin-right: 1.6rem;
  vertical-align: middle;
}
.panws-base__text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #1E1E1E;
}
.panws-base__text img {
  width: 100%;
  height: 100%;
  margin: 1em 0;
}
.panws-base__text h2, .panws-base__text h3, .panws-base__text h4, .panws-base__text h5, .panws-base__text h6 {
  font-size: 2rem;
  font-weight: 600;
  margin-block-start: -1em;
  margin-block-end: -1em;
  padding: 1em 0;
}
.panws-base__text p {
  font-weight: 400;
}
@media (max-width: 987px) {
  .panws-base__box {
    margin: 0 -1.6rem;
    padding: 1.6rem;
  }
  .panws-base__pald {
    padding-top: 0rem;
  }
}
.panws-relates {
  margin: 7.2rem 0;
}
@media (max-width: 987px) {
  .panws-relates {
    border-bottom: 8px solid #E5E7EB;
  }
}
.panws-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.panws-title h2 {
  font-size: clamp(2.4rem, 2.6vw, 2.8rem);
  font-weight: 500;
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}
.panws-title__nav {
  display: flex;
  gap: 1.6rem;
  font-size: 1.4rem;
}
.panws-title__nav a {
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #EDEDED;
  color: #1E1E1E;
}
.panws-title__nav a:hover {
  background-color: #E5E7EB;
}
@media (max-width: 987px) {
  .panws-title {
    flex-direction: column;
    margin-bottom: 1.6rem;
  }
  .panws-title h2 {
    font-weight: 600;
  }
}

.nws-pack__s3 {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin: 0 -0.8rem;
}
.nws-pack__2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.nws-pack__20 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 987px) {
  .nws-pack__s3 {
    margin-right: -1.6rem;
  }
}
.nws-item {
  width: calc((100% - 2.4rem) / 3);
  background-color: #FFFFFF;
  border-radius: 0.8rem;
}
.nws-item__2 {
  width: calc((100% - 1.2rem) / 2);
}
.nws-item__2:nth-child(3) {
  display: none;
}
.nws-item__s3 {
  margin: 0 0.8rem;
}
.nws-item__auth {
  padding: 1.5rem 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #0057FF;
}
.nws-item__auth a {
  color: #0057FF;
}
.nws-item__auth .divider {
  width: 2px;
  height: 1.2rem;
  background-color: #0057FF;
}
.nws-item__buy {
  width: 100%;
  padding: 0.4rem 0;
  background-color: #0057FF;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 0.8rem;
  color: #F3F3F3;
  margin-top: 1.6rem;
}
.nws-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nws-item h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 1.5rem 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nws-item img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
@media (max-width: 987px) {
  .nws-item__2 {
    width: 100%;
  }
  .nws-item__2:nth-child(2) {
    display: none;
  }
  .nws-item__20 {
    width: 100%;
  }
  .nws-item h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 1.4;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 1.5rem 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.nws-content {
  margin: 4rem 0 2.4rem 0;
}
.nws-content__box {
  max-width: 60rem;
  margin: 0 auto;
}
.nws-content__text img {
  width: 100%;
  height: 100%;
}
.nws-content__text h2, .nws-content__text h3, .nws-content__text h4, .nws-content__text h5, .nws-content__text h6 {
  font-size: 1.6rem;
  font-weight: 600;
}
.nws-content__text p {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 987px) {
  .nws-content__text img {
    width: calc(100% + 3.2rem);
    margin: 0 -1.6rem;
  }
}
.nws-product {
  border: 1px solid #EDEDED;
  padding: 1.6rem;
  display: flex;
  gap: 2.4rem;
}
.nws-product img {
  width: 10rem;
}
.nws-product > div:last-child {
  font-size: 1.4rem;
  font-weight: 500;
  color: #090D14;
}
.nws-product > div:last-child div:nth-child(2) {
  font-weight: 600;
  color: #FF0036;
}
.nws-product > div:last-child div:nth-child(3) {
  font-size: 1.2rem;
  color: #0057FF;
  margin: -0.6rem 0 1rem 0;
}
.nws-product > div:last-child a {
  font-size: 1.6rem;
  color: #FFFFFF;
  padding: 0.4rem 3.2rem;
  background-color: #2853C6;
  border-radius: 0.8rem;
}

.common-next {
  width: 30rem;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #FFFFFF;
  padding: 0.8rem 0;
  text-align: center;
  border-radius: 8rem;
  margin: 2.4rem auto;
  cursor: pointer;
}
.common-next:hover {
  font-weight: 600;
}
.common-next a {
  color: #1E1E1E;
}

.common-crumbs {
  display: flex;
  gap: 0.8rem;
  margin: 0.8rem 0;
}
.common-crumbs__item {
  font-size: 1.4rem;
  display: flex;
  gap: 0.8rem;
  height: 1.4rem;
  color: #305AC9;
}
.common-crumbs__item img {
  height: 100%;
}
.common-crumbs__item a {
  color: #305AC9;
}
.common-apdx {
  position: absolute;
  top: 0;
  right: 16%;
  z-index: 1000;
  display: none;
}
@media (max-width: 768px) {
  .common-apdx {
    right: -1.2rem;
  }
}
.common-apdx__toggle {
  background: white;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.common-apdx__toggle img {
  width: 1.2rem;
}
.common-apdx__toggle .menu-label {
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.common-apdx__toggle:hover .menu-label, .common-apdx__toggle.show-label .menu-label {
  opacity: 1;
  width: auto;
  padding-left: 0.4rem;
}
.common-apdx__popup {
  position: absolute;
  top: 3.6rem;
  right: 0;
  width: 280px;
  font-size: 1.4rem;
  max-height: 80vh;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  display: none;
  flex-direction: column;
  z-index: 1001;
}
.common-apdx__popup.open {
  display: flex;
}
.common-apdx__popup .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
}
.common-apdx__popup .popup-header button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.common-apdx__popup .popup-content {
  padding: 1rem;
  overflow-y: auto;
}
.common-apdx__popup .popup-content .section-title {
  font-weight: bold;
  background: #f2f2f2;
  padding: 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.8rem;
}
.common-apdx__popup .popup-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.common-apdx__popup .popup-content ul li {
  margin: 0.5rem 0;
  line-height: 1.4;
}
.common-apdx__popup .popup-content ul li a {
  color: #1E1E1E;
}
.common-apdx__popup .popup-content ul .extra-item {
  display: none;
  color: #555;
}
.common-apdx__popup .popup-content.show-extra .extra-item {
  display: list-item;
}

/*# sourceMappingURL=app.css.map */
