.header_icon.all_menu {
    left: 0;
    top: 0;
    z-index: 300;
    height: 50px;
    top: 0;
    right: auto;
    transform: none;
    width: auto;
}

.header_icon.all_menu ul {
    width: 220px;
    height: 50px;
}
.header_icon.all_menu ul li.cp792.btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-right: none;
    border-left: none;
    margin: 0;
}
.header_icon.all_menu ul li.cp792.btn a {
    display: block;
    height: 100%;
    position: relative;

}
.header_icon.all_menu ul li.cp792.btn a i {
    position: absolute;
    left: 30px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    
}

.d_panel.left {
    width: 30%;
}


.header_icon.all_menu li .-caption {
    display: none;
}

@media screen and (max-width: 960px) {
    .d_panel.left {
        width: 80%;
    }
    .header_icon.m_icon .btn_on {
        display: none;
    }
    #header .p0201 #searchBarForm {
        position: relative;
        z-index: 2;
        width: 100%;
    }
    #header.fixed #searchBarForm .header_search {
        top: auto;
    }
    #header .header_search {
        left: 50%;
        transform: translateX(-50%);
    }
    #header .header_search.on {
        width: 94%;

    }
    #header .header_search #keyword {
        padding: 0;
        margin-bottom: 6px;
        height: 34px;
        line-height: 34px;
        font-size: 14px !important;
        font-family: 'Pretendard',sans-serif;
        text-indent: 15px;
        font-weight: 500;
    }
}





/***********************************************************************

	        	🚩 라인메뉴 클릭 시 나오는 하단 메뉴 🚩

***********************************************************************/


/* 클럽 + B2B 전용 */

#line_menu .club .swiper-slide.point > a::after {
    background: #ff6716;
}
#line_menu .b2b .swiper-slide.point > a::after {
    background: #00abc7;
}


/* 가정 전용 */
#line_menu .home .swiper-slide > a {
    padding: 0 10px;
}

/* ALL 적용 */
#top_menu_all_Box {
    display: none;
    position: absolute;
    z-index: 10;
    top: 51px;
    width: 100%;
    background-color: #f6f6f6;
    border-top: 1px solid #dcdcdc;
}

#top_menu_all_Box .top_menu_all {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}
  
#top_menu_all_Box .top_menu_all .menu_a {
    margin: 0px 3px;
    border: 1px solid #ddd;
    border-radius: 100px;
    box-sizing: border-box;
    background: #fff;
}

#top_menu_all_Box .top_menu_all .menu_a a {
    display: inline-block;
    padding: 8px 17px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: -0.05em;
}
#top_menu_all_Box .top_menu_all .menu_a.point a::after {
    content: "";
    position: relative;
    top: -8px;
    right: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1ab744;
    display: inline-block;   
}





/***********************************************************************

	   	    	         	🚩 LINE MENU 🚩

***********************************************************************/
#header .p0202 .nav.categorySub {
    z-index: 5; 
}
#line_menu {
    position: relative;
    width: 890px;
}
#line_menu::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 1;
    background-color: #fff;
}
#line_menu::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 1;
    background-color: #fff;
}
#line_menu .open {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
}
#line_menu .open i {
    font-size: 18px;
    transition: .3s;
}

#line_menu .open.on i {
    transform: rotate( 180deg );
}

#line_menu .mySwiper {
    width: 100%;
    margin: 0;
    padding-right: 50px;
    box-sizing: border-box;
    overflow: initial;
    z-index: 0;
}
#line_menu .swiper-wrapper {
    align-items: center;
}

#line_menu .swiper-slide {
    width: auto;
    height: 100%;
    position: relative;
}

#line_menu .swiper-slide > a {
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
}
#line_menu .swiper-slide:hover > a {
    background-color: rgba(180,180,180,.2);  
}
#line_menu .swiper-slide.point > a::after {
    content: "";
    position: relative;
    top: -8px;
    right: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1ab744;
    display: inline-block;
}


#line_menu .swiper-slide .bottom_menu {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 11;
}


#line_menu .swiper-slide .bottom_menu li a {
    font-size: 14px;
    display: block;
    padding: 10px 20px;
}
#line_menu .swiper-slide .bottom_menu li a:hover {
    background-color: rgba(180,180,180,.2);  
}

#header .part_02 .p0202.mColor .inner {
    z-index: 50;
}

#line_menu .bottom_menu > li .line_3dex {
    display: none;
    position: absolute;
    top: 51px;
    left: 200px;
    width: 200px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 11;
} 
#line_menu .bottom_menu > li .line_3dex.show {
    display: block;
}



@media screen and (max-width: 960px) {
	#header .part_02 .header_search {
    	display: none !important;
    }
	#header .part_02 .header_search.show  {
        display: block !important;    
    }
    /* #header .part_02 .header_search.on  {
        display: block !important;    
    } */
}