/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/viewComponents/header/src/components/HeaderMenuItem/HeaderMenuItem.scss ***!
  \*************************************************************************************************************************************************************************************************/
.header__inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(184, 184, 184, 0.168627451);
}
.header__inner * {
  box-sizing: border-box;
}
.header__inner .inner-box {
  width: calc(100% - 120px);
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  padding: 0 calc(5.2083333333vw - 14px);
}
.header__inner .inner-box .first-menu-list {
  width: 25%;
}
.header__inner .inner-box .first-menu-list .first-menu__item {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  padding: 6px 0.7291666667vw;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s ease-in-out;
}
.header__inner .inner-box .first-menu-list .first-menu__item span {
  flex: 1;
}
.header__inner .inner-box .first-menu-list .first-menu__item svg {
  width: 6px;
  height: 6px;
}
.header__inner .inner-box .first-menu-list .first-menu__item.fontBlod {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header__inner .inner-box .first-menu-list .first-menu__item.itemLine {
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.header__inner .inner-box .first-menu-list .first-menu__item.canHover {
  background-color: #f8f8f8;
}
.header__inner .inner-box .first-menu-list .first-menu__item:first-child {
  margin-top: 10px;
}
.header__inner .inner-box .last-menu-list {
  width: 25%;
  background-color: #f8f8f8;
  transition: all 0.2s;
  padding: 10px 1.3541666667vw;
}
.header__inner .inner-box .last-menu-list .last-menu-item {
  display: flex;
  padding: 6px 0;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  cursor: pointer;
}
.header__inner .inner-box .last-menu-list .last-menu-item span {
  flex: 1;
}
.header__inner .inner-box .last-menu-list .last-menu-item img {
  width: 28px;
}
.header__inner .inner-box .last-menu-list:empty {
  background-color: rgba(248, 248, 248, 0);
}
.header__inner .inner-box .img-card-list {
  flex: 1;
  display: flex;
  justify-content: center;
  margin-left: 5vw;
  gap: 0.9375vw;
  padding-bottom: 4.1666666667vw;
}
.header__inner .inner-box .img-card-list.fullCardBg {
  margin-left: 0;
}
.header__inner .inner-box .img-card-list .header__img-card {
  flex: 1;
  padding: 1.0416666667vw 0.5208333333vw 4.1666666667vw 0.5208333333vw;
}
.header__inner .inner-box .img-card-list .header__img-card:hover {
  background: #f8f8f8;
}
.header__inner .inner-box .img-card-list .header__img-card img {
  border-radius: 12px 12px 12px 12px;
  width: 100%;
  aspect-ratio: 1;
  display: block;
}
.header__inner .inner-box .img-card-list .header__img-card .item__title {
  margin-top: 0.625vw;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: center;
}
.header__inner .inner-box .img-card-list .header__img-card .item__label {
  margin-top: 0.625vw;
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-size: 12px;
  color: #292929;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header__inner .inner-box .img-card-list .header__img-card .button-info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.header__inner .inner-box .img-card-list .header__img-card .button-info .img-card__tag {
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  font-weight: 400;
  border-radius: 100px;
}
.header__inner .inner-box .img-card-list .header__img-card .button-main {
  display: flex;
  align-items: center;
  margin-top: 0.625vw;
  gap: 10px;
}
.header__inner .inner-box .img-card-list .header__img-card .button-main svg {
  width: 16px;
  height: 16px;
}
.header__inner .inner-box .img-card-list .header__img-card .button-main span {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  font-style: normal;
  text-decoration-line: underline;
}
.header__inner .inner-box .fullCardBg .header__img-card {
  flex: unset;
  width: calc(25% - 0.46875vw);
}
.header__inner .inner-box__1 {
  width: 100%;
  padding: 0 2.3958333333vw;
  padding-bottom: 30px;
  position: relative;
}
.header__inner .inner-box__1 .swiper {
  padding: 10px 0.5208333333vw;
}
.header__inner .inner-box__1 .swiper-slide {
  padding: 16px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0);
  border-radius: 16px 16px 16px 16px;
  transition: box-shadow 0.2s;
}
.header__inner .inner-box__1 .swiper-slide:hover {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}
.header__inner .inner-box__1 .swiper-slide:hover .mask {
  opacity: 1 !important;
}
.header__inner .inner-box__1 .swiper-slide .img-box {
  position: relative;
}
.header__inner .inner-box__1 .swiper-slide .img-box .img-badge {
  position: absolute;
  right: 0.8333333333vw;
  top: 0.8333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5104166667vw;
  padding: 0 0.46875vw;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.24);
  border-radius: 0.8333333333vw;
  font-weight: 600;
  font-size: 0.625vw;
  color: #ff0000;
}
.header__inner .inner-box__1 .swiper-slide .img-box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  border-radius: 12px 12px 12px 12px;
  opacity: 0;
  transition: all 0.3s;
}
.header__inner .inner-box__1 .swiper-slide .img-box .mask span {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  padding: 10px 44px;
  display: block;
  background: #fec629;
  border-radius: 12px 12px 12px 12px;
}
.header__inner .inner-box__1 .swiper-slide img {
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #707070;
  display: block;
  width: 100%;
  aspect-ratio: 380/215;
}
.header__inner .inner-box__1 .swiper-slide .item__title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-top: 0.8333333333vw;
  text-align: center;
}
.header__inner .inner-box__1 .swiper-slide .item__subtitle {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: center;
}
.header__inner .inner-box__1 .swiper-slide .item__label {
  margin-top: 0.8333333333vw;
  font-family: Roboto !important;
  font-weight: 400 !important;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header__inner .inner-box__1 .prev-box,
.header__inner .inner-box__1 .next-box {
  position: absolute;
  cursor: pointer;
  top: 32%;
  z-index: 9;
  background-color: #fff;
  left: 2.9166666667vw;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.header__inner .inner-box__1 .prev-box svg,
.header__inner .inner-box__1 .next-box svg {
  width: 20px;
  height: auto;
  display: block;
}
.header__inner .inner-box__1 .prev-box.swiper-button-disabled,
.header__inner .inner-box__1 .next-box.swiper-button-disabled {
  cursor: unset;
}
.header__inner .inner-box__1 .prev-box.swiper-button-disabled svg *,
.header__inner .inner-box__1 .next-box.swiper-button-disabled svg * {
  fill: #c0c4cc;
}
.header__inner .inner-box__1 .next-box {
  right: 2.9166666667vw;
  left: unset;
}
.header__inner .inner-box__1 .prev-box {
  transform: translate(0, -50%) rotate(180deg);
}
.header__inner .inner-box__1 .nav-button-box {
  display: flex;
  justify-content: center;
  margin-top: 1.0416666667vw;
}
.header__inner .inner-box__1 .nav-button-box .nav-button {
  min-width: 12.6041666667vw;
  min-height: 2.6041666667vw;
  line-height: 1.0416666667vw;
  padding: 0.78125vw 3.90625vw;
  border-radius: 0.8333333333vw;
  text-align: center;
  color: var(--nav-button-font-color);
  background-color: var(--nav-button-bg-color);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/viewComponents/header/App.vue?vue&type=style&index=0&id=b46a46c0&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.themes_global_header {
  border-bottom: 1px solid #F7F7F7;
}
.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: calc((48 / 1920) * 100vw); */
  padding: 0 calc((100 / 1920) * 100vw);
}
.header-menu__item {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  cursor: pointer;
  padding: 0px 0 6px;
  border-bottom: 3px solid #00000000;
  transition: all 0.2s linear;
}
.header-menu__item:hover {
  border-bottom: 3px solid var(--theme-color);
}


/*# sourceMappingURL=entry-client.c20d39eef3e6dbe260a7.css.map*/