.loading { 
	display:inline-block;
	position:fixed;
	left:50%;
	top:50%;
    display:none;
    z-index: 1000;
}

.locationWrap {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: 65%;
    background-color: #f3f3f3;
    border-radius: 24px;
    padding: 7px 0;
}

.myAreaContainer .searchWrap {
    width: 100%;
    position: relative;
    text-align: center;
}

.myareaTop .myAreaAddress .searchWrap {
    width:100%;
    text-align: center;
    position:relative;
}

.myAreaAddress {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 10px solid #eee;
    background-color: #f9f9f9;
    padding: 10px 0px;
}

.myAreaAddress .myAreaCurrent {
    display: inline-flex;
    padding: 0px 45px 8px;
    border-bottom: 2px solid #131313;
    color: #131313;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    align-items: center;
    cursor: pointer;
}

.myAreaAddress .myAreaCurrent img {
    width: 24px;
    margin-right: 16px;
    cursor: pointer;
    height: 24px;
}

.myAreaLabel {
    color: #6e6e6e;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 20px;
    margin-top: 6px;
    font-weight: normal;
}

.myareaTop #mapSearchBtn {
    position: absolute;
    top: 30px;
    z-index: 10;
    left: 7px;
    padding: 8px 10px;
    background-color: #424242;
    border: 2px solid #fff;
    border-radius: 7px;
    cursor: pointer;
}

.myareaTop #mapSearchBtn img {
    width: 18px;
    height: 17px;
    top: -1px;
    position: relative;
} 

.myareaTop #searchMap {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    display:none;
}

.myareaTop #searchMap input {
    border: 2px solid #131313;
    padding: 10px 33px 10px 10px;
    border-radius: 8px;
    box-sizing: border-box;
}

.myareaTop #searchMap button {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 9px 8px;
}

.myareaTop #searchMap button img {
    width: 18px;
    height: 17px;
    position: relative;
    top: -1px;
}

.myareaTop .setLocation {
    padding: 11px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #131313;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 0;
}

.fixedSetLocation {
    padding: 11px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #131313;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    z-index: 101;
    display: none;
}

.myAreaReset2 {
    width: 48px;
    height: 48px;
    z-index: 20;
    left: 7px;
    cursor: pointer;
    display: block;
    position: relative;
    bottom: 40px;
}

.myareaTop .myAreaReset {
    width: 48px;
    height: 48px;
    z-index: 20;
    left: 7px;
    cursor: pointer;
    position: absolute;
    top: 287px;
    bottom: unset;
}

.myAreaReset img, .myAreaReset2 img {
    max-width:100%;
}

.myareaChange {
    bottom: 70px !important;
}

.myareaChange2 {
    position: absolute !important;
}

.btnWrap {
    width: 100%;
    position: fixed;
    bottom: 27px;
    background: transparent;
    z-index: 10;
    text-align: center;
}

.btnWrap2 {
    width: 100%;
    position: fixed;
    bottom: 27px;
    background: transparent;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.changeBtn {
    display: inline-flex;
    background-color: #fff;
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid #b1b1b1;
    box-shadow: 1px 3px 8px grey;
}

.changeBtn2 {
    display: inline-flex;
    background-color: #fff;
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid #b1b1b1;
    box-shadow: 1px 3px 8px grey;
}

.changeBtn i, .changeBtn2 i {
    margin-right: 5px;
    font-size: 14px;
}

.infoName {
    font-size:17px;
    color:#3a3a3a;
    font-weight:400;
    position: relative;
}

.favoriteWrap {
    position: absolute;
    right: 0px;
    top: 3px;
    cursor:pointer;
}

.addFavorite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.addFavorite img {
    width: 25px;
    height: 21px;
}

.favoriteWrap span {
    font-size: 12px;
    color: #b0b0b0;
    font-weight: 300;
}

.infoSub {
    color:#3a3a3a;
    font-size:14px;
    font-weight:400;
    margin-top: 2px;
    display:inline-flex;
}

.infoSub span {
    display:inline-flex;
    margin-right:8px;
}

.infoSub .infoSubReview img {
    position: relative;
    top: -2px;
}

.infoSub img {
    width:13px;
    margin-right:2px;
    height: 20px;
}

.priceOrigin {
    font-size: 13px;
    color: #b0b0b0;
    text-decoration: line-through;
    text-align: right;
}

.priceDiscount {
    font-size: 17px;
    color: #f7323f;
    font-weight: 400;
}

.myAreaDataLoad {
    border:1px solid #ddd;
    color:#838383;
    padding:5px;
    font-size:13px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
}

.myAreaDataLoad span {
    color:#f7323f;
    font-weight: 400;
}

.myAreaHead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
    border-bottom: 0;
    margin: 20px 0;
}

