/*미니샵 상단디자인 영역*/
body{
    background:#f8f9fa;
}
#top{
    /*background:#ffffff;*/
}
.body_contents {
    float: left;
    background: #ffffff;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,0.05);
    padding: 20px 20px 70px 20px;
}
.topDesignType .container{
    width: 1200px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topDesignType .container .logo{
    padding-right: 25px;
    box-sizing: border-box;
    height:100px;
}
.topDesignType .container .logo p{
    max-width: 300px;
    max-height: 100px;
    overflow: hidden;
}
.topDesignType .container .shopInfo{
    position: relative;
    width: calc(100% - 340px);
    display: flex;
    justify-content: flex-end;
    font-size:17px;
}
.topDesignType .container .shopInfo h1{
    display:inline-block;
    margin-right:5px;
    padding:0px;
    color: #333333;
    font-size: 17px;
    font-weight: normal;
    text-align: right;
}
.topDesignType .container .etcBtn{
    display: flex;
    justify-content: space-between;
    width: 90px;
    border-left: 1px solid rgba(0,0,0,0.07);
    padding-left: 10px;
}
.topDesignType .container .etcBtn a:first-child{
    background: url(/data/design/images/icon_shop_group.png) no-repeat;
    background-size: 35px auto;
    background-position: center;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 2px;
    background-position: 8px 8px;
    background-size: 430px 430px;
}
.topDesignType .container .etcBtn a:first-child:hover{
    background:rgba(255,255,255,0.6) url(/data/design/images/icon_shop_group.png) no-repeat;
    background-size: 35px auto;
    background-position: center;
    border-radius:50%;
    background-position: 8px 8px;
    background-size: 430px 430px;
}
.topDesignType .container .etcBtn a:first-child span{font-size:0px;}
.topDesignType .container .etcBtn a:nth-child(2){
    background: url(/data/design/images/icon_shop_group.png) no-repeat;
    background-size: 25px auto;
    background-position: center;
    width: 40px;
    height: 40px;
    display: block;
    border-radius:50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: -23px 6px;
    background-size: 400px 400px;
}
.topDesignType .container .etcBtn a:nth-child(2):hover{
    background: rgba(255,255,255,0.6) url(/data/design/images/icon_shop_group.png) no-repeat;
    background-size: 25px auto;
    background-position: center;
    border-radius:50%;
    background-position: -23px 6px;
    background-size: 400px 400px;
}
.topDesignType .container .etcBtn a:nth-child(2) img{width:0px;}


/* 미니샵 왼쪽 메뉴 영역 */
.left_wrap .menu a,.left_wrap .subMenu a:hover,.left_wrap .subMenu2 a:hover,.left_wrap .subMenu1 a:hover{
    color:#000000;
}

.left_wrap .menu a {
    font-weight: 600;
    color: #333333;
    padding: 20px 0px 5px;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.left_wrap .subMenu{padding:3px 0px;}
.left_wrap .subMenu a {
    font-weight: 300;
    display: block;
    font-size: 13px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.left_wrap .subMenu1 {
    padding-left: 4px;
    padding-top: 4px;
}
.left_wrap .subMenu1 a {
    background: url(/images/minishop/icon_minishop_leftmenu.png)no-repeat;
    background-position: 0px 9px;
    font-weight: 300;
    padding: 0px 0px 0px 12px;
    display: block;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.left_wrap .subMenu2 {padding: 3px 0px 3px 18px;}
.left_wrap .subMenu2 a {
    background: url(/images/minishop/icon_minishop_leftmenu.png)no-repeat;
    background-position: 0px 9px;
    font-weight: 300;
    padding: 0px 0px 0px 12px;
    display: block;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.left_wrap .minishipSearchForm select{
    width: 100%;
    height: 32px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    line-height: 32px;
    border-radius: 3px;
    padding: 0px 5px;
    color: #333333;
    letter-spacing: -1px;
    font-size:12px;
}
.left_wrap .minishipSearchForm input{
    margin: 0px;
    width: 100%;
    height: 32px;
    border: 0px;
    border-right: 1px solid #f1f1f1;
    line-height: 32px;
    /* border-radius: 2px; */
    padding: 0px;
    width: 83%;
    color: #333333;
    letter-spacing: -1px;
    font-size: 12px;
}
.left_wrap .minishipSearchForm .btnWrap{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 7px 0px;
    padding: 0px 0px 0px 10px;
    text-align: left;
}
.left_wrap .minishipSearchForm .btn{
    position: absolute;
    right: 1px;
    top: 1px;
    width: 25px;
    height: 30px;
    background: #ffffff url(/data/design/images/icon_shop_group.png) no-repeat;
    cursor: pointer;
    background-position: -48px 7px;
    z-index: 1;
    background-size: 300px 300px;
}
.left_contents {
    float: left;
    width: 200px;
    margin-right: 20px;
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.05);
}
.left_contents .inner li:first-child{
    padding-bottom:5px;
}
.left_contents .inner li{
    padding-bottom:25px;
}
.left_contents .inner .cs-Center li,.left_contents .inner .cs-Tel li{
    padding-bottom: 5px;
}
.left_contents h4,.left_contents h5{
    margin-bottom:10px;
}
.left_contents h5{
    display:none;
}
.minishop_notice{
    display:none;
}
.left_contents .inner .menuWrap{
    line-height:170%;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,0.04);
}


/*미니샵 리스트*/
.minishop_categories_nav{
    padding:10px 0px;
    text-align:left;
}
.cateGroup{
    text-align:left;
}
.cateGroup .categorie_name{
    padding: 20px 0px 10px;
    text-align: center;
}
.cateGroup .categorie_name span{
    font-weight: bold;
    font-size: 25px;
    color: #333333;
}
.cateGroup .categories{
    margin:10px 0px;
    border:1px solid #eeeeee;
    padding:25px;
}
.cateGroup .categories .space{
    padding: 0px 10px;
    border-left: 1px solid rgba(0,0,0,0.1);
    margin-left: 20px;
}
.cateGroup .productSearch{
    font-size:20px;
    text-align:center;
}
.minishop_prsection{margin-top:30px;}
.minishop_prsection .tab{
    border-left:1px solid #ddd;
    overflow:hidden;
}
.minishop_prsection .tab_li{float:left;width:33.3%}
.minishop_prsection .tab_li a{
    display: block;
    padding: 15px 0px;
    border: 1px solid #eeeeee;
    border-left: none;
    font-size: 18px;
    background: #fafafa;
    color: #9f9f9f;
}
.minishop_prsection .tab_li a.selected{
    border-top: 1px solid #000;
    border-bottom: none;
    font-weight: normal;
    color: #333333;
    background: #fff;
}
.minishop_prsection .panel_li{
    display:none;
    padding:30px 0px;
}

#header {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    box-shadow: rgb(0 0 0 / 5%) 0 3px 7px;
}


/*관리자모드에서 배경색설정수정후 지우기*/
.topDesignType{
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/*미니샵 게시판*/
.baseTable{
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.baseTable th{
    height:55px;
    border-bottom:1px solid  rgba(0, 0, 0, 0.04);
    background:#f8f8f8;
    font-weight: normal;
}
.baseTable td{
    height:55px;
    border-bottom:1px solid  rgba(0, 0, 0, 0.04);
    font-weight: normal;
}
.baseTable .date,.baseTable .access{
    color: #aaaaaa;
    font-size: 13px;
}

/*미니샵 본문*/
.product_price{
    font-weight: bold;
    font-size: 14px;
}
