/*************************** 분리형 헤더 ***************************/
/* 
분리형 헤더 13
*/
.header13 .pc_header {
    padding: 25px 0 0;
}

.header13 .pc_header > .container_fix {
    max-width: 1430px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
}

.header13 .pc_header .container_fix::before,
.header13 .pc_header .container_fix::after {
    display: none;
}

.header13 .pc_header .container_fix > div.logo_box {
    margin-left: 13%;
}

.header13 .pc_header > .container_fix .lnb_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.header13 .pc_header > .container_fix .left_lnb .lnb_list {
    margin-top: 0px;
    margin-bottom: 0px;
}

.header13 .pc_header > .container_fix .right_lnb .lnb_list {
    margin-top: 0px;
    margin-bottom: 0px;
}

.header13 .pc_header > .container_fix .lnb_list > li {
    position: relative;
}

.header13 .pc_header > .container_fix .lnb_list > li + li {
    margin-left: 13px;
    padding-left: 13px;
}

.header13 .pc_header > .container_fix .lnb_list > li + li::before {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background-color: #dddddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.header13 .pc_header > .container_fix .lnb_list > li > a {
    font-size: 14px;
    color: #777777;
    line-height: 1em;
}

.header13 .pc_header .lnb_list li.order_delivery_btn a {
    display: inline-block;
    width: 95px;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    font-size: 13px;
    color: #777;
    text-align: center;
    line-height: 28px;
}

.header13 .pc_header .logo_box img {
    height: 40px;
}

.header13 .pc_header .lang_btn_box {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 11;
}

.header13 .pc_header .container_fix .lnb_list > li.lang_btn_li {
    padding-left: 60px;
    position: relative;
}

.header13 .pc_header .lnb_list li .lang_btn_box {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: -16px;
    right: -9px;
    border: 1px solid transparent;
    z-index: 10;
}

.header13 .pc_header .lnb_list li .lang_btn_box .lang_btn {
    position: relative;
    padding: 6px 10px 5px 8px;
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
}

.header13 .pc_header .lnb_list li .lang_btn_box .lang_btn::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-left: 1px solid #777777;
    border-bottom: 1px solid #777777;
    position: relative;
    transform: rotate(-45deg);
    top: -2px;
    left: 2px;
}

.header13 .pc_header .lnb_list li .lang_btn_box .lang_btn + .lang_ul {
    position: relative;
    width: 100%;
    padding: 0 8px 6px;
    border-top: 0;
    z-index: 1;
    display: none;
}

.header13 .pc_header .lnb_list li .lang_btn_box.active {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background: #fff;
    opacity: 0.5;
}

.header13 .pc_header .lnb_list li .lang_btn_box.active .lang_btn span {
    font-size: 13px;
}

.header13 .pc_header .lnb_list li .lang_btn_box.active .lang_btn + .lang_ul {
    display: block;
    background: #fff;
}

.header13 .pc_header .lnb_list li .lang_btn_box.active .lang_btn + .lang_ul li {
    padding: 0;
    text-align: left;
}

.header13 .pc_header .lnb_list li .lang_btn_box.active .lang_btn + .lang_ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    line-height: 16px;
    transition: 0.2s;
}

.header13 .pc_header .lnb_list li .lang_btn_box.active .lang_btn + .lang_ul li a.on {
    color: #222222;
}

.header13 .pc_header .lnb_list li .lang_btn_box.active .lang_btn + .lang_ul li a:hover {
    color: #222222;
}

/* 분리형 헤더 13 > 메뉴공통 */
.header13 .header-menu .nav-top {
    position: static;
    display: flex;
    justify-content: space-between;
}

.pc-menu .nav-top.nav-both .menu_ul_01 {
    width: auto;
    position: static;
}

