/*딥 시리즈와 스무디 시리즈는 같은 css를 사용합니다*/

@import "reset.css";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
font-family: 'Pretendard Variable';
font-weight: 45 920;
font-style: normal;
font-display: swap;
src: url('../../../packages/pretendard/dist/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
font-family: 'LotteMartDream';
font-style: normal;
font-weight: 400;
src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
}
@font-face {
font-family: 'LotteMartDream';
font-style: normal;
font-weight: 700;
src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff');
}
@font-face {
font-family: 'LotteMartDream';
font-style: normal;
font-weight: 300;
src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff');
}

.lottemartdream * {
font-family: 'LotteMartDream', sans-serif;
}


* {
  /* 드래그나 더블클릭 시에 텍스트가 선택이 되지 않도록 설정 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body::-webkit-scrollbar {
  display: none;
}

body{
  background: #ffffff;
  color: #3e3a39;
    margin: 0px;
    width: 100vw;
    font-family: 'Pretendard';
    overflow-x: hidden;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
    margin: 0;
}

canvas {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 34vw;
}


.top-btn{
  position: fixed;
  z-index: 500;
  right: 4vw;
  bottom:3vw;
  cursor: pointer;
}
.top-btn img{
  width: 2.8vw;
 }

/**/
.top-list{
  position: absolute;
  margin-left: 21vw ;
  margin-top: -3vw;

}
.top-list ul{
  display: flex;
  flex-wrap: wrap;
  width: 55vw;
  
}
.top-list li{
  font-size: 0.8333vw;/*16*/

  font-weight: 500;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  padding-bottom: 0.5vw;
  opacity: 0.4;
}
.top-list p{
  opacity: 0.4;
}
.top-list a{
  color: #3e3a39;
  text-decoration: none;
}
/**/
.navbar li:nth-child(2) a{
  color: #ee7623;
}
 
/**/
.section2{
    padding-top: 10vw;
    padding-left: 14vw;
    padding-right: 10vw;
    padding-bottom: 5vw;
}
.detail-main {
  display: flex;
  justify-content: space-between
}
.detail-main img{
  width: 13.5vw;
}

/**/
.detail-center{
  width: 22vw;
  margin-left: 8vw;
  padding-top: 2vw;
}

.detail-center h4{
  font-size: 1.0417vw; /*20*/
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.detail-center h2{
  font-size: 2.0833vw; /*40*/
 /* font-family: 'LotteMartDream', sans-serif;*/
  margin-top: 1.2vw;
  font-weight: 600;
}
.detail-center h3{
  font-size: 1.5625vw; /*30*/
  font-family: 'Inter', sans-serif;
  margin-top: 0.4vw;
  font-weight: 500;
}
.detail-center .shop-btn{
  font-size: 1.0417vw; /*20*/

  margin-top: 1.8vw;
  font-size: 1.0938vw; /*21px*/
  width: fit-content;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  border-radius: 90px;
  background-color: #ee7623;
  color: #ffffff;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.shop-btn a{
 color: #ffffff;
 text-decoration: none;
}

.detail-text{
  margin-top: 1.8vw;
}
.detail-text h5{
  font-size: 1.0417vw; /*20*/
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 0.3vw;
  margin-top: 1vw;
}
.detail-text p{
  font-size: 0.8333vw; /*16*/

  font-weight: 500;
  line-height: 1.15vw;
  word-break:keep-all;
}

/**/
.detail-right{
  margin-left: 8vw;
  padding-top: 3vw;
}

.detail-right h2{
  font-size: 1.0417vw; /*20*/
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.product-list{
  display: flex;
  margin-top: 1.3vw;
  justify-content: flex-start;
}
.product-list img{
  width: 3.5vw;
  margin-bottom: 0.5vw;
}
.product-list a{
  color: #3e3a39;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8333vw;
  width: 6vw;
  text-align: center;
  margin-right: 7vw;
}

.recipe-list{
  display: flex;
  margin-top: 1.3vw;
  justify-content: space-between;
  width: 25vw;
}

/**/

.recipe-item{
  width: 12vw;
  height: 12vw;
  overflow: hidden;
  border-radius: 90%;
}
.recipe-item img{
  width: 25vw;
  transform: translate(-25%, -15%);
}
/**/
.cover{
  position: absolute;
  text-align: center;
  color: #9c9c9c;
  z-index: 100;
  width: 12vw;
  height: 12vw;
  border-radius: 90%;
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0), #231815 );
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.cover:hover{
  opacity: 1;
 }
 .cover p{
  margin-top: 5vw;
  line-height: 1.2vw;
  color: #ffffff;
  font-size: 1.0417vw; /*20*/
 }

.recipe-list .recipe-1{
  margin-right: 1vw;
  position: relative;
}

/**/
.hover-box{
  position: absolute;
  margin: auto;
  width: 5.5vw;
  background-color: #ee7623;
  margin-top: 2vw;
  padding-top: 0.5vw;
  padding-bottom: 0.6vw;
  padding-left: 0.4vw;
  padding-right: 0.4vw;
  border-radius: 8px;
  display: none;
}
.hover-box p{
  font-size: 0.6771vw;/*13*/
  word-break: keep-all;
  color: #ffffff;
  font-weight: 100;
  line-height: 0.9vw;
  text-align: left;
}


.product-list img:nth-child(1):hover ~ .hover-box{
  display: block;
}

.hidden{
  display: flex !important;
}
.rotate{
  transform: rotate(180deg);
  transform-origin: 50% 35%;
}

/*모바일*/
.top-list-btn{
  display: none;
  margin: auto;
  text-align: center;
}
.top-list-btn img{
  width: 14px;
  margin-left: 8px;

  margin-bottom: 1px;
}


.detail-main-m{
  display: none;
  
  }
  .detail-main-m img{
    width: 37vw;
    margin-top: 36px;
  }
  .detail-main-m .detail-center{
    text-align: center;
    width:auto;
    margin-left: 0;
    padding-top: 32px;
  }
  .detail-main-m .detail-center h4{
    font-size: 14px;
  }
  .detail-main-m .detail-center h2{
    font-size: 20px;
    margin-top: 10px;
    line-height: 22px;
  }
  .detail-main-m .detail-center h3{
    font-size: 18px;
    margin-top: 6px;
  }
  .detail-main-m .detail-center .shop-btn{
    font-size: 14px;
    width: 80px;
    margin: auto;
    border-radius: 90px;
    background-color: #ee7623;
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 30px;
  }
  .detail-text-m{
    margin-top: 24px;
    padding: 48px 24px;
    background-color: #FAF5EE;
  }
  .detail-text-m h5:nth-child(1){
    margin-top: 0;
  }
  .detail-text-m h5{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-top: 28px;
  }
  .detail-text-m p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;

  }
  /**/
  .detail-right-m{
    padding: 48px 24px;
    padding-bottom: 100px;
  }
  .detail-right-m h2{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
  }
  .detail-right-m .recipe-list{
    margin-top: 20px;
    /*justify-content: space-around;*/
    
  }
  .detail-right-m img{
    margin-top: 0;
    width: 37vw;
  }
  .detail-right-m .recipe-list .recipe-1{
    margin-right: 0px;
  }
  .detail-right-m  .product-list{
    margin-top: 24px;
    justify-content: space-around;
  }
  .detail-right-m  .product-list img{
    width: 14vw;
  }
  .detail-right-m  .product-list p{
    font-size: 12px;
    margin-top: 10px;
    line-height: 14px;
  }
  .detail-right-m .product-list a{
    width: auto;
    margin-right: 0;
  }


/**/

@media (max-width: 540px){
  .section2{
    padding-top: 68px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .top-btn{
    display: none;
  }
/**/
  .detail-main{
    display: none;
  }
  .top-list{
    position: relative;
    margin: auto;
    padding-left: 36px;
    padding-right: 36px;
  }
  .top-list ul{
    width: auto;
    justify-content: center;
    margin-top: 28px;
    display: none;
  }
  .top-list li{
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 11px;
  }

  .detail-main-m{
    display: block;
  }
  .hover-box{
    display: none;
  }
  .product-list img:nth-child(1):hover ~ .hover-box{
    display: none;
  }

  .top-list-btn{
    display: block;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
  }
 /**/
 .recipe-1{
  margin-left: 20px;
 }
 .recipe-item{
  width: 130px;
  height: 130px;

 }
 .recipe-item img{
  width: 270px;
  transform: translate(-25%, -15%);
}
 .cover{
  display: none;
 }
  
}