.banner {
  width: 100%; }

.banner_wrap {
  position: relative; }

.banner_wrap::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 52.569444444%; }

.banner_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 10.5%, transparent 21.28%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.banner img,
.banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-object-fit: cover;
  object-fit: cover; }

.banner_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-left: 2.5rem;
  padding-bottom: 4.625rem; }

.banner_detail {
  width: 56.4375rem; }

.banner_detail .sub-title {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5; }

.banner_detail h1 {
  color: #fff; }

.banner_detail .sub-title,
.banner_detail h1 {
  margin-bottom: 2rem; }

@media screen and (max-width: 1023px) {
  .banner {
    width: 100%; }
  .banner_content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 2.375rem; }
  .banner_detail .sub-title {
    font-size: 0.875rem;
    line-height: 1.6; }
  .banner_detail .sub-title,
  .banner_detail h1 {
    margin-bottom: 1.125rem; } }

.kitchen_wrap {
  position: relative; }

.kitchen_banner {
  position: relative; }

.kitchen_banner--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  line-height: 0; }

.kitchen_banner--item.current {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1; }

.kitchen_banner--item img {
  width: 100%;
  height: auto; }

.kitchen_banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(52.84% 52.84% at 50% 47.16%, rgba(255, 255, 255, 0) 34.13%, rgba(0, 0, 0, 0.54) 100%); }

.kitchen_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-left: 2.5rem;
  padding-bottom: 4.625rem;
  z-index: 1; }

.kitchen_detail {
  position: relative;
  width: 28rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5; }

.kitchen_detail--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  pointer-events: none; }

.kitchen_detail--item.current {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  pointer-events: all; }

.kitchen_detail .title_block {
  display: inline-flex;
  gap: 11px; }

.kitchen_detail .title_block .sub-title,
.kitchen_detail .title_block h2 {
  color: #fff; }

.kitchen_detail .title_block,
.kitchen_detail p {
  margin-bottom: 1.25rem; }

.kitchen_pot {
  display: none; }

.kitchen_pot.current {
  display: block; }

.kitchen_pot--item {
  position: absolute;
  left: var(--left, 0);
  top: var(--top, 0);
  z-index: 4;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem; }

.kitchen_pot--item .pot-but {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--global-color);
  color: var(--global-color);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }

.kitchen_pot--item .pot-but:hover, .kitchen_pot--item .pot-but.active {
  background-color: var(--global-color);
  color: #fff; }

.kitchen_pot--item .pot-but svg {
  width: 1rem;
  height: 1rem; }

.kitchen_pot--item .pot-card {
  position: absolute;
  width: 15.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.kitchen_pot--item .pot-card .card {
  padding: 1.5625rem; }

.kitchen_pot--item .pot-card .card-img {
  width: 8.1875rem;
  height: auto; }

.kitchen_pot--item .pot-card .card-txt h3 {
  font-size: 1rem;
  font-weight: 500; }

.kitchen_pot--item .pot-card .card-txt .price {
  font-size: 1rem; }

.kitchen_pot--item.down .pot-card {
  top: 100%;
  padding-top: 5px; }

.kitchen_pot--item.up .pot-card {
  bottom: 100%;
  padding-bottom: 5px; }

.kitchen_pot--item.right .pot-card {
  -webkit-transform: translateX(-94%);
  transform: translateX(-94%); }

.kitchen_pot--item.left .pot-card {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.kitchen_pot--item:hover .pot-card {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.kitchen_thumb {
  width: 27.75rem;
  position: absolute;
  right: 2.5rem;
  bottom: 3.625rem;
  z-index: 3; }

.kitchen_thumb .thumbSlider {
  padding-bottom: 1.25rem; }

.kitchen_thumb--img {
  aspect-ratio: 142/104;
  line-height: 0;
  cursor: pointer; }

.kitchen_thumb--img img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  border: 1px solid #fff;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.kitchen_thumb .swiper-horizontal > .swiper-scrollbar {
  background-color: white;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0; }

.kitchen_thumb .swiper-button-prev,
.kitchen_thumb .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1 !important;
  color: #fff;
  top: auto;
  bottom: -0.625rem; }

.kitchen_thumb .swiper-button-prev::after,
.kitchen_thumb .swiper-button-next::after {
  font-size: 1.25rem; }

.kitchen_thumb .swiper-button-prev {
  left: -1.25rem;
  display: none; }

.kitchen_thumb .swiper-button-next {
  right: -1.25rem; }

@media screen and (max-width: 1023px) {
  .kitchen_banner {
    border-radius: 10px;
    overflow: hidden; }
  .kitchen {
    background-color: #f6f6f6;
    padding: 4.125rem 0.9375rem; }
  .kitchen .title_block {
    margin-bottom: 1.25rem; }
  .kitchen_wrap {
    position: relative; }
  .kitchen_banner {
    position: relative; }
  /*.kitchen_banner--item {
    aspect-ratio: 343/384;
  }*/
  .kitchen_banner--item img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover; }
  .kitchen_pot--item {
    width: 1rem;
    height: 1rem; }
  .kitchen_pot--item .pot-but svg {
    width: 50%;
    height: 50%; }
  .kitchen_pot--item .pot-card {
    display: none; }
  .kitchen_pots--mobile {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    z-index: 4;
    position: relative;
    overflow: hidden; }
  .kitchen_pots--mobile .swiper {
    padding-bottom: 2.5rem;
    overflow: visible; }
  .kitchen_pots--mobile .swiper-wrapper .swiper-slide {
    background-color: #fff;
    padding: 1rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
  .kitchen_pots--mobile .kitchen_pot {
    display: block; }
  .kitchen_pots--mobile .summary {
    display: flex;
    justify-content: space-between;
    color: #242420;
    font-size: 0.875rem; }
  .kitchen_pots--mobile .summary-name {
    font-weight: 600; }
  .kitchen_pots--mobile .summary-number {
    font-weight: 400; }
  .kitchen_pots--mobile .card {
    display: flex;
    padding: 1rem 0;
    border-top: 1px solid #D0D5DD;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .kitchen_pots--mobile .card:nth-child(2) {
    border: none; }
  .kitchen_pots--mobile .card-img {
    flex: 0 0 4rem;
    max-width: 4rem;
    height: auto;
    margin: 0; }
  .kitchen_pots--mobile .card-txt {
    padding-left: 1rem; }
  .kitchen_pots--mobile .card-txt h3,
  .kitchen_pots--mobile .card-txt .price {
    text-align: left;
    font-size: 0.875rem; }
  .kitchen_pots--mobile .card-txt .price {
    margin-top: 0; } }

.whatnow_wrap {
  position: relative; }

.whatnow_banner {
  position: relative; }

.whatnow_banner--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  line-height: 0; }

.whatnow_banner--item.current {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1; }

.whatnow_banner--item img {
  width: 100%;
  height: auto; }

.whatnow_banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(52.84% 52.84% at 50% 47.16%, rgba(255, 255, 255, 0) 34.13%, rgba(0, 0, 0, 0.54) 100%); }

.whatnow_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: 2.5rem;
  padding-top: 4.625rem;
  z-index: 1; }

.whatnow_detail {
  width: 28rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5; }

