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

/* 화면 전체를 덮는 눈송이 컨테이너 */
#snowfall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; /* 클릭 방지 */
    z-index: 2;
}

/* 눈송이 공통 스타일 */
.snowflake {
    position: absolute;
    top: -50px; /* 화면 위에서 시작 */
    opacity: 0.8;
    animation: fall linear infinite; /* 떨어지는 애니메이션 */
}

/* 눈송이 애니메이션 정의 */
@keyframes fall {
    0% {
        transform: translateY(0) translateX(0); opacity: 1; /* 기본 상태 */
    }
    100% {
        transform: translateY(110vh) translateX(0vw); /* 화면 아래로 떨어지고 살짝 오른쪽 이동 */ opacity: 0; /* 어두운 상태 */
    }
}


#left_quick {position:fixed; left: 15px; bottom: 45px; z-index:999; width: 13%; }
#left_quick img { width: 100%; }
#left_quick a {display:block; padding-top:7px; clear:both; }
#left_quick .SharingIcon img { width: 100%; }
#left_quick .SharingIcon .nemodream { width: 160%; margin-left: -5px; }
/* #left_quick .SharingIcon .nemodream { width: 130%; margin-left:3px; margin-bottom:50px; } */

/* 우측 퀵바 */
#right_quick {position:fixed; bottom:50px; right:4%; z-index:100;}
#right_quick a {display:block; padding-top:7px;}
#right_quick a img {height:50px;}
#right_quick a:hover {opacity:0.5;}
#right_quick .r_bt_cart {position:relative;}
#right_quick .r_bt_cart .user_basket_quantity {position:absolute;top:26px;right:0;left:0;width:48px;height:15px;line-height:15px;text-align:center;color:#fff;font-size:10px;}
.channeltalk { display: flex; float:right; }
.channeltalk &gt; p { background-color: #fff !important; }


/* 고정팝업 */
.notice-box { width: 90%; background-color: #9ed5f9; 
  position: fixed; bottom: 0; left: 0; display: block; z-index: 99; padding: 5%;
  text-align: center;
}

.open-btn { display: none; position: fixed; z-index: 99;
  bottom: 0; left: 50%; transform: translateX(-50%);
  padding: 2% 4%;
  background-color: #9ed5f9; color: #000; font-size: 1em; font-weight: 600;
  border: none; border-radius: 5px 5px 0 0;
}
.close-btn { position: fixed; z-index: 99;
  bottom: 18%; left: 50%; transform: translateX(-50%);
  padding: 2% 4%;
  background-color: #9ed5f9; color: #000; font-size: 1em; font-weight: 600;
  border: none; border-radius: 5px 5px 0 0;
}

.notice-container { background: #dff3ff; border-radius: 99px; padding: 3% 0; }
.notice-countdown, .notice-memo {
  font-size: 1.25em;
  color: #000;
  font-weight: 600;
  margin: 1% 0;
}
.notice-landing { font-size: 1.15em; font-weight: 500; color: #126da7; margin-top: 3%; animation: shine 1s infinite; display: inline-block; }
/* 반짝이는 효과 */
@keyframes shine {
    0% {
        filter: brightness(1); /* 기본 상태 */
    }
    50% {
        filter: brightness(1.5); /* 밝기 증가 */
    }
    100% {
        filter: brightness(1); /* 원래 밝기로 복귀 */
    }
}

/* 200320 morenvy */
.cboth { clear:both;*zoom:1 }
.cboth:after { content:" "; display:block; clear:both; }
.fleft {float:left;}
.fright {float:right !important;}
.mrt30 {margin-top:30px;}
.m_off{display:none;}

/* NotoSans Cjk kr 적용 */
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: url(/design/mothersall/0775coslab/font/NotoSansKr/NotoSansKR-Thin.woff2) format('woff2'),
url(/design/mothersall/0775coslab/font/NotoSansKr/NotoSansKR-Thin.woff) format('woff'),
url(/design/mothersall/0775coslab/font/NotoSansKr/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(/design/mothersall/0775coslab/font/NotoSansKR-Light.woff2) format('woff2'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Light.woff) format('woff'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 350;
src: url(/design/mothersall/0775coslab/font/NotoSansKR-DemiLight.woff2) format('woff2'),
url(/design/mothersall/0775coslab/font/NotoSansKR-DemiLight.woff) format('woff'),
url(/design/mothersall/0775coslab/font/NotoSansKR-DemiLight.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(/design/mothersall/0775coslab/font/NotoSansKR-Regular.woff2) format('woff2'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Regular.woff) format('woff'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 500;
src: url(/design/mothersall/0775coslab/font/NotoSansKR-Medium.woff2) format('woff2'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Medium.woff) format('woff'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(/design/mothersall/0775coslab/font/NotoSansKR-Bold.woff2) format('woff2'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Bold.woff) format('woff'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(/design/mothersall/0775coslab/font/NotoSansKR-Black.woff2) format('woff2'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Black.woff) format('woff'),
url(/design/mothersall/0775coslab/font/NotoSansKR-Black.otf) format('opentype');
}

select {background-color:#fff;border: 1px solid #e3e3e3;padding-left:5px;}


body {font-family:'Noto Sans KR', sans-serif; letter-spacing: -0.025em; background-color:#faf9f5;}

/* 각 페이지 상단 타이틀 */
#contents .h_title,
.page_location {background:none; padding:0 5% !important;  height:40px; line-height:40px;border-top: 1px solid #e9e9e9;border-bottom: 1px solid #e3e3e3;font-weight:bold; background-size:14px;}

/* 카테고리 검은색배경 전체적으로 변경 */
#mask {top:0 !important; opacity:0.4 !important;}

/* 상품 더보기 하단 여백 */
#container .more {margin-bottom:15px;}

/* 상품관련 스타일 */
.list_shoppingInfo .listName {font-size:13px; font-weight:500; margin:10px 0 5px; color:#4c4845; letter-spacing:-0.025em;}
.list_shoppingInfo .desc {font-size:12px; color:#aaa;font-weight:300;}
.list_shoppingInfo .custom {font-size:12px;}
.list_shoppingInfo .listPrice {font-size:14px;font-weight:400; margin:10px 0 0;color:#4c4845; letter-spacing:-0.025em;}
.list_shoppingInfo .MK-product-icons {display: inline-block; margin-top: 5px;}

.list_shopping2x .listName {padding:0 10px;}
.list_shopping2x ul {width: 100%;display: table;table-layout: fixed;box-sizing: border-box;padding: 0 3%;text-align: left;font-size: 0;}
.list_shopping3x li {width:33.33% !important; margin-bottom:15px;position: relative;}
.list_shopping2x li {width:50% !important; margin-bottom:30px; position:relative;}

.list_shopping2x li img.listPic, 
.list_shopping3x li img.listPic {margin:0 5% 5px; width:90%; border:0px solid #e9e9e9;}

.list_shopping3x .list_shoppingInfo,
.list_shopping2x .list_shoppingInfo {margin:0;padding:0 4% 10px 4%; text-align:center;}

.list_shopping3x li a,
.list_shopping2x li a {padding:0;margin:0;}

.list_shopping1x li a {padding:5%;}
.list_shopping1x li:first-child a {padding:5%; padding-top:0%;}
.list_shopping1x li {border-top: 1px solid #e9e9e9;}



@media screen and (min-width:420px) and (max-width:767px) {
.list_shopping1x li a {padding:5% !important;}
.list_shopping1x li:first-child a {padding-top:0% !important;}
.list_shopping1x li:nth-child(2) a {padding-top:0% !important;}
}

@media screen and (min-width:768px) {
.list_shopping1x li a {padding:5% !important;}
.list_shopping1x li:first-child a {padding-top:0% !important;}
.list_shopping1x li:nth-child(2) a {padding-top:0% !important;}
}



.custom {margin-right:4px;text-decoration:line-through;font-size:12px;color:#777;}
.desc {font-size:12px;color:#777;margin-top:3px;}
.displaynone {display:none;}

.MK-product-icons img {padding:0 2px 0 0 !important;}

/* 상품진열 할인율 */
.list_shopping1x li #sale_bg {position:absolute;top:7%; left:5%; width:30px;height:30px;color:#333;letter-spacing:-0.2px;line-height:30px;font-size:11px;border:1px solid #333; border-radius:50%;-webkit-border-radius:50%; -moz-border-radius:50%;text-align:center;font-weight:400;}
.list_shopping2x li #sale_bg {position:absolute;top:4%; right:8%; width:30px;height:30px;color:#333;letter-spacing:-0.2px;line-height:30px;font-size:11px;border:1px solid #333; border-radius:50%;-webkit-border-radius:50%; -moz-border-radius:50%;text-align:center;font-weight:400;}
.list_shopping2x .grid1 li #sale_bg {top:2%;right:6%;}
.list_shopping2x .grid3 li #sale_bg {top:2%;right:6%;}

/* 공통 애니메이션 css */
.list_shopping1_5x {text-align:center;}
.list_shopping1_5x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px;  text-align:left; font-size:0;}
.list_shopping1_5x li {width:100%; display:inline-block; vertical-align: top; text-align:left;}
.list_shopping1_5x li a {display: block; padding:0 2px 18px 2px;}
.list_shopping1_5x li img.listPic {width:100%;margin-bottom:4%;border:1px solid #eee;}
.list_shopping1_5x .list_shoppingInfo {margin-top:10px; text-align:center; font-size:12px; margin:0;padding:0 10px 10px 10px;text-align:center;}

/* 서브 셀렉트 버튼 색상변경 */
.btn_Red {background-color:#222 !important;border:1px solid #222 !important;}

/* 갤러리 게시판 배경 흰색 */
#gallery-list .item {background-color:#faf9f5;}

/* 게시판 글쓰기 버튼 */
.h_title .all-board-list,
.h_title .btn_Red {margin-top:8px !important;}

.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}

/* 상단 영역 : 최상단 배너 */
#header .mh_top_ban { width:100%; height:40px; background-color:#fa9930; }
#header .mh_top_ban .ban_con { margin:0 auto; position:relative;}
#header .mh_top_ban .ban_con a{ font-size:13px; font-weight:500; color:#4c4845; line-height:40px; text-align:center; display:block; text-indent: -15px;}
#header .mh_top_ban .ban_con span { font-weight:600; /*font-style:italic;*/ }
#header .mh_top_ban .ban_con .top_ban_close { position:absolute; top:2px; right:10px; cursor:pointer; padding: 10px;}

/* 상단 */
#header { margin:0px;padding:0px;position:relative;}
.height70 {height:142px; background-color:#fff;}

.top_text_banner {width:100%;background-color:#000; height:40px;}
.top_text_banner a {display:block; line-height:40px; font-size:12px; color:#fff; padding:0px 5%;}

.header_section01 {z-index:3;position:absolute; top:40px; right:0;left:0px; height:142px; background-color: #faf9f5; }
.header_section01 .top_logo {position:absolute; left:5%; top:0; height:70px; display:flex; justify-content:center; align-items:center;}
.header_section01 .top_logo a img {height:14px; vertical-align:middle;}
.header_section01 .top_right {position:absolute; line-height:70px; right:5%; display:flex; justify-content:center; align-items:center;}
.header_section01 .top_search {float:right; margin-right:20px;}
.header_section01 .top_search img {height:19px; vertical-align:middle;}
.header_section01 .top_cate {float:right;}
.header_section01 .top_cate img {height:19px; vertical-align:middle;}
.header_section01 .top_cart {float:right; margin-right:20px; position: relative;}
.header_section01 .top_cart img {height:22px; vertical-align:middle;}
.header_section01 .top_cart a {font-size:13px; color:#555;display:block;}
.header_section01 .top_cart a span{position: absolute; top: 4px; left: 7px; font-size: 10px;}

.header_section01 .hd_top_banner { position:absolute; width: 100%; top:70px; height:72px; background-color: #f6f0e5; }
.header_section01 .hd_top_banner ul { display:flex; justify-content:center; align-items:center; border-top:1px solid #a49988; border-bottom:1px solid #a49988; }
.header_section01 .hd_top_banner ul:last-child { border-top:0px; }
.header_section01 .hd_top_banner ul li { width: 33.3%; border-right:1px solid #a49988; text-align:center; /*font-size:1.25em; */ line-height:35px; height:35px;}
.header_section01 .hd_top_banner ul .topmenu_cate { width: 33.3%; border-right:1px solid #a49988; text-align:center; line-height: 13px !important; height:35px; padding-top: 5px; margin-bottom: -5px; }
.header_section01 .hd_top_banner ul li .topmenu-countdown { font-size: 0.85em; color: red; }
.header_section01 .hd_top_banner ul li .eventspan { color:#c22175; font-size: 0.75em; font-weight:600; margin-left: 2%; /*animation: bounceDown 1s infinite;*/ display: block; margin: -6% auto -15%; }
.header_section01 .hd_top_banner ul li:last-child { border:0px; }
.header_section01 .hd_top_banner ul li a {}
.header_section01 .hd_top_banner img { width:25%; margin: 11px 2px 0 0; /*position: absolute;*/ animation: bounceUp 2s infinite; }
/* 위로 움직이는 애니메이션 */
@keyframes bounceUp {
    0%, 100% {
        transform: translateY(-1px);
    }
    50% {
        transform: translateY(-4px);
    }
}
.header_section01 .hd_top_banner .discount_rate { background-color:#f54e4e; color:#fff; padding:1% 4% 2%; margin-right: 2%; border-radius:99px; font-weight:700; }

#header .search {height:42px; position:relative; top:70px; color:#fff;left:0; right:0; background-color:#beae9a; padding-right:45px; text-align:center; display:none; z-index:10;}
#header .search .searchBox {width:100%;}
#header .search .searchBox input {width:96%; height:30px; border:0px none; margin-top: 6px; padding: 0 5px;}
#header .search .btn_search {width:45px; height:42px; line-height:50px; background-color:#beae9a; position:absolute; top:0; right:0; color:#fff; text-align:center;}

#header .header_section01.jh_fixed {height:142px; position:fixed;top:0;background:rgba(250,249,245,0.95); box-shadow: 0 3px 7px 1px rgba(0,0,0,0.05); -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,0.05);}
#header .header_section01.jh_fixed .header_section01 { height:142px;}
#header .header_section01.jh_fixed .top_logo {height:70px;}
#header .header_section01.jh_fixed .top_right {line-height:70px;}
#header .header_section01.jh_fixed .search {top:70px;}

/*
#header .header_section01.jh_fixed {height:60px; position:fixed;top:0;background:rgba(250,249,245,0.95); box-shadow: 0 3px 7px 1px rgba(0,0,0,0.05); -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,0.05);}
#header .header_section01.jh_fixed .header_section01 { height:60px;}
#header .header_section01.jh_fixed .top_logo {height:60px;}
#header .header_section01.jh_fixed .top_right {line-height:60px;}
#header .header_section01.jh_fixed .search {top:60px;}
*/


/* 카테고리 */
aside {position:fixed; width:65%; height:100%; top:0px; left:0; bottom:0; padding:10% 5% 5%; background-color:#eadece; overflow-y:auto; -webkit-overflow-scrolling: touch; z-index:1001; display:none; color: #4c4845;}
aside .slide_ahref {font-size: 1.75em; font-weight:300; color:#4c4845; line-height:42px; display:block; font-family: 'Nanum Myeongjo', serif; font-weight: 700; letter-spacing: 0 !important; }
aside .sidebyside { display:flex; }
aside .slide_maincate { width:50%; }
aside .slide_minitit { font-size:0.6em; margin-top:3px;}
aside .addmargin { margin-left: 21px; }

/*슬라이드 카테고리 수동출력*/
#dropdownNav{margin:0;padding:0;cursor:pointer;}
#dropdownNav ul{width:100%;margin:0; padding:0;}
#dropdownNav li ul{border:none; border-top:0px solid #dedede;}
#dropdownNav li a{display:block; color:#4c4845; height: 42px; line-height: 42px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#dropdownNav .caption a{display: block; height:42px; line-height:42px; padding:0; margin-right: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:21px;font-weight:300;
color:#4c4845; font-family: 'Nanum Myeongjo', serif; font-weight: 700; letter-spacing: 0 !important; }
#dropdownNav .caption{line-height:42px;font-size:20px; background-position:right center; font-weight: 200; position: relative; font-family: 'Nanum Myeongjo', serif; font-weight: 700; letter-spacing: 0 !important; }
#dropdownNav .caption .fa{position: absolute; top:0; right: 0; width: 40px; text-align: center; height: 42px; line-height:42px;color:#4c4845;font-weight:300;font-size:25px; opacity: 0.5;}
#dropdownNav .sub{background-color:#dad0c2; display:none; margin:10px 0px; padding:10px 0px;}
#dropdownNav .sub li a{padding:0 40px 0 30px; margin: 0; font-size: 14px; font-weight: 200; color: #4c4845;}
.inner_caption2 li a{color:#4c4845 !important;}
#dropdownNav .show ul{display:block;}
#dropdownNav .show .fa:after{content: "-";}
#dropdownNav .hide .fa:after{content: "+";}
#dropdownNav .hide ul{display:none;}
#dropdownNav .caption2{font-size:15px; color:#4c4845; display:block; line-height:40px; font-weight:normal;}


/* 슬라이드 닫기  */
.close { position:absolute; top:15px; right:27px !important; z-index:9999 !important; }
.close img {height:15px;}

aside nav li {border-bottom:0; position:relative;}
aside nav &gt; ul &gt; li &gt; a{font-family: 'Nanum Myeongjo', serif; font-weight: 700; letter-spacing: 0 !important;}
aside nav li a {display: block; height:42px; line-height:42px; padding:0; margin-right: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:21px;font-weight:300; color:#4c4845; }
aside nav li .fa {position: absolute; top:0; right: 0; width: 40px; text-align: center; height: 42px; line-height:42px;color:#4c4845;font-weight:300;font-size:25px; opacity: 0.5;}
aside nav li &gt; ul &gt; li {border-bottom:0px none; border-top:0px solid #eaeaea;}
aside nav li &gt; ul &gt; li:first-child {border-top:0px none;}
aside nav li &gt; ul &gt; li a {font-size:14px;padding:0 40px 0 20px; margin: 0;}
aside nav li &gt; ul &gt; li &gt; ul {border-top:0px none; border-top:0px solid #eaeaea; margin:0px; background-color:#dad0c2; padding:5px 0px;}
aside nav li &gt; ul &gt; li &gt; ul &gt; li {border-bottom:0px none;}
aside nav li &gt; ul &gt; li &gt; ul &gt; li a {padding:0 0 0 30px; margin: 0; background-color: #dad0c2;}
aside nav li &gt; ul {background-color:#dad0c2; display:none; margin:10px 0px; padding:10px 0px;}
aside .slide_section {margin:25px 0; padding: 25px 0; border-top: 1px solid #b29d82; border-bottom: 1px solid #b29d82;}
aside .slide_section .fright {width:50%;float:right;}
aside .slide_section .fleft {width:50%;float:left;}

aside .slide_section ul li {height:36px;}
aside .slide_section ul li a {font-size:14px;color:#4c4845;font-weight:350;line-height:36px;display:block;}
/*aside .side_sns {margin:0;padding:0;}

aside .side_sns .sns_img {height:25px; font-size:13px; color:#4c4845; line-height:25px; display: inline-block; margin-right: 15px;}
aside .side_sns .sns_img img {height:18px; vertical-align:middle; margin-right:5px;}
aside .side_sns .cs_text {font-size:13px; color:#a69b95; font-weight:350; line-height:23px;}
aside .side_sns .cs_text .num{font-size: 16px; color: #4c4845; line-height:1; margin: 25px 0 15px; font-weight: 350;}
aside .side_sns .cs_text .num span{padding: 0 5px; font-size: 15px;}
aside .side_copy {font-size:11px; color:#a69b95; font-weight:300; line-height:1.6; margin-top:30px; padding-bottom: 80px;}
*/

aside .side_sns {margin:0;padding:0; font-family: 'Nanum Myeongjo', 'Noto Serif KR', serif;}
aside .side_sns .cs_tel {font-size:14px; color:#3c3936; font-weight:700; line-height:30px;}
aside .side_sns .cs_tel p:nth-child(2) {font-weight:600;}
aside .side_sns .cs_text {margin-top: 20px; padding-left: 10px; font-size:10px; color:#a79688; line-height:10px; border-left: 1px solid #a79688;}
aside .side_sns .cs_text p {margin: 5px 0;}
aside .side_sns .cs_copy {margin: 30px 0; font-size:10px; color:#3c3936; line-height:15px;}

aside .side_sns .sns_icon {margin:20px 0 80px 0;}
aside .side_sns .sns_icon p {font-size:14px; color:#3c3936; font-weight:700; line-height:20px; margin-bottom: 15px;}
aside .side_sns .sns_icon ul {height:25px; font-size:13px; color:#4c4845; line-height:25px;}
aside .side_sns .sns_icon ul li {display: inline-block; margin-right: 15px;}
aside .side_sns .sns_icon img {height:18px; vertical-align:middle; margin-right:5px;}


/*.btn_moreGray {width:90%; height:35px; line-height: 35px; background-color:#efefef; border:0px none; font-weight:bold; display: block; margin: 0 auto;}*/
.btn_moreGray {width:90% !important; background-color:#faf9f5 !important; border:1px solid #a69b95 !important; font-weight:400 !important; height:40px; line-height: 38px; }
.btn_moreGray span {color:#4c4845;}
.btn_moreGray span em {color:#4c4845;}

/* 최근 본 상품 */
#ly_lastView {width:100%; position:absolute; top:36px; left:0; background-color:#fff; z-index:101; padding-bottom:20px; box-shadow: 0 1px 10px #717171; display:none;}
/* //최근 본 상품 */

/* 마이페이지 클릭시 로그인 화면 */
#login .tab a {border-bottom:1px solid #222;}
#login .tab a.act {color:#222; border:1px solid #222; border-top:3px solid #222; border-bottom:1px solid transparent;}

@media screen and (min-width:768px) {
    #header #menu {width:85px;}
    #header .headerTop {padding-right:85px;}
    #header .search {padding-right:85px;}
    #header .search .searchBox input {width:95%;}
    #header .search .btn_search {width:85px;}
}

/* 로그인 스타일 수정 */
.member {padding: 0 5% !important; margin-top:30px !important;}
.login .loginBottom {padding:30px 5% !important;}


/* 회원가입 스타일 수정 */
#join .privercy {background-color: transparent;}
#join .pd10 {background-color: transparent;}
#terms_agree .terms-agree dt {border-bottom: 1px solid #e9e9e9 !important;}
#terms_desc .terms-desc dt {border-top: 1px solid #e9e9e9 !important;border-bottom: 1px solid #e9e9e9 !important;}

aside nav li &gt; ul &gt; li:first-child {border-top:0px none;}
aside nav li &gt; ul &gt; li a {padding:0 40px 0 30px; margin: 0;}
aside nav li &gt; ul &gt; li &gt; ul {border-top:0px none; border-top:1px solid #ccc;}
aside nav li &gt; ul &gt; li &gt; ul &gt; li {border-bottom:0px none;}
aside nav li &gt; ul &gt; li &gt; ul &gt; li a {padding:0 0 0 40px; margin: 0; background-color: #DDDDDD;}
aside .asideBottom {padding:20px 22px;}
aside .asideBottom .tel {color:#ab3e41; font-size:1.333em; font-weight:bold; display: block;}
aside .asideBottom .fa-stack {color:#000; margin-top: -5px;}
aside .asideBottom .copyright {margin-top:10px;}
aside .navCommunity {display:none;}
aside .navMypage {display:none;}
/* //카테고리 */

/* 최근 본 상품 */
#ly_lastView {width:100%; position:absolute; top:36px; left:0; background-color:#transparent; z-index:101; padding-bottom:20px; box-shadow: 0 1px 10px #717171; display:none;}
/* //최근 본 상품 */

@media screen and (min-width:768px) {
    #header #menu {width:85px;}
    #header .headerTop {padding-right:85px;}
    #header .search {padding-right:85px;}
    #header .search .searchBox input {width:95%;}
    #header .search .btn_search {width:85px;}
}

/* 다찾다 자동완성*/
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:43px; left:0; width:100%; line-height:14px; background:#fff; box-shadow:0px 0px 5px 0px rgb(0 0 0 / 20%); }
.search-auto-complete-list ul { width:100%; padding:8px 5px 10px 5px; border-bottom:1px solid #ddd; display: flex; flex-wrap: wrap;}
.search-auto-complete-list ul li { text-align:center; margin: 3px; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px; color:#000; border: 1px solid #eee; border-radius: 10px; background:none; font-family:'malgun gothic'; font-size:11px; letter-spacing:-1px; } 
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span {}
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#666; font-size:11px; }
/* BASIC css end */

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