@media screen and (max-width:1024px) {
    #header .gnb nav {
        height: 100vh;
    }

    #header .mobile-gnb-area .gnb nav .menu-depth0 {
        display: block !important;
    }

    #header .gnb nav {
        background-color: #fff !important;
    }
}

.customoverlay {
    text-align: center;
    margin-top: -14px;
}

.customoverlay .marker_info {
    opacity: 0;
    border-radius: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 20px 15px 20px;
    font-size: 11px;
    ;
    margin-bottom: 14px;
    text-align: left;
    line-height: 180%
}

.customoverlay .marker_info .info {
    position: relative;
}

.customoverlay .marker_info {
    position: relative
}

.customoverlay .marker_info:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 0px;
    height: 0px;
    transform: translateX(-50%);
    ;
    border-top: 11px solid #ccc;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    ;
}

.customoverlay .marker_info:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0px;
    height: 0px;
    transform: translateX(-50%);
    ;
    border-top: 12px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.customoverlay .marker img {
    border-radius: 50%;
    cursor: pointer;
    display: unset;
    vertical-align: middle;
}

.customoverlay .marker_info .title {
    display: inline-block;
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 16px;
}


.customoverlay .marker_info.active {
    opacity: 1;
}

.customoverlay .material-icons {
    display: inline-block;
    ;
    cursor: pointer;
    color: #222;
    color: var(--color-primary);
    font-size: 40px;
}

.customoverlay .material-icons.active {
    color: var(--color-primary);
}

.customoverlay .material-icons:hover {
    color: var(--color-primary)
}

.customoverlay .material-icons>span {
    display: none
}

.category_box {
    margin-top: 15px !important
}

.category_box {
    display: block
}

.category_box {
    margin: 0;
    margin-bottom: 0px;
    padding: 20px;
}

.category_box .tab {
    display: flex
}

.category_box .tab>div {
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    width: auto;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    cursor: pointer
}

.category_box .tab>div:hover {
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.category_box .tab>div.active {
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.category_box {
    height: 60px;
    overflow: hidden;
    padding: 0;
    margin-top: 0 !important
}

.category_box .tab {
    height: calc(100% + 20px);
    padding: 10px;
    overflow: hidden;
    overflow-x: scroll;
}

.category_box .tab>div {
    margin: 0 10px 0px 0;
    padding: 10px 5px;
    cursor: pointer;
    display: block;
    min-width: 70px;
    text-align: center;
    height: 40px;
}

.package_delivery {
    display: flex;
    margin: 15px 0 0
}

.package_delivery>span {
    display: inline-block;
    width: 50px;
    border-radius: 40px;
    padding: 4px 0;
    text-align: center;
    margin: 0 5px 0 0;
    border: 1px solid #000;
}

@media screen and (min-width:1024px) {
    .category_box .tab {
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
}

#locationBox {
    display: block;
    margin-bottom: 0px;
}

#loactionController {
    min-width: 200px;
    max-height: 500px;
    background-color: #fff;
    ;
    /*    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);*/
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    height: 100%;
    overflow: hidden;
    padding: 120px 0 0
}

#loactionTitle h2 {
    font-weight: 400;
    text-align: center;
    color: #313131;
    font-size: 20px;
    margin: 20px 0 20px 0
}

#locationInfoBox {
    width: calc(100% + 20px);
    ;
    height: calc(100vh - 292px);
    overflow: hidden;
    overflow-y: scroll;
    ;
    padding-bottom: 66px
}

#loactionController {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    min-height: calc(100vh - 80px);
}

#locationList {
    height: 100%;
    position: relative
}

#locationList h3 {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 15px !important;
    letter-spacing: -1px;
    color: #333;
    margin: 3px 0 0
}

#locationList h4 {
    margin: 0 0 10px 0;
    color: var(--color-primary);
    font-size: 15px
}

#locationList p {
    font-size: 11px;
}

#locationList .locationInfo button {
    color: var(--color-primary);
    padding: 0 !important;
    background-color: transparent;
    border: none;
}

#locationList .locationInfo button:focus,
#locationList .locationInfo button:active {
    border: none;
    box-shadow: none;
}

#locationList p {
    margin: 0;
}

#locationMap {
    width: 100%;
    height: calc(100vh - 80px);
}

#locationMap #locationPreview {
    position: absolute;
    bottom: 30px;
    z-index: 11;
    width: 70%;
    display: none;
    left: 50%;
    transform: translateX(-50%)
}