.whatnow_detail .title_block .sub-title,
.whatnow_detail .title_block h2 {
  color: #fff; }

.whatnow_detail .title_block,
.whatnow_detail p {
  margin-bottom: 1.25rem; }

.whatnow_thumb {
  width: 48.125rem;
  position: absolute;
  right: 3px;
  bottom: 3.625rem;
  z-index: 3;
  overflow: hidden; }

.whatnow_thumb .card {
  padding: 1.5625rem;
  position: relative;
  border: 2px solid var(--global-color);
  -webkit-border-radius: 0.75rem;
  border-radius: 0.75rem;
  height: 100%; }

.whatnow_thumb .card::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(//cdn.hstatic.net/themes/1000380002/1001390203/14/cd.png?v=3622) no-repeat center center;
  background-size: 100% auto; }

.whatnow_thumb .card-img {
  width: 8.1875rem;
  height: auto; }

.whatnow_thumb .card-txt h3 {
  font-size: 1rem;
  font-weight: 500; }

.whatnow_thumb .card-txt .price {
  font-size: 1rem; }

.whatnow_thumb--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.whatnow_thumb--item.current {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  pointer-events: all; }

.whatnow_thumb .whatnowSlider {
  padding-bottom: 1.25rem; }

.whatnow_thumb--img {
  aspect-ratio: 142/104;
  line-height: 0;
  cursor: pointer; }

.whatnow_thumb--img img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  border: 1px solid #fff;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.whatnow_thumb .swiper-horizontal > .swiper-scrollbar {
  background-color: white;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0; }

.whatnow_thumb .swiper-button-prev,
.whatnow_thumb .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1 !important;
  color: #fff;
  top: auto;
  bottom: -0.75rem; }

.whatnow_thumb .swiper-button-prev::after,
.whatnow_thumb .swiper-button-next::after {
  font-size: 1.25rem; }

.whatnow_thumb .swiper-button-prev {
  left: -1.25rem;
  display: none; }

.whatnow_thumb .swiper-button-next {
  right: -1.25rem; }

.whatnow .block-nav {
  gap: 0.75rem; }

.whatnow .nav-prev,
.whatnow .nav-next {
  width: 3rem;
  height: 3rem;
  background-color: #F1F1F1;
  border: none; }

.whatnow .nav-prev svg,
.whatnow .nav-next svg {
  width: 0.5rem;
  height: 1rem; }

@media screen and (max-width: 1023px) {
  .whatnow .title_block {
    margin-bottom: 1.25rem; }
  .whatnow_wrap {
    position: relative; }
  .whatnow_banner {
    position: relative; }
  .whatnow_banner--item {
    aspect-ratio: 375/648; }
  .whatnow_banner--item img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover; }
  .whatnow_content {
    padding-top: 3.125rem;
    padding-left: 0.9375rem; }
  .whatnow_thumb {
    width: 100%;
    right: 0;
    bottom: 3.125rem;
    padding: 0 0.9375rem; }
  .whatnow_thumb .whatnowSlider {
    overflow: visible; }
  .whatnow_thumb .card {
    padding: 1.25rem 0.625rem; }
  .whatnow_thumb .card::before {
    top: 0.625rem;
    left: 0.625rem; }
  .whatnow_thumb .card-img {
    width: 5.5rem; }
  .whatnow_thumb .card-txt h3,
  .whatnow_thumb .card-txt .price {
    font-size: 0.75rem; } }

.inspiration {
  background: #C7E1FF;
  padding: 4.125rem 2.5rem; }

.inspiration.bg-white {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem; }

.inspiration .title_block {
  margin-bottom: 1.875rem; }

.inspiration-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem; }

@media screen and (max-width: 1023px) {
  .inspiration {
    background: #C7E1FF;
    padding: 4.125rem 0.9375rem; }
  .inspiration.bg-white {
    padding-top: 4.125rem;
    padding-bottom: calc(4.125rem - 1.85rem); }
  .inspiration-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; } }

.commit_wrap {
  position: relative;
  width: 100%;
  height: auto; }

.commit_banner {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/660;
  line-height: 0; }

.commit_banner img,
.commit_banner video {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover; }

.commit_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 70, 130, 0.74902); }

.commit_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding-top: 3.75rem;
  display: flex;
  flex-direction: column; }

.commit_content .mini-logo {
  display: block;
  width: 17.25rem;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  margin-bottom: 2.125rem; }

.commit_content .mini-logo img {
  width: 100%;
  height: auto; }

