body {
 /* background: rgb(190, 199, 209) */
}



@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

.wrap {
  width: 1269px;
  margin: 0 auto;
}

.header {
  width: 1269px;
  margin: 0 auto;

}
.header .top_menu_outer {
  width: 100%;
  height: 30px;
 


}
.header .top_menu_outer .top_menu {
  width: 1269px;
  margin: 0 auto;
}

.header .top_menu_outer .top_menu ul {
  float: right;
  font-size: 0;
  padding-top: 10px;
 
    
}





.header .top_menu_outer .top_menu li {
  display: inline-block;
  font-size: 12px;
  border-right: 1px solid black;
  padding: 0 8px;
  line-height: 15px;
  
}

.header .top_menu_outer .top_menu li a {
  color: inherit;
}

.header .top_menu_outer .top_menu li:hover {
   font-weight: bold;
}

.header .top_menu_outer .top_menu li:last-child {border: none;}



.header .logo_outer {
  height: 100px;
  
  
}

.logo_outer {
  width: 100%;
  
}

.logo_outer .logo {
  width: 190px; 
  margin: 0 auto;
}

.logo_outer img {
  width: 100%;
}



.gnb_outer {
  width: 100%;

  color: black;
}

.header,
.gnb_outer {
  position: relative;
  z-index: 9999;
}

.gnb {
  width: 1125px;
  margin: 0 auto;
}

.gnb ul {

}

.gnb > ul > li {
  float: left;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative; 
  cursor: pointer;
}


.gnb li ul {
  display: none;
  background-color: hsl(0, 7%, 97%);
}


.gnb li:hover > ul {
  display: block;
}


.gnb li ul li {
  float: none; 
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: black;
}


.gnb li ul li:hover {
  font-weight: bold;
  background-color: #eee;
}

.gnb a {

  color: inherit; 
}




 .main_box {
  width: 1269px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
 

} 
  .main_box .main_R {
  position: relative;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  
}  

.main_R img {
  

  width: 100%;
  height: 400px;
  border-radius: 10%;
 
}

.bx-wrapper {
  margin-top: 80px;   
}

.diary_btn {
  width: 100px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
}





.frame {
  margin-top: 60px;
  width: 948px ; 
  height: 500px;
  background-image: url(./home/m1.jpg);
  background-size: cover;
  animation: ani_visual 8s infinite;
  margin-bottom: 30px;

}

@keyframes ani_visual {
  0%  {background-image: url(./home/m3.jpg); }
  20%   {background-image: url(./home/m1.jpg); }
  40%  {background-image: url(./home/m5.jpg); }
  80%  {background-image: url(./home/m2.jpg); }
  100% {background-image: url(./home/m1.jpg); }
  60%  {background-image: url(./home/m4.jpg); }
}



.bt_box {
  width: 1269px;
  height: 50px;
  margin: 0 auto;
  color:black;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  
}



.best_tab_box {
  width: 100px;
  height: 30px;
  margin-bottom: 10px;
  
 
}


/**베스트 박스**/

.best_box {
  width: 1269px;
  height: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
 
 
}


.best_box_box {
  width: 306px;
  height: auto;
  float: left;
  margin-right: 15px;

}




.best_box_box:last-child{margin: 0;}

.best_boxbox_img {
    overflow: hidden;
  border-radius: 20px;

}


.best_box_box .best_box_box_img img {
  width: 100%;
  
}

.best_text {
  width: 306px;
  margin-top: 10px;
  text-align: center;

}

.best_text .N{
  font-weight: bold;
}

.price  {
  margin-top: 10px;
}

.price .DC {
  color: red; 
  text-decoration:line-through
}


.cart {
  background-color: white;
  color: black;
  text-align: center;
  line-height: 50px;
  display: flex;
  border: 1px solid black;
  margin-top: 10px;
 
 
}

.cart .like {
  width: 153px;

  }

  .cart .like:hover {
    background-color: black;
    color:white;
  }

  .cart .cart01 {
  width: 153px;
}


.cart .cart01:hover {
  background-color: black;
  color: white;
}



.best_box .best_box_box .best_boxbox_img:hover {
 
  opacity: 0.5;
  
  
}




.event_box{
  width: 1269px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; 
  margin-bottom: 50px;
 

}


.event_box_box {
  position: relative;
  width: 627px;

}
.event_box_img_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  
}
.event_img {
   overflow: hidden;
  border-radius: 20px;

}
.event_img img{
  width: 100%;
  height:350px;
 object-fit: cover;  
  display: block;
}




 .event_btn {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 250px;
  bottom: 5px;
}

.event_btn a {
  color: inherit;
  font-size: 15px;
  font-weight: bold;
}




/**스토리 **/

.story_box {
  width: 1269px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
 
}

.story_box_box {
  width: 306px;
}


 .story_img01 {

  width: 306px;
  height: 400px;


  
}

.story_box_img01 img {
  width: 100%;


}


.story_box .story_text {
  width: 306px; 
  height: 200px;
  font-size: 20px;
  text-align:center;
   margin: 15px;
  
}




.story_btn {
  width: 100px;
  height: 30px;
  margin-top: 20px;
  

}

.story_btn a {
  color: inherit;
  font-weight: bold;
  font-size: 15px;
}





.supportz_box {
  width: 1269px; 
  overflow: hidden;
  margin: 50px auto;
  background-color: white;
  border: 1px solid black;
  margin-top: 20px;
}


#best_btn {display: none;}
#best_btn:checked ~ .supportz_box .supportz_bottom {display: flex;
justify-content: space-between;
gap: 15px;}
#best_btn ~ .supportz_box .supportz_bottom { display: none;}

