/* BASIC css start */
#left_area {
    width:200px;
    position:relative;
    left:-100px;
    float:left;
    z-index:20;
    background-color:rgba(64,64,64,0.6);
    top:0;
}

#left_area .left_cate {
    clear:both;
    width:200px;
    min-height:57px;
    float:left;
    border-top:0;
}

#left_area .all_cate {
    margin:0;
    padding:0;
    font-size:0;
}

#left_area .logo {
    margin:0;
    padding:0;
    font-size:0;
}


/* =========================================================
   카테고리 전체보기 - HTML 구조 정리 버전
   ========================================================= */

#submenu1 {
    position:absolute;
    z-index:5555;
    display:none;
    width:1001px;
    height:516px;
    border:2px solid #009143;
    background-color:#fff;
    top:-1px;
    left:200px;
    box-sizing:border-box;
    overflow:hidden;
}


/* 전체보기 왼쪽 버튼 */
#top_1dep {
    margin-top:-1px;
    padding:0;
    width:200px;
    height:39px;
    z-index:9999;
    background:#006633;
}

#top_1dep a {
    color:#ffffff;
    line-height:39px;
    font-size:14px;
    text-align:left;
    margin-left:24px;
    font-weight:bold;
    font-family:"돋움", sans-serif;
}

#top_1dep ul,
#top_1dep li {
    list-style:none;
}


/* =========================================================
   메가메뉴 전체 구조
   왼쪽 5열(830px) + 오른쪽 특별메뉴 1열(166px)
   ========================================================= */

#submenu1 > #top_2dep.mega_menu {
    display:flex;
    width:996px;
    height:512px;
    margin:0;
    padding:0;
    box-sizing:border-box;
    overflow:hidden;
}

#submenu1 .mega_normal {
    flex:0 0 830px;
    width:830px;
    height:512px;
    box-sizing:border-box;
}

#submenu1 .mega_special {
    flex:0 0 166px;
    width:166px;
    height:512px;
    box-sizing:border-box;
    border-left:1px solid #dedede;
    background:#fff;
}


/* =========================================================
   일반 카테고리 행
   ========================================================= */

#submenu1 .mega_row {
    display:grid;
    width:830px;
    margin:0;
    padding:0;
    box-sizing:border-box;
}

#submenu1 .mega_row_top {
    grid-template-columns:repeat(5, 166px);
    height:300px;
}

#submenu1 .mega_row_bottom {
    grid-template-columns:repeat(5, 166px);
    height:212px;
}

#submenu1 .mega_col {
    width:166px;
    height:100%;
    margin:0;
    padding:0;
    border-left:1px solid #dedede;
    box-sizing:border-box;
    background:#fff;
    overflow:hidden;
}

#submenu1 .mega_row .mega_col:first-child {
    border-left:0;
}


/* =========================================================
   일반 카테고리 제목
   ========================================================= */

#submenu1 .mega_title {
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
    box-sizing:border-box;
    background:#f4f4f4;
    color:#555;
    font-family:"돋움", sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    text-indent:10px;
    text-decoration:none;
}

#submenu1 .mega_title:link,
#submenu1 .mega_title:visited {
    color:#555;
    text-decoration:none;
}

#submenu1 .mega_title:hover {
    color:#119C59;
    text-decoration:none;
}


/* =========================================================
   일반 카테고리 하위메뉴
   ========================================================= */

#submenu1 .mega_links {
    width:100%;
    margin:0;
    padding:5px 0 0;
    box-sizing:border-box;
    background:#fff;
}

#submenu1 .mega_links a {
    display:block;
    width:100%;
    height:20px;
    line-height:20px;
    margin:0;
    padding:0;
    box-sizing:border-box;
    background:#fff;
    color:#666;
    font-family:"돋움", sans-serif;
    font-size:13px;
    font-weight:normal;
    text-align:left;
    text-indent:10px;
    text-decoration:none;
    white-space:nowrap;
}

#submenu1 .mega_links a:link,
#submenu1 .mega_links a:visited {
    color:#666;
    text-decoration:none;
}

#submenu1 .mega_links a:hover {
    color:#119C59;
    text-decoration:none;
}


/* =========================================================
   오른쪽 특별메뉴
   ========================================================= */

#submenu1 .mega_special_item {
    display:block;
    width:166px;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0;
    box-sizing:border-box;
    color:#555;
    font-family:"돋움", sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    text-indent:10px;
    text-decoration:none;
    border-bottom:1px solid #dedede;
}

