<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.paging-num {text-align: center; clear: both; margin:20px 0;}
.paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%; text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}

.shopbrand .coupon-benefit {position:relative; margin:-12px 0 10px 0;} 
.shopbrand .btn-coupon { display:inline-block; height:16px; padding:0; margin-left:5px; border:1px solid #000; font-size:10px;}
.shopbrand .btn-coupon span { display:inline-block; height:16px; padding:0 5px; color:#fff; background:#000; vertical-align:top; font-size:11px; }
.shopbrand .btn-coupon em { display:inline-block; height:16px; padding:0 3px 0 0; font-size:10px; vertical-align:top; color:#000; }

.recmd_product_wrap h2 {margin-bottom:30px;}
.cate_ment {display:none; margin-bottom:20px;}
.cate_ment_box {padding:10px; font-size:11px; border:1px #f7f7f7 solid;background-color:#fff;}
.cate_ment {background-color:#f7f7f7; padding:10px;}
.cate_ment_box li {margin:0 0 5px 0;}


.recmd_product_wrap .item_list1 .info {padding-bottom:0;}

body .btn_bottom_box .btn_basic {background:#5e2775; border:1px solid #5e2775; padding:6%; font-size:1.4em; font-weight:400;}


.product_item .thumb {position:relative;}
.soldout_prd {position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); background:#e1e1e1; padding:5px 0; z-index:1; line-height:25px; width:100%;}
.soldout_prd p {text-align:center; border-top:1px solid #fff; border-bottom:1px solid #fff; font-weight:900; font-size:16px; color:#cc0205;}

.blend_darken {mix-blend-mode: darken;}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blinking-text {
  animation: blink 1s infinite; /* 1檬 埃拜栏肺 公茄 馆汗 */
}


/* 酒内叼攫 */
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 10px;
  background-color: #000;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  
}

.accordion-title {font-size:1.3em;}

.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #5e2775;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  border: 1px solid #5e2775;
  display:none;
}

.accordion-content p {
    line-height:1.6;
    padding:15px;
}

/* CSS for Demo */
.accordion-container {
  max-width: 100%;
  margin: 0 auto;
 }
 
 
 .cmt_l {font-size:1.2em;}
 .indent_p {margin-left:3%;}
 
#about_category {
font-family: 'NanumMyeongjo'; text-align: center; background-color: #f2f2f2; font-size: 1.2em; line-height: 2em; padding:20px 0 70px 0;
background:url('/design/naschenka/images/about_bg.jpg') center bottom / cover no-repeat;
}
#about_category p {margin:10% 10%;}

/*
.swiper{width: 100%;}
.swiper-wrapper{width: 100%; }
.swiper-slide{ width: 100%; }
.swiper-slide img{width:100%;}

.swiper-pagination-bullet{background-color:#fff !important; opacity:1 !important}
.swiper-pagination-bullet-active{background-color:#000 !important; }
*/
/* BASIC css end */

</pre></body></html>