/* 2022-08-29 사이드메뉴 추가 */
.gnb_ban {width: 100%; display: block; background: #F5FCF8;}
.gnb_ban a{display: block;width: 100%; position: relative; background: url('../img/side_top_img.png')no-repeat center right 25px; background-size: 80px; padding: 35px 0 45px 25px; box-sizing: border-box;}
.gnb_ban a span{font-size: 24px;color: #333;}

.no_login {display: flex; align-items: center;padding: 15px;}
.no_login img{max-width: 40px;margin-right: 15px;}
.no_login b{font-size: 16px; color: #B5A8A8;font-weight: normal;}

ul.menu_list_new {display: flex; justify-content: space-between; flex-wrap: wrap;}
ul.menu_list_new li {width: 33.333%;;box-sizing: border-box;}
ul.menu_list_new li a{width: 100%;text-align: center;display: block;padding: 15px; box-sizing: border-box;border:1px solid #eee}
ul.menu_list_new li a img{}
ul.menu_list_new li a p{font-size: 12px; color: #333;display: block; text-align: center;margin-top: 8px;}

.new_logout {background:inherit; color: #333; border:0; position: absolute; top: 50%;right: 25px; transform: translateY(-50%); color: #333;}

.left_category > ul.side_bottom {border-top: 0;}
ul.side_bottom li{display: block; border:0;}
ul.side_bottom li:nth-child(1){font-size: 18px; font-weight: bold; color: #000;}
ul.side_bottom li:nth-child(2){color: #B5A8A8; font-size: 12px;}
ul.side_bottom li:nth-child(3){color: #333;font-size: 16px;}
ul.side_bottom li:nth-child(3) span{color: #000;}
ul.side_bottom li:nth-child(4){font-size: 16px; color: #333;}
ul.side_bottom li:nth-child(4) span{color: #E32525;}

.left_category li span.menu_ico{position: absolute; top: 50%;right: 15px; transform: translateY(-50%);}
.left_category li a {display: block; width: 100%;}

.left_category li:nth-child(7){display:none;}



/*  상단영역    */
#top {
    transition: all 0.3s ease;
    background: #6FC1AA;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    /*
	padding-top: 10px;
	padding-bottom: 5px;
	*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 100px;*/
}

#top .wrapper {
    padding: 0px 10px;
}

#top.hidden {
    top: -60px;
}

#header {
    padding: 10px 0px;
    height: 55px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_search {
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    border-radius: 100px
}

.main_search input {
    border: none;
    width: 90%;
    font-size: 14px
}

.main_search button {
    border: none;
    width: 10%;
    height: 18px;
    background: url(/m/images/ser.png)no-repeat center/50%;
    display: block
}

.main_mid {
    width: 90%;
    margin: 50px auto
}

.main_mid > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.main_mid > ul > li {
    width: 48%;
    margin-bottom: 12px;
    position: relative;
    height: 120px
}

.main_mid > ul > li:nth-child(1) {
    background: url(/m/images/a1.png)no-repeat;
    background-size: cover;
}

.main_mid > ul > li:nth-child(2) {
    background: url(/m/images/a2.png)no-repeat;
    background-size: cover;
}

.main_mid > ul > li:nth-child(3) {
    background: url(/m/images/a3.png)no-repeat;
    background-size: cover;
}

.main_mid > ul > li:nth-child(4) {
    background: url(/m/images/a4.png)no-repeat;
    background-size: cover;
}

.main_mid > ul > li p {
    text-align: center;
    box-sizing: border-box;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 90%;
    font-weight: bold
}

.main_mid > ul > li > a {
    display: block;
    width: 100%;
    height: 100%
}

#top .logo {
    width: 120px;
    height: 32px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#top .logo img {
    height: 32px;
}

#top .cart {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    background: url(/m/skin/unique/img/icon_u_group.png) no-repeat;
    -webkit-background-size: 260px 260px;
    background-size: 240px 240px;
    display: block;
    background-position: -60px -72px;
    background-repeat: no-repeat;
    font-size: 0px;
    top: 14px;
}

#top .cart::after {
    content: attr(value);
    position: absolute;
    text-align: center;
    line-height: 19px;
    font-size: 11px;
    font-weight: 500;
    width: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100%;
    right: -6px;
    top: 2px;
}

#top .prsearch {
    position: absolute;
    right: 30px;
    height: 30px;
    width: 30px;
    margin-right: 8px;
    background: url(/m/skin/unique/img/icon_u_group.png) no-repeat;
    -webkit-background-size: 260px 260px;
    background-size: 210px 210px;
    display: block;
    background-position: 5px -60px;
    background-repeat: no-repeat;
    font-size: 0px;
    top: 14px;
    display: none;
}

#top_menu {
    display: none;
    text-align: center;
    font-size: 15px;
}

#top_menu > li {
    color: #666666;
    display: inline-block;
    margin: 10px 10px;
}

#left_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#left_menu.on {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.left_nav {
    width: 100%;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    color: #f6f6f6;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left_menu.on .left_nav {
    left: 0;
}

.left_nav .logo {
    margin-bottom: 15px;
}

.left_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left_login > div {
    border: 1px solid #6FC1AA;
    background: #6FC1AA;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    padding: 6px 0;
    font-weight: 500;
    width: 50%;
}

.left_login > div + div {
    background: #fff;
    color: #333333;
}

.left_etc {
    color: #f6f6f6;
    font-size: 13px;
    padding: 15px 0px;
    border-bottom: 0px solid #636363;
    text-align: left;
}

.left_etc > div {
    display: inline-block;
    margin: 0px 5px;
    color: #666666;
}

.left_search {
    position: relative;
    margin-top: 10px;
    padding-bottom: 1px;
    border-bottom: 2px solid #3b3b3b;
    display: none;
}

.left_search input {
    font-size: inherit;
    color: inherit;
    width: 100%;
    line-height: 2em;
    border: none;
    /* padding-right: 30px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    color: #3b3b3b;
    padding: 4px 0px;
}

.left_search #btn_search_submit {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    /* margin-right: 8px; */
    background: url(/m/skin/unique/img/icon_u_group.png) no-repeat;
    -webkit-background-size: 260px 260px;
    background-size: 210px 210px;
    display: block;
    background-position: 5px -60px;
    background-repeat: no-repeat;
    font-size: 0px;
    top: 2px;
    padding: 0px;
}

.left_category > ul {
    padding: 20px 0;
}

.left_category > ul + ul {
    border-top: 1px solid #e7e7e7;
}

.left_category > ul:last-child {
    margin-bottom: 120px;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
    overflow: hidden;
    display: none;
}

.left_category > ul:last-child li {
    float: left;
    font-size: 13px;
    color: #666666;
    padding-right: 20px;
    font-weight: normal;
}

.left_category li {
    line-height: 2.3em;
    font-size: 1.2em;
    color: #3b3b3b;
    letter-spacing: -0.5px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
    box-sizing: border-box;
}

.left_category > ul > li > ul {
    padding-bottom: 30px;
}

.left_category > ul > li > ul > li {
    padding-left: 15px;
    font-size: 0.85em;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 2.5em;
}

.left_close {
    color: #3b3b3b;
    position: absolute;
    font-size: 55px;
    right: 10px;
    top: 17px;
    z-index: 9999;
    font-weight: 300;
}

.left_category .quick_category_list_se {
    display: none
}

.left_category .quick_category_list_se a {
    display: block;
}

.left_category .quick_category_list_se1 .depth2 {
    padding-left: 15px;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: -1px;
    color: #888888;
    line-height: 2.5em;
}

.left_category .quick_category_list_se1 .depth3 {
    font-size: 1.1em;
    padding-left: 30px;
    font-size: 1em;
    padding-left: 30px;
    font-weight: normal;
    color: #888888;
}

.left_category .quick_category_list_se1 .depth4 {
    font-size: 0.9em;
    padding-left: 45px;
    font-size: 1em;
    padding-left: 45px;
    font-weight: normal;
    color: #888888;
}

#top .mini_home {
    width: 22px;
    height: 22px;
    background: url('/m/skin/unique/img/home.png') no-repeat;
    background-position: center;
    background-size: auto 22px;
}

#top .mini_logo {
    width: auto;
    height: 37.66px;
    line-height: 37.66px;
    font-size: 1.5em;
    text-align: center;
    font-weight: lighter;
    color: #010101;
    font-weight: bold;
    letter-spacing: -1px;
}

