@charset "urf-8";


header {
  width: 100%;
  height: 70px;
  position: fixed;
  background-color: #fff;
  /*overflow: hidden*/
  z-index: 10;
  top: 0;
  padding-top: 17px;
}

.header_inner {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  text-align: center;
}



.top>h1 {
  background: url(../img/header/mainlogo.svg) no-repeat center/cover;
  background-size: 100%;
  display: block;
  width: 124px;
  height: 37px;
  margin: 0 auto;
}

.top>h1>a {
  display: block;
  width: 100%;
  height: 100%;
}

.header_icon {
  display: block;
  position: absolute;
  top: 26px;
  right: 5%;

}

.header_icon>.search {
  width: 18px;
  height: 18px;
  float: left;
  background: url(../img/header/Iconfeather-search.png) no-repeat center/cover;
}

.header_icon>.shoppingbag {
  width: 18px;
  height: 18px;
  margin-left: 16px;
  float: left;
  background: url(../img/header/Iconfeather-shopping-bag.png) no-repeat center/cover;
}

.opennav {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/header/Iconmaterial-menu.png) no-repeat center/cover;
  top: 26px;
  left: 24px;
  cursor: pointer;
}


.navi {
  position: absolute;
  width: 48%;
  height: 535px;
  background-color: rgb(240, 234, 230);
  top: 0;
  opacity: 0;
  transform: translate3d(-100%,0,0);
  transition: all 1s;
}

.navlogo {
  width: 27%;
  height: 50%;
  object-fit: cover;
  float: left;
  margin: 20px 0px 15px 24px;
}

.navlogo>img {
  width: 100%;
}

.closenav {
  width: 17px;
  height: 10px;
  background: url(../img/header/Iconionic-ios-menu.png) no-repeat center/cover;
  z-index: 50;
  float: right;
  margin: 33px 14px 27px 0px;
  cursor: pointer;
}



nav>.gnb {
  display: block;
  width: 80%;
  margin: 0 auto;

}



nav>.gnb>li {
  position: relative;
  text-align: left;
  line-height: 35px;
  font-size: 14px;
  padding: 8% 0;
  border-bottom: 2px solid rgba(138, 111, 104,0.7);
}



nav>.gnb>li:last-child {
  margin-right: 0px;
}

nav>.gnb>li>a {
  color: rgb(196, 168, 149);
  display: block;
}

nav>.gnb>li>a:hover {
  color: rgb(138, 111, 104);
}

.navi.fold{
  display: block;
  opacity: 1;
  transform: translate3d(0,0,0);
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    transform: translateZ(0);
}
}


.visual {
  width: 100%;
  height: 465px;
  margin: 0 auto;

  position: relative;
}

.visual_video {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  width: 100%;
  margin-top: 105px;
  background-size: cover;
}

.visual_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual_pic {
  margin-top: 70px;
}

.visual_img {
  width: 100%;
  height: 465px;
  background: url(../img/video/768.jpg) no-repeat center/cover;
  background-position: center bottom;
}


.visual_text {
  text-align: center;
  position: absolute;
  top: 128px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation:fadeIn 3s;
}

.visual_text p {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

main {
  position: relative;
  margin: 0 6.4%;
}


main h2 {
  font-size: 40px;
}

main strong {
  font-size: 25px;
  font-weight: normal;
}

main p {
  font-size: 13px;
}

section {
  margin-top: 150px;
}


/* bestsellers */

.bestsellers_inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.bestsellers_inner>h2 {
  margin: 0 auto;
  font-size: 40px;
}

.slickdiv {
  width: 100%;
  margin: 0 auto;
}

.slickdiv>div::after {
  content: "";
  display: block;
  clear: both;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 16px 0;
  list-style-type: none;
  top: 400px !important;
  left: 600px !important;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #9e9e9e61;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.product_img {
  width: 49%;
  float: left;
}

.product_img>img {
  width: 100%;
  height: 100%;
}

.product1 a {
  width: 100%;
  height: 100%;
}

.product2 {
  width: 100%;
  height: 100%;
}

.product3 {
  width: 100%;
  height: 100%;
}

.product4 {
  width: 100%;
  height: 100%;
}

.product5 {
  width: 100%;
  height: 100%;
}

.product6 {
  width: 100%;
  height: 100%;
}

.product7 {
  width: 100%;
  height: 100%;
}

.product_text {
  width: 49%;
  float: left;
  text-align: left;
  padding: 18% 0;
}


.product_text>h3 {
  font-size: 16px;
  position: relative;
}

.product_text>h3>span {
  width: 100%;
  height: 20px;
  background-color: rgb(240, 234, 230);
  position: absolute;
  top: 30%;
  left: 0%;
  z-index: -99999;
}

.product_text>strong {
  font-size: 16px;
}

.product_text>p {
  font-size: 13px;
  text-align: left;
}


/* quality */
.quality_inner {
  width: 100%;
  margin: 0 auto;
}

.quality_inner .quality_con {
  transform: translateY(100px);
  opacity: 0;
}

.quality_inner .quality_con.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

.quality_inner .quality_text {
  transform: translateY(100px);
  opacity: 0;
}

.quality_inner .quality_text.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

.quality_con {
  position: relative;
  height: 538px;
  margin: 0 auto;
}

.quality_con>div::after {
  content: "";
  display: block;
  clear: both;
}

.quality_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 90%;
  background: url(../img/quality/quality-main-img.jpg) no-repeat center/cover;
  z-index: 3;
  float: left;
}


.quality_back {
  position: absolute;
  top: 12px;
  right: 0;
  width: 95%;
  height: 93%;
  background: rgb(40, 20, 10);
  background-position: bottom right;
  z-index: 2;
  float: left;
}

.quality_text {
  text-align: left;
  margin-top: -20px;
}

.quality_text>p:nth-of-type(1) {
  display: none;
  font-size: 14px;
}

.quality_text>p:nth-of-type(2) {
  font-size: 14px;
}


