#container {
    /* box-sizing: initial; */
    /* overflow: initial; */
}
#mainWrapper {
    font-weight: 700;
    height: 100%;
}
#TWrapper {
    position: relative;
    width: 100%;
}
#googlemap {
    /* width: 90%; */
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.anchorBL {
    display: none;
}
#shopInfoLB {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#shopInfoLB.show {
	z-index: 999;
	opacity: 1;
}

.LBLayer {
    background-color: #FFF;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
}

#mapWrapper {
    position: relative;
    margin-bottom: 8%;
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.LBContentWrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #FFFFFF;
    border: 6px solid #E1E1E1;
    padding: 2% 2.5%;
}
#shopInfoContent :last-child {

margin-bottom: 0;
}
#shopInfoContentWrapper {
    max-height: 200px;
    overflow: hidden;
}
.btnClose.LBClose {
    /* background-color: yellow; */
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.infoHeader {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}
.shopnoText.show {
    display: inline-block;
}

.shopnoText {
    display: none;
}
#regionListWrapper {
    text-align: right;
    /* padding-top: 68px; */
}

.districtGroup {
    display: none;
}

#serviceTitle, #districtTitle {
    font-size: 15px;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
}



#districtWrapper {
   /* background-color: #F7F7F7;*/
}

#regionWrapper, #districtWrapper {
    padding: 4% 3%;
    float: left;
    width: 45.5%;
    position: relative;
}


.regionTitle {
    /* margin-bottom: 3%; */
    padding-right: 6%;
}
.selectTxt.active .regionTitle {
    padding-right: 0;
}
.regionTitle, #districtTopListWrapper {
    font-size: 25px;
    line-height: 1.75em;
}

.areaGroup.active .regionName {
    /* background-color: #F7F7F7; */
    padding: 1% 6%;
}

#regionWrapper {
    padding-right: 0;
}

.areaGroup.active .regionTitle {
    margin-right: 0;
}
.regionTitle{
	color: #929292;
	position: relative;
}
.selectTxt.active .regionTitle, .regionTitle:hover{
	color: #000000;
	-webkit-transition: all .5s ease-out; 
	-ms-transition: all .5s ease-out; 
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.regionTitle:after, .selectTxt.active .regionTitle:after{
	content:'';
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	display: block;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background-color: #F4F4F4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #F4F4F4 , #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #F4F4F4, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left ,#F4F4F4, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left,#F4F4F4, #FFFFFF); /* Standard syntax */

}
.regionTitle:hover:after, .selectTxt.active .regionTitle:after{
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
}
.districtContentWrapper {
    display: none;
    width: 100%;
    text-align: center;
	font-size: 21px;
}
.areaGroup, .popupshopAddr, .districtTitle{
    color: #929292;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.areaGroup.active, .districtContentWrapper.active {
    display: block;
}
ul.districtContentWrapper.active {
    display: none;
}
.areaGroup.active, .districtTitle.active, .regionTitle:hover, .districtTitle:hover{
    color: #000000;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
li.groupingdistrictItem {
    float: left;
    vertical-align: top;
    width: 33%;
    text-align: left;
    font-size: 22px;
}

ul.groupingDistrictList {
    width: 100%;
    position: relative;
}
.regionTitle, .districtTitle:hover{
    cursor: pointer;
}
img.popupshopThumb {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.popupShopInfo {
    display: inline-block;
    width: 70%;
    /* top: -50%; */
    /* transform: translateY(50%); */
    /* -webkit-transform: translateY(50%); */
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    /* transform: translateY(50%); */
    vertical-align: middle;
}

.infoWrapper {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
}

.popupbtnShopInfo {
    text-align: right;
    bottom: 0;
    float: right;
    text-decoration: none;
    color: #000000;
}

.shopAddr {
    margin-bottom: 3%;
}

.popupshopAddr {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4%;
}

.popupshopName, .popupbtnShopInfo {
    font-weight: 700;
}
.popupshopName {
    margin-bottom: 1%;
}

#shopListTitle {
    width: 30%;
    text-align: center;
    border-bottom: 1px solid #000000;
    line-height: 0.1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 4%;
}

#shopListTitle span {
    padding: 10px;
    background-color: #FFFFFF;
}

#shopThumbListWrapper {
    width: 80%;
    position: relative;
    /* display: table; */
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 10%;
}

ul#shopThumbList {
    width: 100%;
    position: relative;
    display: table;
}