.header13 .header-menu .container_fix {
    max-width: 1430px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header13 .header-menu .container_fix .scroll_box {
    display: none;
}

.header13 .header-menu .pc-menu {
    background-color: transparent;
    height: auto;
    transition: 0.3s;
}

.header11 .pc-menu .nav-top .menu_ul_01 {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header13 .pc-menu .nav-top .menu-li {
    line-height: 1;
    display: inline-block;
}

.header13 .pc-menu .nav-top .all_category_btn {
    line-height: 1;
    display: inline-block;
}

.header13 .pc-menu .nav-top .all_category_btn > .menu-a {
    padding: 20px 0 ;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 1.04vw;

}

.header13 .pc-menu .nav-top .all_category_btn > .menu-a span {
    margin-left: 14px;
}

.header13 .pc-menu .nav-top .menu-a {
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 1.46vw ;
    color: var(--main-point-color);
    position: relative;
    z-index: 10;
}

.header13 .all_category_btn img {
    margin-top: -1px;
}

.header13 .pc-menu .nav-top .menu-li:hover .menu-a,
.header13 .pc-menu .nav-top .menu-li.on .menu-a {
    background-color: transparent;
    color: var(--main-point-color-hover);
}

.header13 .pc-menu .nav-top .sub-1dli.on .sub-1da {
    color: var(--main-point-color-hover);
}

.header13 .pc-menu .nav-top .menu-a span {
    font-weight: 400;
}

.header13 .header-menu .lnb_box {
    position: relative;
    z-index: 10;
}

.header13 .header-menu .lnb_box > ul {
    display: flex;
    align-items: center;
}

.header13 .header-menu .lnb_box > li + li {
    margin-left: 20px;
}

.header13 .header-menu .lnb_box .lnb_list > li {
    position: relative;
    padding: 0;
}

.header13 .header-menu .lnb_box .lnb_list > li + li {
    margin-left: 1.56vw;
}

.header13 .header-menu .lnb_box .lnb_list li .cart_count {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main-point-bg-color-hover);
    color: #fff;
    position: absolute;
    right: -6px;
    bottom: -3px;
    line-height: 12px;
    font-size: 8px;
    width: 12px;
    height: 12px;
}

.header13 .header-menu .marker_box {
    width: 20px;
}

.header13 .header-menu .marker_box > a.marker_icon {
    width: 20px;
    height: 26px;
    background: url(../../../../img/marker.svg) no-repeat center / cover;
    margin: 0;
}

.header13 .header-menu .container_fix > .lnb_box .search_box {
    width: 260px;
}

.header13 .header-menu .container_fix > .lnb_box .search_box > form {
    width: 100%;
}

.header13 .header-menu .container_fix > .lnb_box .search_box > form .header_search {
    position: relative;
    width: 100%;
}

.header13 .header-menu .container_fix > .lnb_box .search_box > form .header_search input {
    border: none;
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    border-radius: 23px;
    padding: 0 50px 0 20px;
    display: block;
    width: 100%;
}

.header13 .header-menu .container_fix > .lnb_box .search_box > form .header_search input::placeholder {
    color: #999999;
}

.header13 .header-menu .container_fix > .lnb_box .search_box > form .header_search .search_btn {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -9px;
    background: none;
    border: none;
}

/* 분리형 헤더 13 > 단일드롭1 (본인 2차만) */
.header13 .pc-menu .nav_oneline .nav-top.nav-both .sub-1div {
    left: 50%;
    transform: translateX(-50%);
}

.header13 .pc-menu .nav_oneline .nav-top .sub-1da {
    border-bottom: none;
    font-size: 15px;
    color: #999999;
    transition: 0.3s;
    padding: 4px 25px;
}


/* 분리형 헤더 13 > 단일드롭2 (전체 1차-2차) */
.header13 .pc-menu .nav_full .all_menu_wrap {
    top: 70px;
}

.header13 .pc-menu .nav_full .all_menu_wrap > .container_fix {
    max-width: 1230px;
}

.at-header .pc-menu .nav_full .all_menu_wrap .all_sub_a {
    padding: 10px 0;
}

.at-header .pc-menu .nav_full .all_menu_wrap .all_menu_li + li {
    padding-left: 20px;
}


/* 단일드롭3 (본인 1차-2차-3차) */
.at-header .pc-menu .nav_threedepth .nav-top.nav-both .sub-1div{
    top: 69px;
}

/* 전체메뉴 전체보기 */
.at-header .pc-menu .all_menu_view {
    top: 67px;
}

.at-header .pc-menu .all_menu_view > .container_fix {
    /* max-width: 1230px; */
    max-width: 1130px;
}

.at-header .pc-menu .all_menu_view .all_menu_a {
    color: #333;
}

.at-header .pc-menu .all_menu_view .all_sub_a {
    padding: 10px 0;
}

.at-header .pc-menu .all_menu_view .all_menu_li + li {
    padding-left: 20px;
}


/* 전체메뉴2 3차댑스 순차노출 */
.header-menu .pc-menu .all_menu_box {
    left: 15px;
    width: 180px;
}

.header-menu .pc-menu .all_menu_box .all_ul > .all_li > .all_a {
    padding: 0 20px;
}


/* 검색드롭 */
.search_preview_box{
    top: 36px;
}
#pc_search_box .search_bot .pc_search_preview_box .pc_search_preview_top .all_delete_btn{
    top: 0;
}



.header13 .pc_header_logo {
    margin-top: -12px;
}