.quality_text>a {
  display: block;
  width: 76px;
  height: 29px;
  background-color: rgb(40, 20, 10);
  color: rgb(240, 234, 230);
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  padding-top: 5px;
}

/* recipe */

.recipe_inner {
  width: 100%;
  height: 696px;
  margin: 0 auto;
  text-align: center;
}

.recipe_inner>h2 {
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
}

.recipe_inner>p {
  font-size: 14px;
  text-align: center;
}

.recipe_word {
  display: none;
}

.recipe_inner>div::after {
  content: "";
  display: block;
  clear: both;
}

.recipe_inner .recipe1 {
  transform: translateX(-100px);
  opacity: 0;
}

.recipe_inner .recipe1.move {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s;
}

.recipe_inner .recipe2 {
  transform: translateX(+100px);
  opacity: 0;
}

.recipe_inner .recipe2.move {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s;
}

.recipe_inner .recipe3 {
  transform: translateX(-100px);
  opacity: 0;
}

.recipe_inner .recipe3.move {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s;
}

.recipe_inner .recipe4 {
  transform: translateX(+100px);
  opacity: 0;
}

.recipe_inner .recipe4.move {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s;
}

.recipe_con {
  margin-top: 23px;
}

.recipe1,
.recipe2,
.recipe3,
.recipe4 {
  height: 144px;
  position: relative;
  margin-bottom: 16px;
}


.recipe1_img {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../img/recipe/recipe1.jpg) no-repeat center/cover;

}

.recipe2_img {
  width: 100%;
  height: 100%;
  background: url(../img/recipe/recipe2.jpg) no-repeat center/cover;
}

.recipe3_img {
  width: 100%;
  height: 100%;
  background: url(../img/recipe/recipe3.jpg) no-repeat center/cover;
}

.recipe4_img {
  width: 100%;
  height: 100%;
  background: url(../img/recipe/recipe4.jpg) no-repeat center/cover;
}

.recipe1 .recipe_text1 {
  position: absolute;
  width: 100%;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 78px;
  left: 50%;
  transform: translate(-50%);
  padding: 13px 76px 14px 20px;
  animation: fadeIn 3s;
}

/* .recipe1:hover .recipe_text1 {
  animation: fadeInUp 3s;
} */