#locationMap #locationPreview.active {
    display: block
}

#locationMap #locationPreview .preview_box {
    max-width: 450px;
    margin: auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

#locationMap #locationPreview .preview_box>a {
    cursor: pointer;
    transition: 0.5s all;
    ;
    align-items: center;
    position: relative
}

#locationBox #locationPreview .preview_box .location_image_box {
    min-width: 120px;
    height: 94px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 10px 0
}

#locationBox #locationPreview .preview_box .location_image_box>div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#locationBox .searchTypeBtn {
    display: flex
}

#locationBox .searchTypeBtn p {
    width: 50%;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #e3e3e3;
    transition: 0.5s all;
    font-size: 13px;
    cursor: pointer;
}

#locationBox .searchTypeBtn p:hover {
    border-color: #333
}

#locationBox .searchTypeBtn .active {
    background-color: #525252;
    color: #fff;
    border-color: #525252
}

#locationBox .searchBox {
    display: flex;
    ;
    font-size: 12pt;
    position: relative;
    margin: 0;
    padding: 0 20px
}

#locationBox .searchBox i {
    position: absolute;
    left: 40px;
    ;
    ;
    top: 50%;
    margin-top: -8px;
}

#locationBox .searchBox input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding-left: 35px;
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #fff;
}

#locationBox .searchBox input::placeholder {
    font-size: 11pt;
    color: #c8c8c8
}

#locationBox .searchBox button {
    width: 15%;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    background-color: #525252;
    color: #fff;
}

#locationBox .searchBox button i {
    font-size: 14pt
}

#locationBox .searchBox select,
.searchBox input {
    height: 45px;
}

#locationInfoBox .active>a {
    background-color: #e3e3e3
}

#locationBox .locationInfo {
    padding: 0 15px;
    position: relative
}

#locationBox .locationInfo>a {
    cursor: pointer;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 10px;
    ;
    border-bottom: 1px solid #e3e3e3
}

#locationBox .locationInfo .location_image_box {
    min-width: 140px;
    height: 148px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 20px 0 0
}

#locationBox .locationInfo .location_image_box>div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#locationBox .locationInfo:hover>a {
    background-color: #efefef
}

#locationBox .locationInfo.active>a {
    background-color: #efefef
}

#locationBox .totalInfo {
    display: flex;
    padding: 13px;
    align-items: center;
    justify-content: space-between;
    ;
    margin: 0 15px;
    border-bottom: 1px solid #e3e3e3;
}

#locationBox .totalInfo div {
    display: flex;
    align-items: baseline;
    ;
    padding-right: 0
}

#locationBox .totalInfo div:last-child {
    margin-bottom: 5px
}

#locationBox .totalInfo i {
    cursor: pointer;
    transition: all ease 0.5s;
}

#locationBox .totalInfo i:hover {
    transform: rotate(45deg);
}

#locationBox .totalInfo p {
    margin-right: 10px;
}

#locationBox .totalInfo .totalCnt {
    margin-right: 10px;
}

#locationBox .totalInfo .searchCnt {
    font-weight: 600;
    margin-right: 0
}

#locationBox .totalInfo .searchCnt span {
    color: #f1ab22
}

#locationBox .totalInfo .reset_btn span {
    display: block;
}

#locationBox .totalInfo .reset_btn {
    font-size: 14pt;
    display: flex;
    align-items: center;
}

#locationBox .totalInfo .reset_btn i {
    margin: 0 0 0 5px;
    font-size: 12px;
}



#locationBox .mapPointer {
    width: 35px;
    text-align: center;
}

#locationBox .mapPointer .markerOver {
    background-color: #fff;
    color: #333;
    padding: 3px 6px;
    display: none;
}

#locationBox .mapPointer .markerOver.active {
    display: inline-block
}

#locationBox .locationInfo .btn-xs {
    font-size: 11px;
    padding: 2px 6px;
}

#locationBox .locationInfo .subInfo {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


#locationBox .locationInfo .location_adress {
    font-size: 8px;
    color: #9e9e9e
}


#locationBox .locationInfo>a>div:last-child>span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2ab053;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 10px
}

#locationBox .locationInfo>a>div:last-child>span.impossible {
    background-color: var(--color-danger);
}


#locationBox .gage_bar {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 0;
    background-color: #f4f4f4;
    margin: 15px 0 5px 0
}