#submenu1 .mega_special_item.yellow {
    background:#ffe800;
}

#submenu1 .mega_special_item.gray {
    background:#f4f4f4;
}

#submenu1 .mega_special_item:link,
#submenu1 .mega_special_item:visited {
    color:#555;
    text-decoration:none;
}

#submenu1 .mega_special_item:hover {
    color:#119C59;
    text-decoration:none;
}

/* =========================================================
   우측 게시판 영역
   ========================================================= */

.top_bbs {
    width:159px;
    display:block;
    float:left;

    height:49px;
    line-height:50px;

    background-color:#f4f4f4;

    border-top:1px solid #dedede;

    text-align:center;
}

.top_bbs_list {
    width:636px;
    display:block;
    float:left;

    height:49px;
    line-height:50px;

    background-color:#fff;

    text-align:left;

    border-top:1px solid #dedede;

    text-indent:20px;
}


/* =========================================================
   전체메뉴 링크 공통
   ========================================================= */

#top_2dep a {
    font-family:"돋움", sans-serif;
    font-size:13px;
    color:#666;
}

#top_2dep a:link {
    font-family:"돋움", sans-serif;
    font-size:13px;
    text-decoration:none;
    color:#666;
}

#top_2dep a:visited {
    font-family:"돋움", sans-serif;
    font-size:13px;
    text-decoration:none;
    color:#666;
}

#top_2dep a:hover {
    font-family:"돋움", sans-serif;
    font-size:13px;
    text-decoration:none;
    color:#119C59;
}

.top_bbs a {
    font-family:"돋움", sans-serif;
    font-size:13px;
    color:#666;
    text-decoration:none;
    font-weight:bold;
}

.top_bbs_list a {
    font-family:"돋움", sans-serif;
    font-size:13px;
    color:#666;
    text-decoration:none;
    font-weight:normal;
}

.top_bbs_list a:hover {
    font-family:"돋움", sans-serif;
    font-size:13px;
    color:#666;
    text-decoration:none;
    font-weight:normal;
}


/* =========================================================
   브랜드 메뉴
   ========================================================= */

#brandmenu1 {
    position:absolute;
    z-index:5555;
    display:none;

    width:148px;
    height:auto;

    border:1px solid #dedede;
    border-bottom:0;

    background-color:#fff;

    top:35px;
    left:0;

    text-align:left;
    text-indent:10px;
}

#brandmenu1 ul li a {
    font-family:"돋움", sans-serif;
    font-size:11px;
    color:#999;

    width:148px;
    height:30px;
    line-height:30px;

    border-bottom:1px solid #dedede;

    display:block;
    text-decoration:none;
}

#brandmenu1 ul li a:hover {
    background-color:#444;
    color:#fff;
}

.month_brand_cate {
    padding-top:12px;
}

#brandban1 {
    position:absolute;
    z-index:5555;
    display:none;

    width:495px;
    height:532px;

    border:2px solid #444;
    background-color:#fff;

    top:0;
    left:198px;

    text-align:left;
}

#brandban1 .brand_arrow {
    position:absolute;
    top:190px;
    left:-8px;
}

.cate_icon {
    position:relative;
    top:2px;
}

.left_brand {
    margin:0 auto;
    width:150px;
    padding-top:16px;
    font-size:0;
    position:relative;
}

.left_brand_list {
    font-size:11px;

    height:20px;

    border:1px solid #dedede;
    border-right:0;

    width:126px;

    text-align:left;

    line-height:23px;

    float:left;

    text-indent:10px;

    cursor:pointer;
}

.left_brand_btn {
    float:left;
    cursor:pointer;
}


/* =========================================================
   서브페이지 좌측배너
   ========================================================= */

#sub_ban {
    float:left;
}

#sub_ban ul li {
    padding-top:15px;
}

#sub_ban img {
    border:1px solid #dedede;
}


/* =========================================================
   서브페이지 커뮤니티 리스트
   ========================================================= */

#left_bbs {
    border:1px solid #dedede;

    width:198px;

    margin-top:15px;
}

#left_bbs ul {
    padding-top:6px;
    padding-bottom:7px;
}

#left_bbs ul li {
    padding-top:1px;
}


/* =========================================================
   좌측 카테고리 리스트
   ========================================================= */

.cate_list {
    width:200px;

    clear:both;

    margin-top:0;
    padding:0;
}

.cate_list .category ul#left_menu {
    height:469px;
}

.cate_list .category ul#left_menu li {
    height:39px;
}