.myAreaFilterSelect {
    width: 100%;
    position: relative;
    display: flex;
    top: -2px;
}

.myAreaFilterSelect label {
    position: relative;
    min-height: 20px;
    display: block;
    padding-left: 24px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.myAreaFilterSelect label span {
    position: relative;
    top: 48%;
    transform: translateY(-50%);
    left:-4px;
}
.myAreaFilterSelect label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4.3px;
    margin: 4px;
    width: 11px;
    height: 11px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 1px solid #b0b0b0;
}
.myAreaFilterSelect label:after {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    position: absolute;
    top: 10px;
    left: 6px;
}
.myAreaFilterSelect input[type=checkbox] {
    width: auto;
    opacity: 1e-8;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.myAreaFilterSelect input[type=checkbox]:checked ~ label:before {
    border: 1px solid #f7323f;
    background-color: #f7323f;
}
.myAreaFilterSelect input[type=checkbox]:checked + label:after {
    transform: rotate(-45deg) scale(1);
}
.myAreaFilterSelect input[type=checkbox]:focus + label::before {
    outline: 0;
}

.myAreaFilterSelect label, .myAreaFilterSelect input {
    cursor:pointer;
    font-size:17px;
    color:#000;
}

.myAreaFilterSelect input {
    margin-right:15px !important;
    zoom:1.5;
    position: relative;
    top: -1px;
}

.myAreaFilterSelect span {
    color: #131313;
    font-size: 13px;
}

.myareaTop .myAreaFilter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
    background-color: #fff;
    padding: 20px 35px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px #d5d5d5;
}

.myareaTop .myAreaFilterTitle {
    width: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    color: #3c2728;
    font-size: 17px;
    font-weight: bold;
}

.myareaTop .myAreaFilterTitle::after {
    content: " ";
    width: 2px;
    height: 13px;
    background-color: #f7323f;
    margin: 0 12px 0 22px;
    position: relative;
    left: -1px;
}

.myareaTop .myAreaFilterSelect div {
    padding-right: 17px;
}

.myareaTop #updateTheme {
    background-color: #131313;
    color: #fff;
    min-width: max-content;
    padding: 4px 15px;
    font-weight: 400;
    position: relative;
    top: 0px;
    outline: 0;
    border: 0;
    border-radius: 5px;
}

.myAreaOrder span {
    color:#999;
    font-size:13px;
    position: relative;
    top: 2px;
}

.customOverlay {
    display: table;
    table-layout: auto;
    padding: 4px;
    border-radius: 23px;
    border: 1px solid #0475f4;
    /* border: 1px solid #ff4751; */
    background: #fff;
}

.customOverlay .spot {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-color: #0475f4 transparent transparent;
    /* border-color: #ff4751 transparent transparent; */
    border-style: solid;
    border-width: 6px 4px 0;
    pointer-events: none;
}

.customOverlay .spot::before {
    opacity: .1;
    position: absolute;
    bottom: -2px;
    left: -5px;
    width: 10px;
    height: 3px;
    background-color: #000;
    filter: blur(1px);
    content: "";
}

.customOverlay .spot::after {
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    position: absolute;
    top: -9px;
    left: -6px;
    content: "";
}