@keyframes fadeIn {
  from {
    opacity: 0;

  }

  to {
    opacity: 1;

  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


.recipe_text1 {
  font-size: 15px;
  text-align: left;
}

.recipe_text1 p {
  font-size: 13px;
}

.recipe2 .recipe_text2 {
  position: absolute;
  width: 100%;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 78px;
  left: 50%;
  transform: translate(-50%);
  padding: 13px 20px 14px 76px;
  animation: fadeIn 3s;
}

/* .recipe2:hover .recipe_text2 {
  animation: fadeInUp 3s;
} */

.recipe_text2 {
  font-size: 15px;
  text-align: right;
}

.recipe_text2 p {
  font-size: 13px;
}

.recipe3 .recipe_text3 {
  position: absolute;
  width: 100%;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 78px;
  left: 50%;
  transform: translate(-50%);
  padding: 13px 76px 14px 20px;
  animation: fadeIn 3s;
}

/* .recipe3:hover .recipe_text3 {
  animation: fadeInUp 3s;
}
 */

.recipe_text3 {
  font-size: 15px;
  text-align: left;
}

.recipe_text3 p {
  font-size: 13px;
}

.recipe4 .recipe_text4 {
  position: absolute;
  width: 100%;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 78px;
  left: 50%;
  transform: translate(-50%);
  padding: 13px 20px 14px 76px;
  animation: fadeIn 3s;
}

/* .recipe4:hover .recipe_text4 {
  animation: fadeInUp 3s;
}
 */

.recipe_text4 {
  font-size: 15px;
  text-align: right;
}

.recipe_text4 p {
  font-size: 13px;
}

/* belgium */

.belgium_inner {
  width: 100%;
  margin: 0 auto;
}

.BGimg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 336px;
  background: url(../img/belgium/belgium-main-img.jpg) no-repeat center/cover;
}


.belgium_text {
  height: 210px;
  text-align: right;
  background-color: rgb(240, 234, 230);
  padding: 0px 8px 10px 25px;
}

.belgium_text>strong {
  font-size: 23px;
}



.belgium_text>p:nth-of-type(1) {
  display: none;
  font-size: 14px;
}

.belgium_text>p:nth-of-type(2) {
  font-size: 14px;
}

.belgium_text>a {
  display: block;
  width: 76px;
  height: 29px;
  float: right;
  background-color: rgb(40, 20, 10);
  color: rgb(240, 234, 230);
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  padding-top: 5px;
}

.belgium_inner .BGimg {
  transform: translateY(100px);
  opacity: 0;
}

.belgium_inner .BGimg.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

.belgium_inner .belgium_text {
  transform: translateY(100px);
  opacity: 0;
}

.belgium_inner .belgium_text.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

/* chef */

.chef_inner {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.chef_inner>h2 {
  text-align: center;
  margin: 30px 0;
}


.chef_box {
  position: absolute;
  display: block;
  width: 30%;
  height: 100%;
  background-color: rgb(240, 234, 230);
  z-index: -50;
  margin-top: 0;
}

.chef_word {
  display: none;
}

.chef_cont {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
}

.chef_cont>div::after {
  content: "";
  display: block;
  clear: both;
}

.chef1 {
  height: 100%;
}

.chef2 {
  height: 100%;

}

.chef3 {
  height: 100%;

}

.CHimg1 {
  width: 49%;
  float: left;
  border: 3px solid rgb(212, 197, 191);
  padding: 11px;
  margin-bottom: 3%;
}

.CHimg1>img {
  width: 100%;
}

.chef1_text {
  width: 49%;
  float: left;
  text-align: left;
  padding-top: 18%;
  margin-left: 2%;
}

.chef1_text>h3 {
  font-size: 23px;
}



.chef1_text>p {
  font-size: 18px;
  text-align: left;
  color: rgb(245, 128, 120);
}

.CHimg2 {
  width: 49%;
  float: left;
  border: 3px solid rgb(212, 197, 191);
  padding: 11px;
  margin-bottom: 3%;
}

.CHimg2>img {
  width: 100%;

}

.chef2_text {
  width: 49%;
  float: left;
  text-align: left;
  padding-top: 18%;
  margin-left: 2%;
}

.chef2_text>h3 {
  font-size: 23px;
}



.chef2_text>p {
  font-size: 18px;
  text-align: left;
  color: rgb(245, 128, 120);
}

.CHimg3 {
  width: 49%;
  float: left;
  border: 3px solid rgb(212, 197, 191);
  padding: 11px;
  margin-bottom: 3%;
}

.CHimg3>img {
  width: 100%;
}

.chef3_text {
  width: 49%;
  float: left;
  text-align: left;
  padding-top: 18%;
  margin-left: 2%;
}

.chef3_text>h3 {
  font-size: 23px;
}



.chef3_text>p {
  font-size: 18px;
  text-align: left;
  color: rgb(245, 128, 120);
}

.chef_inner .chef1 {
  transform: translateY(-100px);
  opacity: 0;
}

.chef_inner .chef1.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

.chef_inner .chef2 {
  transform: translateY(-100px);
  opacity: 0;
}

.chef_inner .chef2.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

.chef_inner .chef3 {
  transform: translateY(-100px);
  opacity: 0;
}

.chef_inner .chef3.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

/* design */
.design_inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.design_box {
  position: absolute;
  display: block;
  width: 208px;
  height: 208px;
  background-color: rgb(240, 234, 230);
  z-index: -50;
  bottom: -113px;
  right: 0;
}

.design_cont {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.design_cont>div::after {
  content: "";
  display: block;
  clear: both;
}


.design_img {
  width: 75%;
}

.design_img>.design_img1 {
  width: 100%;
  padding-bottom: 100%;
  background: url(../img/design/design-10801080.jpg) no-repeat center/cover;
}

.design_img2 {
  display: none;
}

.design_text {
  text-align: left;
}

.design_text>strong {
  font-size: 23px;
}

.design_text>p {
  font-size: 14px;
}


.design_inner .design_img1 {
  transform: translateX(-100px);
  opacity: 0;
}

.design_inner .design_img1.move {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s;
}


.design_inner .design_box {
  transform: translateY(+100px);
  opacity: 0;
}

.design_inner .design_box.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
}

.design_inner .design_text {
  transform: translateX(+100px);
  opacity: 0;
}

.design_inner .design_text.move {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s;
}
/* footer */

footer {
  margin-top: 150px;

}

.footer_inner {
  height: 195px;
  background-color: rgb(225, 225, 225);
  margin: 0 auto;
  position: relative;
  padding: 42px 6.4%;
}



.footer_inner_top {
  width: 50%;
  float: left;

}

.footer_inner_bottom {
  width: 50%;
  float: right;
}

.footer_logo {
  width: 72%;
  float: left;
}

.footer_logo>img {
  width: 100%;
  height: 100%;
}

.newslatters {
  display: none;
}

.resource {
  width: 100%;
  height: 50%;
}

.resource>h3 {
  font-size: 15px;
  color: rgb(138, 111, 104);
}

.resource>p {
  font-size: 13px;
  color: rgb(138, 111, 104);
}

.resource>p>span:nth-of-type(2) {
  display: none;
}

.resource>p>span:nth-of-type(3) {
  display: none;
}

.resource>p>span:nth-of-type(5) {
  display: none;
}

.contectus {
  width: 100%;
  height: 50%;
}

.contectus>h3 {
  font-size: 15px;
  color: rgb(138, 111, 104);
}

.contectus>p {
  font-size: 13px;
  color: rgb(138, 111, 104);
}

.contectus>p>span:nth-of-type(3) {
  display: none;
}

.contectus>p>span:nth-of-type(4) {
  display: none;
}

.contectus>p>span:nth-of-type(5) {
  display: none;
}




@media only screen and (min-width: 768px) {
  header {
    height: 105px;
    padding-top: 15px;
  }

  .header_inner {
    height: 105px;
  }

  .top>h1 {
    width: 255px;
    height: 75px;
  }


  .header_icon {
    top: 36px;
  }

  .header_icon>.search {
    width: 36px;
    height: 36px;
  }

  .header_icon>.shoppingbag {
    width: 36px;
    height: 36px;
    margin-left: 32px;
  }

  .opennav {
    width: 36px;
    height: 36px;
    top: 35px;
    left: 56px;
  }


  .navi {
    height: 890px;
  }

  .navlogo {
    margin: 41px 0px 31px 56px;
  }

  .closenav {
    width: 35px;
    height: 20px;
    margin: 65px 33px 57px 0px;
  }

  nav>.gnb>li {
    font-size: 30px;
  }

  .visual {
    width: 100%;
    height: 785px;
  }

  .visual_pic {
    margin-top: 105px;
  }

  .visual_img {
    height: 785px;
  }

  .visual_text {
    top: 247px;

  }

  .visual_text p {
    font-size: 40px;

  }

  main {
    position: relative;
    margin: 0 7.2%;
  }


  main h2 {
    font-size: 85px;
  }

  main strong {
    font-size: 35px;
  }

  main p {
    font-size: 22px;
  }

  section {
    margin-top: 250px;
  }


  /* bestsellers */


  .bestsellers_inner>h2 {
    font-size: 80px;
  }

  .slick-dots li {
    margin: 0 23px;
  }

  .slick-dots button {
    width: 25px;
    height: 25px;
  }



  .product_text>h3 {
    font-size: 30px;
    position: relative;
    font-weight: normal
  }

  .slickdiv {
    margin-top: 10%;
  }

  .product_text>strong {
    font-size: 30px;
    font-weight: bold;
  }

  .product_text>p {
    font-size: 15px;
  }


  /* quality */
  .quality_con {
    height: 1126px;
  }

  .quality_back {
    top: 5%;
    height: 90%;
  }

  .quality_text>p:nth-of-type(1) {
    display: flex;
    font-size: 22px;
  }

  .quality_text>p:nth-of-type(2) {
    display: none;
    font-size: 22px;
  }



  .quality_text>a {
    width: 146px;
    height: 55px;
    margin-top: 20px;
    font-size: 21px;
    padding-top: 12px;
  }

  /* recipe */

  .recipe_inner {
    height: 758px;
  }

  .recipe_inner>h2 {
    font-size: 50px;
  }

  .recipe_inner>p {
    font-size: 25px;
  }

  .recipe_con {
    margin-top: 30px;
  }

  .recipe1,
  .recipe2,
  .recipe3,
  .recipe4 {
    height: 300px;
  }

  .recipe1,
  .recipe4 {
    width: 60%;
  }

  .recipe1,
  .recipe3 {
    float: left;
  }

  .recipe2,
  .recipe4 {
    float: right;
  }

  .recipe2,
  .recipe3 {
    width: 38%;
  }


  .recipe1 .recipe_text1 {
    height: 130px;
    top: 170px;
    padding: 34px 30px;
    animation: fadeIn 3s;
  }

  /* .recipe1:hover .recipe_text1 {
    animation: fadeInUp 3s;
  } */

  .recipe_text1 {
    font-size: 23px;
    text-align: center;
  }

  .recipe_text1 p {
    font-size: 15px;
  }

  .recipe2 .recipe_text2 {
    height: 130px;
    top: 170px;
    padding: 34px 5px;
    animation: fadeIn 3s;
  }

  /* .recipe2:hover .recipe_text2 {
    animation: fadeInUp 3s;
  } */

  .recipe_text2 {
    font-size: 23px;
    text-align: center;
  }

  .recipe_text2 p {
    font-size: 15px;
  }

  .recipe3 .recipe_text3 {
    height: 130px;
    top: 170px;
    padding: 34px 5px;
    animation: fadeIn 3s;
  }

  /* .recipe3:hover .recipe_text3 {
    animation: fadeInUp 3s;
  }
   */

  .recipe_text3 {
    font-size: 20px;
    text-align: center;
  }

  .recipe_text3 p {
    font-size: 15px;
  }

  .recipe4 .recipe_text4 {
    height: 130px;
    top: 170px;
    padding: 34px 5px;
    animation: fadeIn 3s;
  }

  /* .recipe4:hover .recipe_text4 {
    animation: fadeInUp 3s;
  }
   */

  .recipe_text4 {
    font-size: 20px;
    text-align: center;
  }

  .recipe_text4 p {
    font-size: 15px;
  }

  /* belgium */


  .BGimg {
    height: 751px;
  }


  .belgium_text {
    height: 368px;
    padding: 7px 18px 23px 18px;
  }

  .belgium_text>strong {
    font-size: 35px;
  }


  .belgium_text>p:nth-of-type(1) {
    display: flex;
    font-size: 20px;
  }

  .belgium_text>p:nth-of-type(2) {
    display: none;
    font-size: 14px;
  }

  .belgium_text>a {
    width: 146px;
    height: 55px;
    margin-top: 20px;
    font-size: 21px;
    padding-top: 12px;
  }


  /* chef */

  .chef_inner>h2 {
    font-size: 70px;
    margin: 90px 0;
  }

  .chef_cont {
    margin-left: 4%;
  }

  .chef_cont>div {
    float: left;
    width: 30%;
    clear: none;
    margin-right: 3%;
    margin-top: 0;
    margin-bottom: 5%;
  }

  .CHimg1 {
    width: 100%;
    height: 325px;
    border: none;
    padding: 0;
    margin-bottom: 3%;
    transform: skew(-10deg);
    overflow: hidden;
    position: relative;
    background-color: #000;
  }

  .CHimg1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../img/chef/chef1.jpg) no-repeat center/cover;
    transform: skew(10deg);
  }


  .CHimg1>img {
    display: none;
  }


  .chef1_text {
    width: 100%;
    text-align: center;
    margin-top: -10%;
    margin-left: -10%;
  }

  .chef1_text>h3 {
    font-size: 24px;
  }


  .chef1_text>p {
    font-size: 18px;
    text-align: center;
    color: rgb(245, 128, 120);
  }

  .CHimg2 {
    width: 100%;
    height: 325px;
    border: none;
    padding: 0;
    margin-bottom: 3%;
    transform: skew(-10deg);
    overflow: hidden;
    position: relative;
    background-color: #000;
  }

  .CHimg2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../img/chef/chef2.jpg) no-repeat center/cover;
    transform: skew(10deg);
  }



  .CHimg2>img {
    display: none;
  }


  .chef2_text {
    width: 100%;
    text-align: center;
    margin-top: -10%;
    margin-left: -10%;
  }

  .chef2_text>h3 {
    font-size: 24px;
  }


  .chef2_text>p {
    font-size: 18px;
    text-align: center;
    color: rgb(245, 128, 120);
  }

  .CHimg3 {
    width: 100%;
    height: 325px;
    border: none;
    padding: 0;
    margin-bottom: 3%;
    transform: skew(-10deg);
    overflow: hidden;
    position: relative;
    background-color: #000;
  }

  .CHimg3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../img/chef/chef3.jpg) no-repeat center/cover;
    transform: skew(10deg);
  }


  .CHimg3>img {
    display: none;
  }


  .chef3_text {
    width: 100%;
    text-align: center;
    margin-top: -10%;
    margin-left: -10%;
  }

  .chef3_text>h3 {
    font-size: 24px;
  }


  .chef3_text>p {
    font-size: 18px;
    text-align: center;
    color: rgb(245, 128, 120);
  }

  /* design */

  .design_box {
    width: 52%;
    height: 404px;
  }


  .design_text>strong {
    font-size: 35px;
  }

  .design_text>p {
    font-size: 22px;
  }

  /* footer */
  footer {
    margin-top: 250px;
  }

  .footer_inner {
    height: 400px;
    padding: 110px 6.4% 60px 6.4%;
  }



  .footer_inner_top {
    width: 100%;
    height: 69%;
    float: left;
    border-bottom: 2px solid rgb(116, 116, 116);
    position: relative;
    margin-bottom: 1%;
  }

  .footer_inner_bottom {
    width: 100%;
    height: 30%;
    clear: right;
  }

  .footer_logo {
    position: absolute;
    width: 22%;
    float: left;
    bottom: 11px;
  }


  .newslatters {
    position: absolute;
    display: block;
    float: right;
    right: 0;
    bottom: 10px;
  }

  .newslatters label {
    font-size: 20px;
    color: rgb(138, 111, 104);
  }

  .newslatters input {
    width: 235px;
    height: 34px;
    border: none;
  }

  .newslatters button {
    width: 52px;
    height: 34px;
    color: white;
    font-size: 18px;
    background-color: rgb(138, 111, 104);
  }


  .resource {
    width: 50%;
    height: 100%;
    float: left;
  }

  .resource>h3 {
    font-size: 24px;
  }

  .resource>p {
    font-size: 15px;
  }

  .resource>p>span::after {
    content: "|";
    margin: 0 10px;
  }
  .contectus>p>span::after {
    content: "|";
    margin: 0 10px;
  }

  .resource>p>span:nth-of-type(2) {
    display: inline-block;
    
  }

  .resource>p>span:nth-of-type(3) {
    display: none;
  }
  .resource>p>span:nth-of-type(4) {
    display: block;
  }
  .resource>p>span:nth-of-type(5) {
    display: none;
  }

  .contectus {
    width: 50%;
    height: 100%;
    float: left;
  }

  .contectus>h3 {
    font-size: 24px;
  }

  .contectus>p {
    font-size: 15px;
  }

  .contectus>p>span:nth-of-type(3) {
    display: none;
  }

  .contectus>p>span:nth-of-type(4) {
    display: none;
  }

  .contectus>p>span:nth-of-type(5) {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  header {
    height: 105px;
    padding-top: 15px;
  }

  .header_inner {
    height: 105px;
  }

  .top>h1 {
    width: 255px;
    height: 75px;
  }


  .header_icon {
    top: 36px;
  }

  .header_icon>.search {
    width: 36px;
    height: 36px;
  }

  .header_icon>.shoppingbag {
    width: 36px;
    height: 36px;
    margin-left: 32px;
  }

  .opennav {
    width: 36px;
    height: 36px;
    top: 35px;
    left: 56px;
  }


  .navi {
    height: 890px;
  }

  .navlogo {
    margin: 41px 0px 31px 56px;
  }

  .closenav {
    width: 35px;
    height: 20px;
    margin: 65px 33px 57px 0px;
  }

  nav>.gnb>li {
    font-size: 30px;
  }

  .visual {
    width: 100%;
    height: 952px;
  }

  .visual_video {
    display: block;
    width: 100%;
    height: 785px;
  }

  iframe{
    border: 0px;
  }
  .visual_img {
    display: none;
    height: 952px;
  }

  .visual_text {
    display: none;
    top: 282px;

  }

  .visual_text p {
    font-size: 40px;

  }

  main {
    position: relative;
    margin: 0 7.2%;
  }


  main h2 {
    font-size: 80px;
  }

  main strong {
    font-size: 35px;
  }

  main p {
    font-size: 22px;
  }

  section {
    margin-top: 250px;
  }


  /* bestsellers */


  .bestsellers_inner>h2 {
    font-size: 80px;
  }

  .slick-dots li {
    margin: 0 23px;
  }

  .slick-dots button {
    width: 25px;
    height: 25px;
  }

  .product1 {
    position: relative;
    width: 33%;
  }

  .product2 {
    position: relative;
    width: 33%;
  }

  .product3 {
    position: relative;
    width: 33%;
  }

  .product4 {
    position: relative;
    width: 33%;
  }

  .product5 {
    position: relative;
    width: 33%;
  }

  .product6 {
    position: relative;
    width: 33%;
  }

  .product7 {
    position: relative;
    width: 33%;
  }

  .product_img {
    width: 100%;
    float: left;
  }

  .product_img>img {
    width: 100%;
    height: 100%;
  }

  .pro_t1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }


  .pro_t2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .pro_t3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .pro_t4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .pro_t5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .pro_t6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .pro_t7 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }


  .product_text {
    display: none;
    width: 100%;
    text-align: center;
    padding: 30% 5%;
  }

  .slick-slide:hover .product_text {
    display: block;
    background-color: rgba(240, 234, 230, 0.3);

  }

  .product_text>h3 {
    font-size: 27px;
    position: relative;
    font-weight: normal
  }

  .slickdiv {
    margin-top: 10%;
  }

  .product_text>strong {
    font-size: 25px;
    font-weight: bold;
  }

  .product_text>p {
    font-size: 15px;
    text-align: center;
  }




  /* quality */

  .quality_inner {
    position: relative;
  }


  .quality_con {
    width: 70%;
    float: right;
    height: 770px;
  }


  .quality_back {
    top: 5%;
    height: 90%;
  }

  .quality_inner .quality_con {
    transform: translateX(100px);

  }
  
  .quality_inner .quality_con.move {
    transform: translateX(0);

  }
  
  .quality_inner .quality_text {
    transform: translateX(-100px);

  }
  
  .quality_inner .quality_text.move {
    transform: translateX(0);

  }
  .quality_text {
    position: absolute;
    top: 102px;
    width: 50%;
    height: 566px;
    padding: 57px 42px;
    float: left;
    background-color: rgba(240, 234, 230, 0.7);
  }


  .quality_text>p:nth-of-type(1) {
    display: none;
    font-size: 22px;
  }

  .quality_text>p:nth-of-type(2) {
    display: flex;
    font-size: 22px;
  }


  .quality_text>a {
    width: 146px;
    height: 55px;
    margin-top: 20px;
    font-size: 21px;
    padding-top: 12px;
  }

  .quality_text>h3 {
    margin-bottom: 20px;
  }

  .quality_text>strong {
    margin-bottom: 20px;
  }

  .quality_text>p {
    margin-bottom: 40px;
  }


  /* recipe */

  .recipe_inner {
    height: 758px;
  }

  .recipe_inner>h2 {
    font-size: 50px;
  }

  .recipe_inner>p {
    font-size: 25px;
  }

  .recipe_con {
    margin-top: 30px;
  }

  .recipe1,
  .recipe2,
  .recipe3,
  .recipe4 {
    height: 300px;
  }

  .recipe1,
  .recipe4 {
    width: 60%;
  }

  .recipe1,
  .recipe3 {
    float: left;
  }

  .recipe2,
  .recipe4 {
    float: right;
  }

  .recipe2,
  .recipe3 {
    width: 38%;
  }


  .recipe1 .recipe_text1 {
    height: 130px;
    top: 170px;
    padding: 34px 30px;
    animation: fadeIn 3s;
  }

  /* .recipe1:hover .recipe_text1 {
    animation: fadeInUp 3s;
  } */

  .recipe_text1 {
    font-size: 23px;
    text-align: center;
  }

  .recipe_text1 p {
    font-size: 15px;
  }

  .recipe2 .recipe_text2 {
    height: 130px;
    top: 170px;
    padding: 34px 5px;
    animation: fadeIn 3s;
  }

  /* .recipe2:hover .recipe_text2 {
    animation: fadeInUp 3s;
  } */

  .recipe_text2 {
    font-size: 23px;
    text-align: center;
  }

  .recipe_text2 p {
    font-size: 15px;
  }

  .recipe3 .recipe_text3 {
    height: 130px;
    top: 170px;
    padding: 34px 5px;
    animation: fadeIn 3s;
  }

  /* .recipe3:hover .recipe_text3 {
    animation: fadeInUp 3s;
  }
   */

  .recipe_text3 {
    font-size: 20px;
    text-align: center;
  }

  .recipe_text3 p {
    font-size: 15px;
  }

  .recipe4 .recipe_text4 {
    height: 130px;
    top: 170px;
    padding: 34px 5px;
    animation: fadeIn 3s;
  }

  /* .recipe4:hover .recipe_text4 {
    animation: fadeInUp 3s;
  }
   */

  .recipe_text4 {
    font-size: 23px;
    text-align: center;
  }

  .recipe_text4 p {
    font-size: 15px;
  }

  /* belgium */
  .belgium_inner {
    position: relative;
  }

  .BGimg {
    width: 70%;
    float: left;
    height: 770px;
  }


  .belgium_text {
    position: absolute;
    top: 102px;
    right: 0;
    width: 60%;
    height: 566px;
    padding: 57px 42px;
    background-color: rgba(240, 234, 230, 0.7);
  }

  .belgium_text>strong {
    font-size: 35px;
  }


  .belgium_text>p:nth-of-type(1) {
    display: flex;
    font-size: 20px;
  }

  .belgium_text>p:nth-of-type(2) {
    display: none;
    font-size: 14px;
  }

  .belgium_text>a {
    width: 146px;
    height: 55px;
    margin-top: 20px;
    font-size: 21px;
    padding-top: 12px;
  }

  .belgium_text>h3 {
    margin-bottom: 20px;
  }

  .belgium_text>strong {
    margin-bottom: 20px;
  }

  .belgium_text>p {
    margin-bottom: 40px;
  }
  .belgium_inner .BGimg {
    transform: translateX(100px);

  }
  
  .belgium_inner .BGimg.move {
    transform: translateX(0);

  }
  
  .belgium_inner .belgium_text {
    transform: translateX(-100px);

  }
  
  .belgium_inner .belgium_text.move {
    transform: translateX(0);
  }
  /* chef */

  .chef_inner>h2 {
    font-size: 70px;
    margin: 90px 0;
  }

  .chef_cont {
    margin-left: 4%;
  }

  .chef_cont>div {
    float: left;
    width: 30%;
    clear: none;
    margin-right: 3%;
    margin-top: 0;
    margin-bottom: 5%;
  }

  .CHimg1 {
    width: 100%;
    height: 325px;
    border: none;
    padding: 0;
    margin-bottom: 3%;
    transform: skew(-10deg);
    overflow: hidden;
    position: relative;
    background-color: #000;
  }

  .CHimg1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../img/chef/chef1.jpg) no-repeat center/cover;
    transform: skew(10deg);
  }


  .CHimg1>img {
    display: none;
  }


  .chef1_text {
    width: 100%;
    text-align: center;
    margin-top: -10%;
    margin-left: -10%;
  }

  .chef1_text>h3 {
    font-size: 24px;
  }


  .chef1_text>p {
    font-size: 18px;
    text-align: center;
    color: rgb(245, 128, 120);
  }

  .CHimg2 {
    width: 100%;
    height: 325px;
    border: none;
    padding: 0;
    margin-bottom: 3%;
    transform: skew(-10deg);
    overflow: hidden;
    position: relative;
    background-color: #000;
  }

  .CHimg2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../img/chef/chef2.jpg) no-repeat center/cover;
    transform: skew(10deg);
  }



  .CHimg2>img {
    display: none;
  }


  .chef2_text {
    width: 100%;
    text-align: center;
    margin-top: -10%;
    margin-left: -10%;
  }

  .chef2_text>h3 {
    font-size: 24px;
  }


  .chef2_text>p {
    font-size: 18px;
    text-align: center;
    color: rgb(245, 128, 120);
  }

  .CHimg3 {
    width: 100%;
    height: 325px;
    border: none;
    padding: 0;
    margin-bottom: 3%;
    transform: skew(-10deg);
    overflow: hidden;
    position: relative;
    background-color: #000;
  }

  .CHimg3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../img/chef/chef3.jpg) no-repeat center/cover;
    transform: skew(10deg);
  }


  .CHimg3>img {
    display: none;
  }


  .chef3_text {
    width: 100%;
    text-align: center;
    margin-top: -10%;
    margin-left: -10%;
  }

  .chef3_text>h3 {
    font-size: 24px;
  }


  .chef3_text>p {
    font-size: 18px;
    text-align: center;
    color: rgb(245, 128, 120);
  }

  /* design */

  .design_box {
    width: 62%;
    height: 440px;
  }


  .design_text>strong {
    font-size: 35px;
  }

  .design_text>p {
    font-size: 22px;
  }

  /* footer */
  footer {
    margin-top: 250px;
  }

  .footer_inner {
    height: 500px;
    padding: 110px 6.4% 60px 6.4%;
  }



  .footer_inner_top {
    width: 100%;
    float: left;
    border-bottom: 2px solid rgb(116, 116, 116);

  }

  .footer_inner_bottom {
    width: 100%;
    clear: right;
  }

  .footer_logo {
    width: 22%;
    float: left;
  }


  .newslatters {
    display: block;
    float: right;

  }

  .newslatters label {
    font-size: 20px;
    color: rgb(138, 111, 104);
  }

  .newslatters input {
    width: 235px;
    height: 34px;
    border: none;
  }

  .newslatters button {
    width: 52px;
    height: 34px;
    color: white;
    font-size: 18px;
    background-color: rgb(138, 111, 104);
  }


  .resource {
    width: 50%;
    height: 100%;
    float: left;
  }

  .resource>h3 {
    font-size: 24px;
  }

  .resource>p {
    font-size: 15px;
  }

  .resource>p>span:nth-of-type(2) {
    display: inline-block;
  }

  .resource>p>span:nth-of-type(3) {
    display: inline-block;
  }
  .resource>p>span:nth-of-type(4) {
    display: inline-block;
  }
  .resource>p>span:nth-of-type(5) {
    display: inline-block;
  }

  .contectus {
    width: 50%;
    height: 100%;
    float: left;
  }


  .contectus>h3 {
    font-size: 24px;
  }

  .contectus>p {
    font-size: 15px;
  }

  .contectus>p>span:nth-of-type(3) {
    display: inline-block;
  }

  .contectus>p>span:nth-of-type(4) {
    display: inline-block;
  }

  .contectus>p>span:nth-of-type(5) {
    display: inline-block;
  }
}

