<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background-color: #F1EFEB;}

/*-- headcatecory --*/
#headcategory{position: relative;  display: flex; justify-content: center; margin-top: 103px; padding: 37px 0; border-bottom: 1px solid #D7D7D7;  background-color: #F1EFEB;}
.head_title{text-align: center;  font-size: 18px;font-weight:bold; color: #2B2B2B;}
#headcategory img{width: 10px; height: 10px; margin:8px 10px 0 20px;}
.head_category{display: flex;}
.head_category a{color: #2B2B2B; margin-left: 20px;}
.head_category li:first-child a{color: #2B2B2B; }


/*-- product list menu --*/
#product_list_menu{position: relative ; width: 92%; margin: 0 auto; margin-top: 100px; margin-bottom: 10px; display: flex; justify-content: space-between;}
.pr_filter{background: none;}
#cate{width: 128px; height: 24px;}


/*-- product list --*/
#product_list{position: relative ; width: 92%; margin: 0 auto; }
#product_list .list_wrap{position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;}
#product_list .list_wrap&gt;li{width: 23%;}
#product_list .list_wrap li .prd_img{overflow: hidden;}
#product_list .list_wrap li .prd_img img{width: 100%; transition-duration: 0.5s;}
#product_list .list_wrap li:hover .prd_img img{transform: scale(1.05);}

.prd_icon .icon{display: flex; margin: 10px 0 2px 0;}
.prd_icon .icon img {margin-right: 3px;}
.name a span{font-size: 16px; color: #111;font-weight: 500; }
.ml{color: #555555; font-size: 13px;}
.prd_price{display: flex; margin: 3px 0 10px; }
.saler{font-size: 15px; color: #FF0000; margin-right: 5px; font-weight: 500; }
.price1{font-size: 14px;color: #111; margin-right: 5px;font-weight: 500; }
.price2{font-size: 12px; color: #AAAAAA;text-decoration: line-through;}
.prd_kr{display: flex; margin-bottom: 80px;}
.keyword {color: #555555; font-size: 13px;margin-right: 5px;}
.review{color: #AAAAAA;font-size: 13px; }

#product_list .page_btn{width: 13.5%;  margin: 0 auto; padding-top: 160px; padding-bottom: 200px;}
#product_list .page_btn ul{ display: flex; align-items: center;justify-content: space-between;}
#product_list .page_btn ul li a{color: #B8B8B8;}
#product_list .page_btn ul li a.select{font-weight: 700; color:#424530 ;}</pre></body></html>