.customOverlay .marker {
    background-color: #0475f4;
    /* background-color: #ff4751; */
    display: inline-flex;
    width: 28px;
    height: 28px;
    font-size: 0;
    color: transparent;
    border-radius: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.customOverlay .marker i {
    font-size: 19px;
    color: #fff;
}

.customOverlay .label {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 9px 0 5px;
}

.customOverlay .label .storeName {
    font-size: 13px;
    margin: -2px 0;
    letter-spacing: -.4px;
    font-weight: 500;
}

.customOverlay .label .price {
    font-size: 10px;
    line-height: 11px;
    margin-top: -2px;
    color: #666;
    letter-spacing: -.27px;
}

.storeInfo {
    display: block;
    z-index: 10;
    margin: 12px 20px -12px;
}

.infoContainer {
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    max-width: 550px;
    box-shadow: 1px 3px 8px grey;
}

.infoContainer a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

.infoImg {
    width: 30%;
    height: 120px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    align-items: center;
}

.infoImg img {
    max-width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.infoText {
    width: 70%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infoText .row {
    margin-bottom: -2px;
}

.infoText .row:first-child {
    margin-bottom: 0px;
}

.infoText .row:last-child {
    margin-top: 4px;
}

.infoText .row .theme {
    color: #ff4157;
    font-size: 12px;
}

.infoText .row .name {
    font-size: 16px;
    font-weight: 500;
}

.infoText .row .address {
    font-size: 13px;
}

.infoText .row .label {
    font-size: 15px;
    font-weight: 500;
    display: none;
}

.infoText .row .price {
    color: #ff4751;
    font-size: 15px;
    font-weight: 500;
}

.m-only {
    display: none !important;
}

@media screen and (max-width:480px) {
    .m-only {
        display: block !important;
    }

    .myareaTop .myAreaCurrent {
        display: flex;
        padding: 0 8px 11px;
        border-bottom: 2px solid #000;
        font-size: 17px;
        margin-top: 35px;
        margin-bottom: 18px;
    }
    
    .myareaTop .subTitle {
        margin-bottom: 25px;
        color: #6e6e6e;
        font-size: 13px;
        text-align: center;
        font-weight: normal;
    }

    .myareaTop .myAreaFilter {
        width: 90%;
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 7px;
        text-align:center;
        display: none;
    }

    .myareaTop .myAreaFilterTitle {
        display: none;
    }

    .myareaTop #map {
        border-radius: 0 !important;
    }

    .myareaTop .setLocation {
        border-radius: 0px;
    }

    .myAreaContents {
        padding:0;
    }
    
    .myAreaContents .myAreaRow .myAreaInfo .infoAddr::after {
        display: none;
    }

    .infoSubHit, .favoriteWrap, .infoSubject {
        display:none !important;
    }

    .myAreaThumb {
        min-width:unset;
        max-width:31%;
        height:122px;
    }

    .infoName a {
        max-width: 60%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display:inline-block;
    }

    .thumbImgRecom {
        top: -6px;
        width: 30px;
    }

    .thumbFooterText {
        font-size:13px;
    }

    .thumbFooterText img {
        top: -17px;
        left: 5%;
        width: 2.3em;
    }

    .infoPrice {
        position: static;
        flex-direction: row;
        align-items: center;
        padding-top:5px;
    }
    
    .priceDiscount {
        color:#3a3a3a;
        padding-left: 8px;
        position: relative;
        top: -1px;
    }

    .myAreaDataLoad {
        margin-bottom: 30px;
        padding:10px;
    }

    .myAreaCurrent {
        margin-bottom:30px;
    }

    .search-box {
        display:none !important;
    }

    .myAreaContainer {
        margin-top:30px;
    }

    .setLocation {
        padding:8px 0;
    }

    .hashTag:nth-child(4n), .hashTag:nth-child(5n) { display:none }

    .myAreaFilterTitle, .myAreaOrder { display:none; }

    .myAreaFilterSelect {
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
        padding: 0 0 7px;
    }

    .myAreaFilterSelect div {
        flex-basis: 33%;
    }

    .myAreaFilterHead {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0px 15px;
        align-items: center;
    }

    .myAreaOrderM span {
        color:#292827;
    }

    .myAreaFilterBtn {
        cursor:pointer;
    }

    .myAreaFilterBtn img {
        width: 87px;
        height: 29px;
    }

    .myAreaHead {
        flex-direction: column;
        border-bottom: 10px solid #eee;
        background-color: #f9f9f9;
        margin: 0;
        padding: 10px 0;
    }

    #updateTheme {
        width:100%;
        box-sizing: border-box;
        margin:0;
        padding:5px;
    }

    .infoName {
        height:24px;
    }

    .priceOrigin {
        color:#757575;
        text-decoration-color: #757575;
    }

    .thumbImgRecom img {
        height:16px;
    }

    .infoImg {
        width: 37%;
        height: auto;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    
    .infoText {
        width: 63%;
    }
}

@media screen and (min-width:480px) {
    .myAreaFilterHead { display: none; }
    
}

@media screen and (min-width: 870px) {
    .myareaChange {
        width: 870px;
    }
    
    .myAreaContainer .myareaChange {
        width: 1250px;
    }
}

.psDataCenter {
    display:flex;
    align-items:center;
}

.psNoPadding {
    padding:0;
}