@import url(../css/root.css);
/* subtop */
#subtop {
    position: relative;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    background: url(../img/subtop.jpg) center center no-repeat;
}
#subtop .fbox {
    height: 350px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 300px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}


/* store */
#store .map_wrap {
    display: flex;
    border: 1px solid #111;
}
#store .map_wrap #map {
    order: 2;
    width: calc(100% - 450px);
}
#store .map_wrap #menu_wrap {
    margin: 0;
    position: relative;
    order: 1;
    width: 450px;
    overflow-y: unset;
    overflow: hidden;
    border-right: 1px solid #111;
    border-radius: 0;
    padding: 0;
}
#store .map_wrap #menu_wrap .option {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-bottom: 1px solid #ddd;
    background-color: #000;
    color: #fff;
}
#store .map_wrap #menu_wrap .option > div {
    width: 100%;
}
#store .map_wrap #menu_wrap .option .schBoxWrp {
    position: relative;
    display: flex;
    gap: 2px;
}
#store .map_wrap #menu_wrap .option .schBoxWrp button {
    height: 100%;
    background-color: transparent;
    border: 0px;
    color: #fff;
    background-color: #ff5606;
    border-radius: 0 0 4px 0;
    z-index: 4;
    width: 80px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}
#store .map_wrap #menu_wrap .option .schBoxWrp i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    width: 15px;
}
#store .map_wrap #menu_wrap .option .schBoxWrp .form-control {
    padding: 8px 15px;
    padding-left: 25px;
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 0px;
    height: 42px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #aaa;
    background-color: transparent;
    width: calc(100% - 82px);
    color: #fff;
}
#store .map_wrap #menu_wrap #placesList_wrp {
    overflow-y: scroll;
    height: calc(100% - 80px);
}
#store .map_wrap #menu_wrap #placesList_wrp #pagination {
    padding: 15px 20px;
    padding-top: 10px;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList {
    padding: 0 20px 20px;
    padding-bottom: 0px;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .item .markerbg {
    background: none;
    display: none;
}
#placesList .item {
    border-color: #ddd !important;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info {
    padding: 15px 0;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info span {
    font-size: 15px;
    color: #111;
}
#store .map_wrap #menu_wrap #placesList_wrp #placesList .info .tel {
    color: #ff5606;
}
@media (max-width:768px) {
    #store .map_wrap {
        flex-wrap: wrap;
        height: 760px;
    }
    #store .map_wrap #menu_wrap .option {
        height: 60px;
    }
    #store .map_wrap #map {
        order: 1;
        height: 350px !important;
    }
    #store .map_wrap #menu_wrap {
        order: 2;
        width: 100%;
    }
    #store .map_wrap #menu_wrap .option .schBoxWrp .form-control {
        height: 40px;
        font-size: 16px;
        width: calc(100% - 62px);
    }
    #store .map_wrap #menu_wrap #placesList_wrp {
        height: 350px;
    }
    #store .map_wrap #menu_wrap .option .schBoxWrp button {
        height: 40px;
        width: 60px;
        font-size: 14px;
    }
    #store .map_wrap #menu_wrap #placesList_wrp #placesList .info h5 {
        font-size: calc(100vw * (26 / 500));
    }
    #store .map_wrap #menu_wrap #placesList_wrp #placesList .info span {
        font-size: calc(100vw * (20 / 500));
        color: #111;
    }
}


/* header */
html.subPage #header.header-transparent .header-body .lo_wrp  {
    width: 350px;
}
html.subPage #header.header-transparent .header-body .mn_wrp {
    width: calc(100% - 350px);
    position: relative;
    position: relative;
    bottom: auto;
    left: auto;
}