li.shopThumbListItem {
    display: table-cell;
    border: 1px solid #F3F3F3;
    position: relative;
    text-align: center;
    float: left;
    transition: .5s;
    width: 25%;
    height: 0;
    padding-bottom: 24%;
    box-sizing: border-box;
}
.itemredirect {
    color: #000000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}
.thumbnail {
    width: 100%;
    position: relative;
    margin-top: 12%;
}



.thumblistArea1 {
    font-weight: 400;
    margin-bottom: 3%;
    font-size: 18px;
}

.thumblistArea2 {
    font-weight: 700;
    font-size: 18px;
}

#BWrapper .districtTitle {
    display: inline-block;
    /* padding: 0 4%; */
    margin: 0 4%;
    color: #000000;
}

#districtListWrapper {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: none;
}
#shopType {
    display: block;
}

#menuContent a.submenuItem {
    color: #929292;
}
#menuContent a.submenuItem.active {
    color: #000000;
}
#BWrapper #districtListWrapper {
    padding-bottom: 10%;
    font-size: 30px;
}
#BWrapper .districtTitle.active{
    /* border-bottom: 2px solid #000000; */
}
#BWrapper .districtTitle:after {
    display: block;
    content: '';
    border-bottom: solid 3px #000000;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: transform 250ms;
    -webkit-transition: -webkit-transform  250ms;
    -ms-transition: -ms-transform  250ms;
    -o-transition: -o-transform 250ms;
}
#BWrapper .districtTitle:hover:after, #BWrapper .districtTitle.active:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
#BWrapper .districtTitle:hover:after{
	 border-bottom: 3px solid #929292;
}
#BWrapper .districtTitle:hover {
    color: #929292;
}
.btndistCtrl{
    display: none;
    width: 15px;
    height: 22px;
}

.leaflet-bottom.leaflet-right{
 display: none;
}
@media screen and (max-width: 1599px) {
    #regionListWrapper{
        padding-top:0;
    }
    #serviceTitle, #districtTitle{
        opacity: 1;
    }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
    li.groupingdistrictItem{
        width: 46%;
    }
    .thumblistArea1, .thumblistArea2 {
        font-size: 15px;
    }
    /*#serviceTitle{
        display: block;
    }*/
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    li.groupingdistrictItem{
         width: 100%;
    }
    li.shopThumbListItem {
        width: 32%;
        padding-bottom: 32%;
    }
    #BWrapper #districtListWrapper{
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
	#container {
		box-sizing: initial;
		overflow: initial;
		height: auto;
	}
	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0px; 
	}
    #serviceTitle{
        display: block;
        margin-left: 10px;
        margin-top: 15px;
    }
    li.shopThumbListItem {
        width: 49%;
        padding-bottom: 49%;
    }
    #districtWrapper {
        display: none;
        width: 0;
        padding: 0;
    }

    .areaGroup.active .districtGroup {
        display: block;
    }

    #regionWrapper {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0;
    }

    #regionListWrapper {
        text-align: left;
        margin-left: 10px;
        margin-bottom: 15px;
    }

    .areaGroup.active .regionName {
        background-color: transparent;
        padding: 0;
    }

    #TWrapper .districtTitle {
        font-size: 22px;
        margin-left: 5%;
        line-height: 1.5em;
    }
    .thumbnail {
        margin-bottom: 6%;
        margin-top: 6%;
    }

    .thumblistArea1, .thumblistArea2 {
        font-size: 14px;
    }

    .shopContent {
        position: relative;
        margin-bottom: 10%;
    }

    #shopListTitle {
        width: 80%;
    }
    .LBContentWrapper{
        width: 80%;
    }
    img.popupshopThumb {
        width: 50%;
    }

    .popupShopInfo {
        width: 100%;
    }
    #BWrapper .districtTitle {
        display: none;
        margin: 0;
        font-size: 22px;
    }

    #BWrapper .districtTitle.active {
        /* border-bottom: 2px solid #000000; */
        padding: 0;
    }
    #BWrapper .districtTitle{
        display: none;
    }
    #BWrapper .districtTitle.show{
        display: inline-block;
    }  
    .btndistCtrl {
        width: 15px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }


    #districtList {
        display: inline-block;
        padding: 0 8%;
        vertical-align: bottom;
    }
}

/* @media screen and (max-width: 420px) {
    li.shopThumbListItem {
        height: auto;
        padding-bottom: 0;
    }
} */