#top .mini_menu {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#top .mini_menu #gnb_button {
    float: left;
    width: 10%;
    height: 30px;
    padding: 5px 0px;
}


#header #gnb_button {
    width: 20px;
    height: 21px;
    background: url(/m/skin/unique/img/nav.png) no-repeat;
    background-position: 100%;
    background-size: 20px auto;
    border: 0px solid #323232;
    /* padding: 6px; */
}

/*에브리웨어 작업후 아래로 다시 되돌리기
#header #gnb_button{
    width: 20px;
    height: 21px;
    background: url(/m/skin/unique/img/nav.png) no-repeat;
    background-position: 100%;
    background-size: 20px auto;
    border: 0px solid #323232;
    /* padding: 6px; */
}

*/ #top .mini_menu #gnb_button {
    background: url(/m/skin/unique/img/nav.png) no-repeat;
    background-position: 0% 50%;
    background-size: 17px auto;
}

#top .mini_menu #btn_search_submit {
    top: 10px;
}

#top .mini_menu li {
    margin: 0px;
}

#top .mini_menu .left_search {
    border: none;
}

#top .mini_menu .left_search img {
    top: 5px;
    right: 0px;
}

#top .mini_menu .left_search input {
    color: #8a8a8a;
}

.cate_wrap{width: 90%;margin: 50px auto;text-align: center}
.cate_wrap>h2{font-size: 20px;padding-bottom: 40px}
.cate_wrap>ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.cate_wrap>ul>li{width: 48%;border:1px solid #ccc;border-radius: 8px;margin-bottom: 10px}
.cate_wrap>ul>li>a{font-size: 16px;padding: 26px 0;display: block}