.commit_content .mini-title {
  color: #fff;
  text-transform: uppercase; }

.commit_content .commits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: auto; }

.commit_content .commits-item {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 6.75rem 1.875rem; }

.commit_content .commits-item:first-child {
  border-left: none; }

.commit_content .commits-item .unit {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.875rem; }

@media screen and (max-width: 1023px) {
  .commit_banner {
    aspect-ratio: 375/660; }
  .commit_content {
    padding-top: 3.5rem; }
  .commit_content .mini-logo {
    width: 11.3125rem;
    margin-bottom: 1.875rem; }
  .commit_content .mini-title {
    padding: 0 0.9375rem;
    margin-bottom: 2.625rem; }
  .commit_content .commits {
    grid-template-columns: repeat(1, 1fr);
    margin-top: auto; }
  .commit_content .commits-item {
    border-left: none;
    font-size: 0.875rem;
    padding: 1.5625rem; }
  .commit_content .commits-item .unit {
    font-size: 1.5rem;
    margin-bottom: 0.625rem; } }

.promotion_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto; }

.promotion_banner {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/496;
  line-height: 0; }

.promotion_banner img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover; }

.promotion_content {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 4.25rem;
  padding-top: 3.75rem; }

.promotion_block {
  position: relative;
  width: 31.5rem; }

.promotion_block .title_block {
  text-align: center;
  margin-bottom: 1.375rem; }

.promotion_list {
  position: relative;
  top: 3.75rem;
  width: 52.25rem; }

.promotion_list .swiper {
  overflow: visible; }

.promotion_list .swiper-slide {
  padding-right: 1.25rem; }

.promotion_item {
  width: 100%;
  height: auto;
  line-height: 0;
  box-shadow: -2px 15px 53.4px 0px rgba(0, 0, 0, 0.25098); }

.promotion_item img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1023px) {
  .promotion_banner {
    aspect-ratio: 375/496; }
  .promotion_content {
    padding: 4.125rem 0 3.125rem 0;
    flex-direction: column; }
  .promotion_block {
    padding: 0 0.9375rem;
    width: 100%; }
  .promotion_block .title_block {
    margin-bottom: 0.8125rem; }
  .promotion_list {
    top: auto;
    width: 100%;
    margin-top: auto;
    padding: 0 0.9375rem; }
  .promotion_list .swiper-slide {
    padding-right: 0.9375rem; } }

.service {
  background-color: #F3F3F3;
  padding: 5.125rem 5rem; }

.service_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.service-list {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 500; }

.service-item:not(:last-child) {
  border-right: 1px solid #667085; }

.service-item .icon {
  width: 2.5rem;
  margin-bottom: 1rem; }

.service-item .icon img {
  width: 100%;
  height: auto; }

.service .store {
  width: 16rem;
  display: flex;
  border: 1px solid #D0D5DD;
  -webkit-border-radius: 0.75rem;
  border-radius: 0.75rem;
  padding: 0.9375rem; }

.service .store-icon {
  flex: 0 0 1.5rem;
  max-width: 1.5rem;
  height: auto; }

.service .store-icon img {
  width: 100%;
  height: auto; }

.service .store-txt {
  flex-grow: 1;
  max-width: calc(100% - 1.5rem);
  padding-left: 0.875rem;
  font-weight: 600;
  color: #000;
  font-size: 1rem; }

.service .store-txt .link-but {
  margin-top: 0.5rem;
  height: 2.125rem;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  font-size: 0.75rem; }

@media screen and (max-width: 1023px) {
  .service {
    padding: 3rem 0.9375rem; }
  .service-list {
    flex: 0 0 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25rem;
    margin-bottom: 1.25rem; }
  .service-list :nth-child(even) {
    border-right: none; }
  .service-item {
    font-size: 0.875rem;
    padding: 0.9375rem;
    text-align: center; }
  .service .store {
    flex: 0 0 100%;
    max-width: 100%; } }
