.order{font-family: 'NanumBarunGothic',sans-serif;}
@media screen and (min-width:1024px)and (max-width: 1800px){
  
  .order_box1 {position: fixed;z-index: 999999;bottom:70px;right:20px;}
  .order_box2 {position: fixed;z-index: 999999;bottom:20px;right:20px;}
  
  .order_box1 {position: fixed;z-index: 999999;bottom:150px;right:35px;}
  .order_box2 {position: fixed;z-index: 999999;bottom:95px;right:35px;}
  .order {background-color: #000;color:#fff;padding:10px 20px;border-radius: 100px;font-size: 16px;border: none;cursor: pointer;width: 210px;}
  .btn1{position: absolute;left: 82%;top: 25%;}
  .sns_txt {font-weight: 600;position: absolute;top: 10px;}
}
@media (max-width:767px){
  .order_box1 {position: fixed;z-index: 999999;bottom:70px;right:20px;}
  .order_box2 {position: fixed;z-index: 999999;bottom:20px;right:20px;}
  .order {background-color: #000;color:#fff;padding:10px 20px;border-radius: 100px;font-size: 14px;border: none;cursor: pointer;width: 170px;font-size: smaller;}
  .order a{font-size: smaller;}

  #sit_buy_op {
  display: block;
  position: fixed;
  bottom: 8.5%;
  right: 1%;
  z-index: 9999;
}
  .pop_order{
    position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  z-index: 99999;
  justify-content: space-around;
  align-items: flex-end;
  /* background: #fff; */
  font-size: 12px;

}
.order{display:none;}
  .btn1{top: 26%!important;left: 52%!important;}
  }
  @media (min-width:768px){
  .order_box1 {position: fixed;z-index: 999999;bottom:150px;right:35px;}
  .order_box2 {position: fixed;z-index: 999999;bottom:80px;right:35px;}
  .order {background-color: #000;color:#fff;padding:10px 20px;border-radius:20px;font-size: 16px;border: none;cursor: pointer;width: 250px;font-size: 18px;height: 55px;}
  #sit_buy_op {display:none;}
  .order{display:block;}

  
}
.sns_box{position:absolute;margin-left: 69vw;margin-top:-39vh; display: flex; align-items: center; justify-content: center;}
@media (max-width:992px) {
  .order{width: 145px!important;}
  .order_box1,.order_box2{display:none;}
  .sns_box{    margin-left: 18vw;margin-top: -39vh;}
}

  .order_window1 {background-color: #000;flex:1;text-align: center; justify-content: space-evenly;align-items: center;
}
  .order_window2 {background-color: #000;flex:1;text-align: center; justify-content: space-evenly;align-items: center;}
  button {background:none;border: none;  color:#fff !important;} 

  .order_box1 .order{background-color: #ffffff;background-image: url('../asset/images/product_detail/logo_naver_pc.png')}
  .order_box2 .order{background-color:#ffffff;background-image: url('../asset/images/product_detail/logo_coupang_pc.png')}

  .manuka_collection button:hover{ color:#74675e;text-decoration: underline;text-decoration-thickness: 3px;transition: all 30s;}
  .manuka_collection button:active{ color:white;}
  
  .btn_non{display: none!important;}
  .btn_b02 img {width:50%!important;}

  
  .sns_icon{}
  .sns_txt{font-weight: 600;position: absolute;top: 10px;}
  .sns_txt :active{color:#fff;}
  .sns_txt :hover{}
  .sns_txt a{color:#000; margin-left:45px;}

  .btn1 {
    width:  65px;
    height: 65px;
    background-image: url('../asset/images/product_detail/sns_select_1.png');background-repeat: no-repeat;background-size: 60% auto;
    background-attachment: initial;
    position: absolute;
}
/*마우스오버 했을 때 상태*/
.btn1:hover {
    background-image: url('../asset/images/product_detail/sns_select_2.png');
    transition: all 0.6s;
}
/*마우스 눌렀을 때 상태*/
.btn1:active {
  background-image: url('../asset/images/product_detail/sns_select_3.png');
}

.btn1{position: absolute;left: 82%;top: 25%;}
.sns_txt {}