#best_btn ~ .supportz_box .close {display: none;}
#best_btn ~ .supportz_box .open {display: block;}
#best_btn:checked ~ .supportz_box .open {display: none;}
#best_btn:checked ~ .supportz_box .close {display: block;}

.supportz_box .supportz_top,
.supportz_box .supportz_bottom {
  overflow: hidden;
  margin-bottom: 10px;
}



.supportz_top {
  width: 1269px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.supportz_A {
  width: 413px;
  height: 300px;

}
.supportz_img01 {
  width: 413px;
  height: 300px;
  margin-top: 30px;

}


.supportz_img01 img{
  width: 100%;
}

.supportz_bottom {
  width: 1269px;
  margin: 0 auto;
justify-content: space-between;
   display: none;
   gap: 15px;


}

.supportz_B {
  width: 413px;
  height: 300px;

}

.supportz_img {
  width: 413px;
  height: 300px;

   border-radius: 20px;  
  overflow: hidden;      
}
  


.supportz_img img {
  width: 100%;
  
}
.supportz_text {
  text-align: center;
  margin: 10px;
  font-size: 20px;
  font-weight: bold;
}

.supportz_A .supportz_img01:hover,
.supportz_B .supportz_img:hover
{
  opacity: 0.5;

}


.supportz_box label {
  display: block;
width: 100px; height: 30px;
background-color:#8a8888c2;
text-align: center;
font-size: 15px;
font-weight: bold;
line-height: 30px;
color: white;
margin: 0 auto;

}


.supportz_box label:hover{
  background-color: #ccc;
  color: black;
}








/**리뷰**/
.review_bottom_box {
  width: 1269px;
  height: 300px;
  margin: 0 auto;
   margin-bottom: 50px;
   
  }
  .review_bottom_img {
    width: 100%;
   border-radius: 20px;   
  overflow: hidden;     
}



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

.swiper-slide {
  text-align: center;
 
}

    .mySwiper {
      width: 100%;
      padding: 40px 0;
      padding-bottom: 40px;

    }


    .review_boxbox {
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      padding-bottom: 20px;
    }

    .review_img01 img {
      width: 100%;
      height: auto;
      display: block;
    }

    .review_img01 img img {
       object-fit: cover;   
  display: block;
    }

    .review_boxbox p {
      padding: 0 15px;
      line-height: 1.5;
      font-size: 14px;
    }

    .RT {
      font-size: 14px;
      margin-bottom: 10px;
    }

    .hrbar {
      width: 90%;
      height: 1px;
      background: #ddd;
      margin: 10px auto;
    }

    .RP {
      display: flex;
      align-items: center;
      padding: 0 15px;
    }

    .RPP img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      margin-right: 10px;
      border-radius: 5px;
    }

    .QQ {
      font-size: 14px;
      color: #555;
    }
 



.help_box {
  width: 1269px;
  height: 200px;
  margin: 0 auto;
  
}



.help_box .help {
  width: 400px; 
  height: 200px;
  float: left;
  margin-right: 15px;
   margin-bottom: 100px;
}

.help_box .help_img {
  width: 150px;
  height: 150px;

  margin-top: 30px;
  margin-left: 20px;
  float: left;

  
   
}

.help_box .help_img img {
  width: 100%;
  height: 100%;


}

.help_box .help_img:hover {
  opacity: 0.5;
  
}

.help_box .help_text{
  margin-top: 70px;
  text-align: right;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;

}

/**푸터**/

.footer_box {
  width: 1269px;
  height: 300px;
  margin: 0 auto;
  margin-top: 50px;
  
}

.footer_box .footer_menu {
  width: 1269px;
  margin: 0 auto;
}
.footer_box ul {}
.footer_menu li {
  display: inline-block;
  font-size: 15px;
  margin-left: 15px;
  
}

.footer_menu .FM {
  float: right;
  margin-right: 50px; 
}


.footer_menu li a {
  color: black;
}
.footer_menu li a:hover {
  color:black;
font-weight: bold;}


.footer_box .footer_logo {
width: 150px;
height: 100px;
margin-top: 20px;
margin-bottom: 10px;
margin-left: 10px;


}

.footer_box .footer_logo_img img{
  width: 100%;
}


.footer_box .footer01_box {
  width: 1269px;
}

.footer_box .footer01_box .footer_box_img {
  width: 50px;
  height: 50px;
  
  float: right;
  margin-right: 15px;
  margin-top: -30px;
 
 
}
.footer_box_img {
    border-radius: 10px;
  overflow: hidden;
}

.footer01_box .footer01_box .footer_box_img img {
  width: 100%;
}




.footer_box span {
  font-weight: bold;
}
.footer_box p {
  margin-left: 10px;
}



/**윙 배너**/

.wing_box {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(20px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.wing_box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

/* 배너 디자인 유지 */
.wing_banner {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.wing_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}


.wing_banner:hover {
  transform: translateY(-4px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.25);
}




/**********************/

.hrbar {
  width: 300px;
  height: 1px;
  margin: 0 auto;
  background-color: black;
}






.popup_box {
  width: 200px; height: 250px;
  background-color: black;
  color: white;
  padding: 10px;
  position: fixed;
  top: 300px ; left: 30px;
   border-radius: 10px;
}

.popup_box .popup_img {
  width: 200px; height: 200px;
  
}

.popup_box .popup_img img {
  width: 100%;

}


.popup_box label {
  width: 50px; height: 20px; 
  float: left;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}


#popup_chk {display: none;}
#popup_chk:checked ~ .popup_box { display: block;}
#popup_chk ~ .popup_box { display: none;}




.main_btn_box {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 50px;
}