#left_menu {
    margin:0;
    padding:0;
}

#left_menu li {
    font-size:14px;
    color:#444;

    padding:0;
    margin:0;

    text-align:left;

    position:relative;
}


#left_menu li a.menu {
    text-indent:22px;

    color:#fff;

    padding-top:0;

    font-size:15px;

    height:36px;
    line-height:36px;

    width:200px;

    text-decoration:none;

    display:block;

    font-family:"돋움", sans-serif;

    letter-spacing:-1px;
}

#left_menu li:hover {
    background-color:rgba(0,102,51,0.8);
    color:#fff;
}


/* 좌측 카테고리 개별 하위메뉴 */
#left_menu li .top_sub {
    background:#fff;

    border:2px solid #444;

    width:190px;

    padding:5px;

    visibility:hidden;

    position:absolute;

    top:0;
    left:199px;

    z-index:20;
}

#left_menu li .top_sub .sub a:first-child {
    border-top:0;
}

#left_menu li .top_sub .sub a {
    display:block;

    font-style:normal;

    text-align:left;

    color:#555;

    font-size:12px;

    text-indent:10px;

    letter-spacing:normal;

    border-top:1px solid #e0e0e0;

    line-height:26px;
}


/* =========================================================
   카테고리 submenu_01
   ========================================================= */

#submenu_01 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:0;
    left:200px;
}

#submenu_01 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_01 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_02
   ========================================================= */

#submenu_02 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:0;
    left:200px;
}

#submenu_02 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_02 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_03
   ========================================================= */

#submenu_03 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:0;
    left:200px;
}

#submenu_03 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_03 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_04
   ========================================================= */

#submenu_04 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:0;
    left:200px;
}

#submenu_04 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_04 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_05
   ========================================================= */

#submenu_05 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:0;
    left:200px;
}

#submenu_05 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_05 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_06
   ========================================================= */

#submenu_06 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:-147px;
    left:200px;
}

#submenu_06 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_06 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_07
   ========================================================= */

#submenu_07 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:-66px;
    left:200px;
}

#submenu_07 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_07 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_08
   ========================================================= */

#submenu_08 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:-15px;
    left:200px;
}

#submenu_08 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_08 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_09
   ========================================================= */

#submenu_09 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:-84px;
    left:200px;
}

#submenu_09 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_09 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_10
   ========================================================= */

#submenu_10 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:-33px;
    left:200px;
}

#submenu_10 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_10 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   카테고리 submenu_11
   ========================================================= */

#submenu_11 {
    position:absolute;
    z-index:5555;
    display:none;

    width:180px;
    height:auto;

    border-top:1px solid #009143;
    border-bottom:1px solid #009143;
    border-right:1px solid #009143;

    background-color:#fff;

    top:-222px;
    left:200px;
}

#submenu_11 #top_2dep .top_cate {
    height:auto;

    border-left:0 solid #dedede;

    padding:10px 0;

    background-color:#fff;
}

#submenu_11 #top_2dep .top_cate a {
    width:180px;

    display:block;

    text-align:left;
    text-indent:10px;

    font-family:"돋움", sans-serif;

    line-height:30px;
}


/* =========================================================
   submenu_01 ~ submenu_11 공통 링크 스타일
   ========================================================= */

#submenu_01 #top_2dep a,
#submenu_02 #top_2dep a,
#submenu_03 #top_2dep a,
#submenu_04 #top_2dep a,
#submenu_05 #top_2dep a,
#submenu_06 #top_2dep a,
#submenu_07 #top_2dep a,
#submenu_08 #top_2dep a,
#submenu_09 #top_2dep a,
#submenu_10 #top_2dep a,
#submenu_11 #top_2dep a {
    font-family:"돋움", sans-serif;
    font-size:14px;
    color:#666;
}

#submenu_01 #top_2dep a:hover,
#submenu_02 #top_2dep a:hover,
#submenu_03 #top_2dep a:hover,
#submenu_04 #top_2dep a:hover,
#submenu_05 #top_2dep a:hover,
#submenu_06 #top_2dep a:hover,
#submenu_07 #top_2dep a:hover,
#submenu_08 #top_2dep a:hover,
#submenu_09 #top_2dep a:hover,
#submenu_10 #top_2dep a:hover,
#submenu_11 #top_2dep a:hover {
    font-family:"돋움", sans-serif;
    font-size:13px;
    text-decoration:none;

    color:#119C59;

    background-color:#f4f4f4;
}
/* BASIC css end */