@media only screen and (min-width: 1280px) {
  header {
    height: 140px;

  }

  .header_inner {
    height: 140px;
  }

  .opennav {
    display: none;
  }


  .navi {
    display: block;
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #fff;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    
  }

  .nav_top{
    display: none;
  }


  nav>.gnb {
    display: block;
    width: 100%;

  }

  nav>.gnb>li {
    width: 25%;
    text-align: center;
    font-size: 24px;
    padding: 0;
    float: left;
    border: none;
  }

  main {
    margin: 0 6.7%;
  }


  main h2 {
    font-size: 80px;
  }

  main strong {
    font-size: 38px;
  }

  main p {
    font-size: 24px;
  }



  /* bestsellers */
  .product_text>h3{
    font-size: 30px;
  } 
  .product_text>strong {
    font-size: 27px;
  }

  .product_text>p {
    font-size: 18px;
  }

  /* quality */


  .quality_con {
    width: 50%;
    height: 916px;
  }



  .quality_text {
    top: 0;
    width: 50%;
    height: 100%;
    padding: 207px 75px 207px 0;
    float: left;
    background-color: #fff;
  }


  .quality_text>p:nth-of-type(1) {
    display: flex;
    font-size: 24px;
  }

  .quality_text>p:nth-of-type(2) {
    display: none;
  }


  .quality_text>a {
    width: 169px;
    height: 60px;
    margin-top: 0;
    font-size: 24px;
    padding-top: 12px;
    background-color: rgb(240, 234, 230);
    color: rgb(40, 20, 10);
  }


  /* recipe */

  .recipe_inner {
    position: relative;
    height: 960px;
  }

  .recipe_inner>h2 {
    font-size: 80px;
  }

  .recipe_inner>p {
    font-size: 40px;
  }

  .recipe_word {
    position: absolute;
    display: block;
    font-size: 320px;
    font-weight: bold;
    top: 0;
    line-height: 330px;
    z-index: -6666;
    color: rgba(230, 216, 207,0.3);
    text-align: left;
  }
  
  .recipe_con {
    margin-top: 60px;
  }

  .recipe1,
  .recipe2,
  .recipe3
{
    width: 31%;
    height: 651px;
    float: left;
    margin-right: 2%;

  }

  .recipe4 {
    display: none;
  }

  .recipe1_img{
    background-position: 90% center;
    top: 10%;
  }

  .recipe3_img{
    background-position: 60% center;
    position: relative;
    top: 10%;
  }

  .recipe1 .recipe_text1 {
    height: 239px;
    top: 75%;
    animation: none;
    opacity: 0;
  }

  .recipe_text1 {
    font-size: 35px;
  }

  .recipe_text1 p {
    font-size: 20px;
  }

  .recipe1:hover .recipe_text1 {
    animation: fadeIn 1s forwards;
  }

  .recipe2 .recipe_text2 {
    height: 239px;
    top: 65%;
    animation: none;
    opacity: 0;
  }

  .recipe2:hover .recipe_text2 {
    animation: fadeIn 1s forwards;
  }

  .recipe_text2 {
    font-size: 35px;
  }

  .recipe_text2 p {
    font-size: 20px;
  }

  .recipe3 .recipe_text3 {
    height: 239px;
    top: 75%;
    animation: none;
    opacity: 0;
  }

  .recipe3:hover .recipe_text3 {
    animation: fadeIn 1s forwards;
  }
  

  .recipe_text3 {
    font-size: 35px;
  }

  .recipe_text3 p {
    font-size: 20px;
  }

  .recipe4 .recipe_text4 {
    height: 239px;
    top: 75%;
    animation: none;
    opacity: 0;
  }

  .recipe4:hover .recipe_text4 {
    animation: fadeIn 1s forwards;
  }
   

  .recipe_text4 {
    font-size: 35px;
    text-align: center;
  }

  .recipe_text4 p {
    font-size: 20px;
  }

  .recipe_inner .recipe1 {
    transform: translateY(-100px);
  }
  
  .recipe_inner .recipe1.move {
    transform: translateY(0);
  }
  
  .recipe_inner .recipe2 {
    transform: translateY(+100px);
  }
  
  .recipe_inner .recipe2.move {
    transform: translateY(0);
  }
  
  .recipe_inner .recipe3 {
    transform: translateY(-100px);
  }
  
  .recipe_inner .recipe3.move {
    transform: translateY(0);
  }
  
  .recipe_inner .recipe4 {
    transform: translateY(+100px);
  }
  
  .recipe_inner .recipe4.move {
    transform: translateY(0);
  }



  /* belgium */
  .BGimg {
    width: 50%;
    float: left;
    height: 916px;
  }


  .belgium_text {
    position: absolute;
    top: 10%;
    right: 0;
    width: 50%;
    height: 80%;
    padding: 141px 66px;
    background-color: rgb(240, 234, 230);
    text-align: left;
  }


  .belgium_text>p:nth-of-type(1) {
    font-size: 24px;
  }


  .belgium_text>a {
    width: 169px;
    height: 60px;
    margin-top: 0;
    font-size: 24px;
    padding-top: 12px;
    background-color: rgb(40, 20, 10);
    color: rgb(240, 234, 230);
  }


  /* chef */
   .chef_inner h2{
    font-size: 80px;
   } 
  .CHimg1 {
    height: 452px;
  }
  .chef1_text>h3 {
    font-size: 40px;
  }


  .chef1_text>p {
    font-size: 24px;
  }

  .CHimg2 {
    height: 452px;
  }

  .chef2_text>h3 {
    font-size: 40px;
  }


  .chef2_text>p {
    font-size: 24px;
  }

  
  .CHimg3 {
    height: 452px;
  }

  .chef3_text>h3 {
    font-size: 40px;
  }


  .chef3_text>p {
    font-size: 24px;
  }


  /* design */

  .design_box {
    width: 80%;
    height: 555px;
    bottom: -290px;
  }
  .design_img {
    width: 75%;
  }

  .design_img>.design_img1 {
    width: 29%;
    padding-bottom: 100%;
    background: url(../img/design/design-10801080.jpg) 
    no-repeat center/cover;
    background-position: left;
    float: left;
    margin-right: 2%;
  }
  
  .design_img>.design_img2 {
    display: block;
    width: 69%;
    padding-bottom: 100%;
    background: url(../img/design/design-10801080.jpg) no-repeat center/cover;
    background-position: right;
    float: left;
  }
  .design_text {
    margin-top: 70px;
  }
  .design_text>strong {
    font-size: 40px;
  }

  .design_text>p {
    font-size: 24px;
  }

  .design_inner .design_img2 {
    transform: translateX(+100px);
    opacity: 0;
  }
  
  .design_inner .design_img2.move {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
  }
  /* footer */
  footer {
    margin-top: 250px;
  }

  .footer_inner {
    height: 600px;
    padding: 110px 6.4% 60px 6.4%;
  }



  .footer_inner_top {
    width: 100%;
    float: left;
 

  }

  .footer_inner_bottom {
    width: 100%;
    clear: right;
  }

  .footer_logo {
    width: 22%;
    float: left;
  }


  .newslatters {
    display: block;
    float: right;

  }

  .newslatters label {
    font-size: 20px;
    color: rgb(138, 111, 104);
  }

  .newslatters input {
    width: 235px;
    height: 34px;
    border: none;
  }

  .newslatters button {
    width: 52px;
    height: 34px;
    color: white;
    font-size: 18px;
    background-color: rgb(138, 111, 104);
  }


  .resource {
    width: 50%;
    height: 100%;
    float: left;
  }

  .resource>h3 {
    font-size: 24px;
  }

  .resource>p {
    font-size: 15px;
  }

  .resource>p>span:nth-of-type(2) {
    display: inline-block;
  }

  .resource>p>span:nth-of-type(3) {
    display: inline-block;
  }

  .resource>p>span:nth-of-type(5) {
    display: inline-block;
  }

  .contectus {
    width: 50%;
    height: 100%;
    float: left;
  }

  .contectus>h3 {
    font-size: 24px;
  }

  .contectus>p {
    font-size: 15px;
  }

  .contectus>p>span:nth-of-type(3) {
    display: inline-block;
  }


  .contectus>p>span:nth-of-type(5) {
    display: inline-block;
  }
}

@media only screen and (min-width: 1680px) {
  main {
    width: 1638px;
    margin: 0 auto;
    overflow: hidden;
  }
  /* recipe */
  .recipe1,
  .recipe2,
  .recipe3,
  .recipe4
{
    width: 23%;
    height: 651px;
    float: left;
    margin-right: 2%;
  }
  .recipe1{
    margin-left: 1%;
  }
  .recipe4 {
    display: block;
    margin-right: 0;
  }

  .recipe4 .recipe_text4 {
    top: 65%;
  }



  .recipe_text4 {
    font-size: 35px;
    text-align: center;
  }

  .recipe_text4 p {
    font-size: 20px;
  }

  /* chef */
  .chef_box{
    width: 25%;
  }

  .chef_word {
    position: absolute;
    display: block;
    font-size: 320px;
    font-weight: bold;
    bottom: 0;
    right: 0;
    line-height: 330px;
    z-index: -6666;
    color: rgba(230, 216, 207,0.3);
    text-align: left;
  }
  
}