.company_inner .company_slider, .kitchen_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.gift_block .gift_photo img, .kitchen_block .kitchen_photo img, .main_slider .slide_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body {
  background: #ffffff;
}

.main_slider {
  background: #F7F7F7;
}
.main_slider .slider_inner {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main_slider .slide_block:before {
  display: block;
  content: "";
  padding-bottom: 30%;
}
.main_slider .slide_block img {
  object-fit: cover;
}
.main_slider .slider_content {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 1;
  margin-top: -22px;
  max-width: 477px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 30px 15px;
}
.main_slider .slider_title {
  color: #000000;
  font-family: "semiBold";
  font-size: 450%;
  line-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .slider_description {
  margin-top: 24px;
  color: #000000;
  font-size: 180%;
  line-height: 24px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .slider_btn {
  width: 170px;
  border-radius: 20.5px;
  background-color: #000000;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-left: 20px;
  font-size: 140%;
  color: #ffffff;
  font-family: "semiBold";
  line-height: 20px;
}
.main_slider .slider_btn:before {
  height: 31px;
  width: 31px;
  background-color: #ffffff;
  margin-left: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #FF0009;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main_slider .mobile_img {
  display: none;
}
@media (max-width: 1199px) {
  .main_slider .slider_title {
    font-size: 380%;
    line-height: 45px;
  }
  .main_slider .slider_description {
    font-size: 160%;
    line-height: 20px;
  }
  .main_slider .slider_content {
    max-width: 390px;
    top: 20px;
    left: 50px;
  }
}
@media (max-width: 991px) {
  .main_slider .slide_block:before {
    padding-bottom: 34%;
  }
  .main_slider .slider_inner {
    margin-top: 65px;
  }
  .main_slider .slider_content {
    left: 0;
  }
  .main_slider .slider_title {
    font-size: 300%;
    line-height: 37px;
  }
  .main_slider .slider_content {
    max-width: 352px;
  }
  .main_slider .slider_description {
    font-size: 160%;
    line-height: 20px;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 768px) {
  .main_slider {
    height: 100%;
  }
  .main_slider .slide_block > .mobile_img {
    display: block;
    position: relative;
    height: auto;
  }
  .main_slider .slide_block:before {
    padding-bottom: 0;
  }
  .main_slider .web_img {
    display: none;
  }
  .main_slider .slider_title {
    font-size: 250%;
    line-height: 33px;
  }
  .main_slider .slider_description {
    padding: 0;
  }
  .main_slider .slider_content {
    margin-top: 17px;
    width: 100%;
    top: 42px;
    max-width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .main_slider .slick-dots {
    height: 34px;
  }
  .main_slider .slider_title {
    font-size: 220%;
    line-height: 30px;
  }
  .main_slider .slider_description {
    margin-bottom: 20px;
    font-size: 140%;
    margin-top: 6px;
    line-height: 19px;
  }
}
@media (max-width:359px) {
  .main_slider {
    height: 340px;
  }
  .main_slider .slider_inner,
.main_slider > .custom_container {
    height: 100%;
  }
}

.web .slider_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .slider_btn:hover {
  color: #FF0009;
}
.web .slider_btn:hover:before {
  background: #FF0009;
  color: #ffffff;
}

.touch .slider_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .slider_btn:active {
  color: #FF0009;
}
.touch .slider_btn:active:before {
  background: #FF0009;
  color: #ffffff;
}

.kitchen_block {
  padding-top: 60px;
}
.kitchen_block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}
.kitchen_block ul li {
  margin-bottom: 30px;
}
.kitchen_block .inner_kitchen {
  position: relative;
  background: #fbfbfb;
}
.kitchen_block .kitchen_photo img {
  object-fit: cover;
}
.kitchen_block .kitchen_photo:before {
  display: block;
  content: "";
  padding-bottom: 71%;
}
.kitchen_block .kitchen_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.kitchen_block .kitchen_content > .site_btn {
  background: #F7F7F7;
  color: #000000;
  padding-left: 16px;
  margin-top: 30px;
  width: 185px;
}
.kitchen_block .kitchen_title {
  margin-top: 10px;
  color: #000000;
  font-family: "bold";
  font-size: 180%;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  .kitchen_block .inner_kitchen {
    height: 350px;
  }
  .kitchen_block .kitchen_content {
    max-width: 100%;
    top: 10px;
    padding: 0 15px;
  }
  .kitchen_block .kitchen_content .site_btn {
    margin-top: 20px;
  }
}

.gift_blocks {
  padding-bottom: 50px;
}

.gift_block {
  position: relative;
  margin-top: 30px;
}
.gift_block .gift_inner {
  position: relative;
}
.gift_block .gift_photo {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gift_block .gift_photo:before {
  display: block;
  content: "";
  padding-bottom: 21%;
}
.gift_block .gift_photo img {
  object-fit: cover;
}
.gift_block .gift_content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 270px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding-top: 8px;
}
.gift_block .gift_title {
  font-size: 180%;
  line-height: 24px;
  font-family: "semiBold";
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 7px;
}
.gift_block .gift_description {
  font-size: 140%;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
  width: 100%;
  padding: 0 7px;
}
.gift_block .gift_btn {
  font-size: 140%;
  font-family: "semiBold";
  line-height: 19px;
  height: 40px;
  width: 188px;
  border-radius: 5px 0 0 0;
  background-color: #FF0009;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.gift_block:first-child .gift_description,
.gift_block:first-child .gift_title {
  color: #ffffff;
}
.gift_block:last-child .gift_description,
.gift_block:last-child .gift_title {
  color: #000000;
}

.company_block {
  margin-bottom: 50px;
}
.company_block > .page_title {
  padding-bottom: 20px;
}

.company_inner {
  padding: 10px 38px;
  height: 116px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company_inner .company_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 15px 88px;
  width: 100%;
}
.company_inner .company_slider li {
  height: 100%;
}
.company_inner .slider_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_inner .slick-track {
  display: flex;
  align-items: center;
}
.company_inner .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 50%;
  vertical-align: top;
}
.company_inner .slide_block a {
  display: block;
  padding: 10px 15px;
}
.company_inner .slide_block a img {
  margin: 0 auto;
  width: 100%;
  max-width: 110px;
}

@media (max-width: 1199px) {
  .gift_block .gift_content {
    max-width: 400px;
  }
  .gift_block .gift_description {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991px) {
  .gift_block .gift_content {
    max-width: 330px;
  }
  .gift_block .gift_description {
    -webkit-line-clamp: 2;
    padding: 0 20px;
  }
  .gift_block .gift_title {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .gift_blocks {
    padding-bottom: 20px;
  }

  .gift_block {
    padding-bottom: 20px;
    margin-top: 0;
  }
  .gift_block .gift_photo {
    overflow: inherit;
    z-index: unset;
  }
  .gift_block .gift_photo:before {
    padding-bottom: 0;
    display: none;
  }
  .gift_block .gift_photo a {
    display: block;
    position: relative;
    z-index: 2;
  }
  .gift_block .gift_photo img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  .gift_block .gift_content {
    max-width: 100%;
  }
  .gift_block .gift_description {
    -webkit-line-clamp: 1;
    padding: 0 20px;
    max-width: 253px;
    margin: 0 auto;
  }
  .gift_block .gift_title {
    -webkit-line-clamp: 2;
    padding: 0 20px;
    max-width: 253px;
    margin: 0 auto;
  }

  .slick-dots {
    height: 22px;
  }

  .company_inner {
    height: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .gift_block .gift_btn {
    display: none;
  }

  .company_inner .company_slider {
    padding: 50px;
  }
  .company_inner .company_slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
  }
  .company_inner .company_slider .slick-slide > div {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company_inner .company_slider .slick-slide > div img {
    max-width: 110px;
    width: 100%;
  }
}
.web .company_inner .slide_block a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .company_inner .slide_block a:hover {
  opacity: 0.5;
}
.web .gift_btn {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .gift_btn:hover {
  color: #000000;
}
.web .kitchen_block .kitchen_content > .site_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .kitchen_block .kitchen_content > .site_btn:hover {
  color: #FF0009;
}
.web .kitchen_block .kitchen_content > .site_btn:hover:before {
  background: #FF0009;
  color: #ffffff;
}

.touch .company_inner .slide_block a {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .company_inner .slide_block a:active {
  opacity: 0.5;
}
.touch .kitchen_block .kitchen_content > .site_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .kitchen_block .kitchen_content > .site_btn:active {
  color: #FF0009;
}
.touch .kitchen_block .kitchen_content > .site_btn:active:before {
  background: #FF0009;
  color: #ffffff;
}

.new_product {
  background: #F7F7F7;
  padding: 40px 0;
}

/*# sourceMappingURL=index.css.map */
