/* BASIC css start */
 
.menu_on {
    height: 100%;
    overflow: hidden;
}

.menu_off {
    height: auto;
    overflow: initial;
}

#header {
    width: 100%;
}

#header .top-pt-01 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#header .top-pt-02 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#header #menu {
    width: 45px;
    background-color: #ab3e41;
    position: absolute;
    right: 0;
}

#header #menu .fa {
    top: 5px;
}

#header .headerBottom {
    padding: 0 10px;
    margin-bottom: 20px;
}

#header .headerBottom h1 {
    font-size: 2.333em;
}

#header .headerBottom .headerBottomLeft {
    float: left;
    margin-top: 22px;
}

#header .headerBottom .headerBottomRight {
    float: right;
    margin-top: 20px;
}

#header .headerBottom .headerBottomRight a {
    margin-left: 17px;
    color: #7d7d7d;
}

#header .headerBottom .headerBottomRight a .fa-bookmark-o {
    color: #f1494d;
}

#header .headerBottom .headerBottomRight .cart {
    position: relative;
}

#header .headerBottom .headerBottomRight .cart sup {
    width: 12px;
    height: 12px;
    background-color: #f1191f;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    top: -12px;
    right: -5px;
    text-align: center;
    line-height: 12px;
}


/* ÃÖ±Ù º» »óÇ° */
#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;
}

/* //ÃÖ±Ù º» »óÇ° */

/* ´ÙÃ£´Ù ÀÚµ¿¿Ï¼º*/
.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;
}








/* layout_wrap */
.layout_wrap {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
}




/* aside */
.expand body {
    width: 100vw;
    overflow: hidden;
}
.aside_menu {
    z-index: -1;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    font-size: 11px;
    background-color: #fff;
    box-sizing:border-box;
    height:100%;
}

html.expand .aside_menu {
    z-index: 999;
    overflow-x: hidden;
    visibility: visible;
    position: fixed;
    background:#fff;
}




#wrap {
    z-index: 100;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

}

/*html.expand #wrap
 {
    -webkit-transform: translate(83%, 0);
    -moz-transform: translate(83%, 0);
    -ms-transform: translate(83%, 0);
    -o-transform: translate(83%, 0);
    transform: translate(83%, 0);
    overflow:hidden;
    height:100vh;
}*/

html.expand2 #wrap
 {
    -webkit-transform: translate(83%, 0);
    -moz-transform: translate(83%, 0);
    -ms-transform: translate(83%, 0);
    -o-transform: translate(83%, 0);
    transform: translate(83%, 0);
    overflow:hidden;
    height:100vh;
}

.all_category {
    margin-top: 30px;
}

.all_category li {
    padding: 5px 0;
}

.all_category li a {
    display: block;
    width: 100%;
    font-size: 12px;
}

.depth2 {
    display: none;
    margin-top: 7px;
}

.depth3 {
    display: none;
    margin: 10px 0 7px;
    padding: 5px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.depth2 li a {
    font-size: 13px;
}

.depth3 li {
    padding: 3px 0;
}

.depth3 li a {
    font-size: 12px;
    color: #888;
}

.depth2-tit {
    font-weight: 400;
}

.depth3-tit {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #727171;
}


.depth3.mt-depth3 ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.depth3.mt-depth3 ul li {
    margin: 0 8px;
}

.depth3.mt-depth3 ul .depth3-tit {
    width: 20%;
    margin: 0;
}

.all_category .depth2 li a,
.all_category .depth3 li a {
    display: table;
}

.depth2.on {
    display: block;
    margin-bottom: -5px;
}

.depth3.on {
    display: block;
}

.prd-depth2>ul>li:last-child .depth3.on {
    margin: 7px 0 0;
}

.cate_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cate_txt .depth-icon {
    background: url(/design/sillajewel/renewal/images/ic_plus.svg) no-repeat center;
    width: 13px;
    height: 13px;
}

.cate_txt.on .depth-icon {
    background: url(/design/sillajewel/renewal/images/ic_minus.svg) no-repeat center;
}






/* Uneedcomms Keepgrow CSS */
#keepgrowLogin .tabMenu li {
    border: none;
    padding: 0px;
    margin: 0px;
}

#snsConnect.kg_sns_login li.kakaotalk {
    position: relative;
    right: unset;
    bottom: unset;
    width: unset;
    height: unset;
    background: #fff;
}

#snsConnect.kg_sns_login li a {
    display: inline-block;
    width: unset;
    height: unset;
    border: none;
    padding: 0;
}



/* ¸®´º¾óÇì´õ */
:root {
    --main-color: #9AD2EF; 
    --sub-color: #fff;
}

.displaynone {
    display: none !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.ease {
    transition: all 0.3s ease;
}

.noscroll {
    overflow-y: hidden !important;
}

/* ±âº» header */
body {
    padding-top: 56px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 56px;
    padding: 0 15px;
    background: transparent;
    transition: background 0.3s;
}

.header.scrolled {
    background: #fff;
   /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
}

/* Çì´õ ³»ºÎ */
.header .inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* ÇÜ¹ö°Å ¹öÆ° */
.btn-menu,
.btn-close {
    width: 22px;
    height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.btn-close {
    width: 16px;
    height: 16px;
}

.header .right {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    align-items: center;
}

.header .right .btn-cart {
    position: relative;
    padding-right: 8px;
}

.header .right .btn-cart span {
    background: #000;
    display: flex;
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: 0;
}

/* ¸Þ´º ·¹ÀÌ¾î */
#gnb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200;
    transition: all 0.3s ease;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    padding-top: 50px;
    box-sizing: border-box;
}
#gnb .header {
    background: #fff;
}
#gnb.open {
    opacity: 1;
    visibility: visible;
}

.searchBox {
    position: relative;
}

.searchBox input {
    width: 100%;
    height: 60px;
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
    padding: 0;
    color: #222;
    font-size: 12px;
    font-weight: 400;
}

.searchBox .btn_search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



/* aside ¸ðµçÄ«Å×°í¸® */
.aside_menu_bottom {

    padding-top: 20px;
    padding-bottom: 15px;

}

.all_category .title {
    border: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 3px;
}

.all_category .title h1 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 23px;
}

.all_category .title p {
    font-size: 12px;
    font-weight: 500;
    color: #727171;
}

.contents > ul {
    font-size: 0;
}

.contents > ul > li {
  
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 0;
    width:100%;
}

.contents > ul > li:nth-child(3n) {
    margin-right: 0;
}

.contents > ul > li > a {
    display: block;
    height: auto !important;
    position: relative;
   
}

.contents .cate_item {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%);
    text-align: center;
    display: inline-block;
}



.contents .cate_img {
    height: 60px;
    margin-bottom: 10px;
    line-height: 60px;
}

.contents .cate_img img {
    max-width: 25px;
    vertical-align: middle;
}

.contents .cate_txt span {
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}


.flex-wrap{display:flex;height:calc(100vh - 100px);flex-direction:column;justify-content:space-between;}


.aside_bottom {
    width: 100%;
    margin-top: 32px;
    padding: 0 15px 50px;
}

.aside_bottom ul {display: flex;gap: 5px;}

.aside_bottom ul li{flex: 1;border: 1px solid #000;display: flex;align-items: center;justify-content: center;height: 36px;background: #fff;box-sizing: border-box;font-size: 13px;font-weight: 400;}

.aside_bottom ul li a { 
}
 
.contents > ul > li.last-li {
    margin: 32px 0;
}

.aside_sns {
    width: 100%;
    padding: 0 15px;
}

.aside_sns ul {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sns_title{
    padding: 9px 0;
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
/* BASIC css end */