#locationBox .gage_bar>span {
    position: absolute;
    left: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background-color: var(--color-primary);
    border-radius: 0;
}

#locationBox .kitchen_bottom {
    display: flex;
    justify-content: space-between
}

#locationBox .kitchen_bottom>p>span {
    color: var(--color-primary);
    font-weight: 600;
}

#locationBox .kitchen_contents>p {
    font-size: 10pt;
}

#locationBox .locationInfo>a>div:last-child {
    position: relative;
    width: 100%;
}


#locationBox .location_title_box {
    padding: 30px 20px 15px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    display: none;
}




header {
    transform: translate(0);
    z-index: 111111;
    background-color: #222222
}


.navi {
    height: calc(100vh - 129px);
    top: 66px;
}

.mypage_menu {
    height: calc(100vh - 63px);
    top: 0
}


#locationMap {
    position: relative
}

.map_top_bar2 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11111;
    display: none;
}

.map_top_bar2 button {
    border-radius: 30px;
    background-color: #ffff;
    border: none;
    color: #000;
    box-shadow: 1px 1px 2px #3333
}

.search_title {
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    z-index: 1111;
}




@media screen and (max-width:767px) {
    .category_box.active2 {
        display: none;
    }

    #loactionController.active {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .search_title {
        top: 80px;
        width: 320px
    }

    #locationBox .location_title_box {
        display: block;
    }

    #loactionController {
        position: unset;
        border-top: none;
    }

    #locationBox {
        display: flex;
        flex-flow: row-reverse;
    }

    #locationMap {
        height: calc(100vh - 60px);
    }

    #loactionController {
        min-width: 320px;
        ;
        ;
        width: 320px;
        height: calc(100vh - 76px);
        overflow: hidden;
    }

    #locationBox .locationInfo .location_image_box {
        min-width: 180px;
    }

    #locationBox>div:first-child {
        width: 100%
    }

    #locationInfoBox {
        height: calc(100vh - 302px);
    }


    .navi {
        height: calc(100vh - 76px);
        top: 76px;
    }

    .mypage_menu {
        height: 100vh;
        top: 0
    }

    .map_top_bar2 {
        display: none !important;
    }

    #locationMap #locationPreview .preview_box>a {
        display: flex;
    }

    #locationBox #locationPreview .preview_box .location_image_box {
        margin: 0 10px 0 0
    }

}

@media screen and (min-width:950px) {

    .navi {
        height: auto
    }

    #locationBox {
        height: calc(100vh - 60px);
        overflow: hidden;
    }


    #loactionController {
        min-width: 320px;
        ;
        ;
        width: 320px;
        height: calc(100vh - 191.77px);
    }

    #locationInfoBox {
        height: calc(100vh - 274.77px);
    }


}


@media screen and (min-width:1024px) {
    #locationBox .totalInfo div:last-child {
        margin-bottom: 0px
    }

    #locationBox {
        position: relative;
        height: calc(100vh - 100px)
    }

    #locationMap {
        height: calc(100vh - 100px);
    }

    #loactionController {
        max-height: 100%;
        z-index: 111;
        width: 30%;
        min-width: 450px;
        padding: 180px 0 0
    }

    .search_title {
        top: 0;
        width: 450px
    }

    #locationBox .location_title_box {
        padding: 50px 30px 20px;
        font-size: 26px;
    }

    .locationInfo {
        padding: 25px 15px;
    }

    .searchTypeBtn p {
        padding: 17px 0
    }

    .searchBox input {
        padding-left: 45px
    }


    #locationBox .locationInfo>.location_image_box {
        min-width: 170px;
        width: 125px;
        height: 130px;
        margin: 0 10px 0 0
    }

    #locationList h3 {
        font-size: 18px;
    }

    #locationList h4 {
        font-size: 16px;
    }

    #locationList p {
        font-size: 16.5px;
    }





}

@media screen and (min-width:1600px) {

    #locationBox .locationInfo {
        padding: 0 30px;
    }

    #locationBox .locationInfo>a {
        padding: 30px 15px
    }

    .package_delivery {
        margin: 30px 0 0
    }

    #loactionController {
        max-height: 100%;
        z-index: 111;
        width: 30%;
    }

    #locationBox .totalInfo {
        display: flex;
        padding: 10px 15px 20px;
        margin: 0 30px
    }


}