.header13 .pc_header_logo .container_fix {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header13 .pc_header_logo .logo_box {
    width: 169px;
    height: 56px;
}

.header13 .pc_header_logo .logo_box img {
    width: 100%;
    object-fit: cover;
}


/* 추가적인 CSS */
.header13 .header-menu .header_insta {
    width: 25px;
    height: 25px;
}

.header13 .header-menu .header_insta img {
    width: 100%;
    object-fit: cover;
}

.header13 .header-menu .header_kakao {
    width: 25px;
    height: 22px;
}

.header13 .header-menu .header_kakao img {
    width: 100%;
    object-fit: cover;
}

.header13 .header-menu .header_cart_li img {
    width: 20px;
    height: 26px;
}

/* 드롭메뉴 */

.at-header.header13 .pc-menu .nav_oneline .nav-top.nav-both .menu-li {
    position: static;
}

.header13 .drop_wrap,
.header13.at-header .pc-menu .all_menu_view {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
    padding: 50px 0;
    border-top: 1px solid transparent;
    z-index: 5;
    display: block;

}


.header13 .alldrop {
    opacity: 0;
    visibility: hidden;
    transition: opacity .0s ease-in .0s, visibility .0s ease-in .0s;
}

.header13 .all_category_btn.active  .alldrop,
.header13 .menu-li.active  .alldrop{
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-in .2s, visibility .2s ease-in .2s;
}


.header13 .drop_wrap .drop_container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1430px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.header13 .drop_wrap .sub_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:30px 60px;

}

.header13 .drop_wrap .sub_menu .drop_name {
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
}

.header13 .drop_wrap .sub_menu .drop_name span{
    font-size: 15px;
    font-weight: 400;
    color:#777777;
    transition: all .3s ease-in-out;
}

.header13 .drop_wrap .sub_menu .drop_img {
    width: 180px;
    aspect-ratio: 1/1;
}

.header13 .drop_wrap .sub_menu .drop_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header13 .background_li {
    background-color: #fff;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 0;
    border-top: 1px solid #f6f6f6; 
    box-shadow: 0 10px 15px rgba(0,0,0,0.05); 
    display: none;
    z-index: 1;
    overflow: hidden;
}

/* hover 효과 */

.header13 .pc-menu .menu_ul_01 .menu-a span {
    position: relative;
      display: inline-block;
}

.header13 .pc-menu .menu_ul_01 .menu-a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom:-4px;
    width: 100%;
    height: 2px;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: right; 
    transform: scaleX(0);
    transition-property: transform;
    background: var(--main-point-bg-color-hover);
}

.header13 .pc-menu .menu_ul_01 .all_category_btn:hover span::after {
  transform: scaleX(1);
  transform-origin: left;          
  transition-timing-function: ease-out;
}


.header13 .pc-menu .menu_ul_01 .menu-li:hover span::after {
  transform: scaleX(1);
  transform-origin: left;          
  transition-timing-function: ease-out;
}

.header13 .drop_wrap .sub_menu .drop_ul:hover .drop_name span{
    color:var(--main-point-bg-color-hover);
}


/* fixed */

.header13.fixed .pc-menu .nav-top .menu-a,
.header13.fixed .pc-menu .nav-top .all_category_btn > .menu-a {
/*        padding: 27px 30px 27px;*/
}
.header13.fixed .header-menu .lnb_box {
        padding: 17px 0px 17px;
}

.header13.fixed .drop_wrap,
.header13.at-header.fixed .pc-menu .all_menu_view,
.header13.fixed .background_li {
    top: 70px;
}

@media (max-width : 1400px){

    .header13 .pc_header > .container_fix {
        align-items: center;
    }

    .header13 .pc_header_logo .logo_box {
        width: 148px;
        height: auto;
    }

    .header13 .pc-menu .nav-top .menu-a {
        font-size: 15px;
    }



    .header13 .header-menu .container_fix > .lnb_box .search_box {
        width: 242px;
    }

    .header13 .pc-menu .nav-top .menu-li {
        line-height: 1;
    }

    .header13 .header-menu .header_insta {
        width: 21px;
        height: 21px;
    }
    .header13 .header-menu .header_kakao {
        width: 21px;
        height: 21px;
    }

    .header13 .header-menu .marker_box > a.marker_icon {
        width: 17px;
        height: 23px;
    }

    .header13 .header-menu .header_cart_li img {
        width: 18px;
        height: 24px;
    }

}

@media (max-width:1080px) {
    .header13 .pc_header_logo {
        margin-top: 0;
            transform: translateY(-15px);
    }
}