#TopBannerWrapper {
    /* background-image: url(../../images/aboutus/P1.jpg); */
    /* margin-bottom: 30%; */
    margin-bottom: 5%;
}
#shopListWrapper{
    /* background-image: url(../../images/aboutus/P2.jpg); */
}
.fullBanner {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 100%; */
}

#aboutContentWapper {
    width: 78%;
    background-color: #FFF;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 2% 2%;
    /* padding-bottom: 6%; */
    z-index: 10;
    margin-top: -20%;
}
#container {
    /* box-sizing: initial; */
    /* overflow: initial; */
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
.mCSB_inside > .mCSB_container{
    margin-right: 0px;
    /* left: 10px!important; */
}
#mainWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.pageTitle {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}

#aboutTitle {
    margin-bottom: 3%;
}

#aboutHeader {
    font-weight: 700;
    margin-bottom: 9%;
}

#companyName {
    font-size: 43px;
    margin-bottom: 5%;
}

#companyTitle1 {
    font-size: 30px;
    margin-bottom: 1%;
}

#companyTitle2 {
    font-size: 19px;
    line-height: 1.5em;
}

#companyDesc {
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.75em;
    font-size: 16px;
    font-weight: 400;
    /* white-space: pre-wrap; */
}
.bgBanner {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    /* background-position: center center; */
    /* max-height: 656px; */
	padding-top: 46%;
    margin-bottom: 7%;
}
.bgBanner img {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left:0;
	z-index:0;
}

.bgLayer {
    background-color: #F4F4F4;
    width: 92%;
    height: 100%;
    position: absolute;
    top: -60px;
    padding-bottom: 60px;
}
.areaGroupWrapper.even .bgLayer {
    right: 0;
}
.areaGroupWrapper.odd .bgLayer {
    left: -25%;
}
#shopListContent {
    font-weight: 700;
    width: 98%;
    padding-top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: table;
}

.leftTitle {
    font-size: 25px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: relative;
    z-index: 100;
}
.rightList {
    width: 75%;
    display: inline-block;
}
.areaGroupWrapper {
    display: inline-block;
    width: 90%;
    text-align: left;
    vertical-align: top;
    position: relative;
    padding-right: 10%;
    margin-bottom: 10%;
}

.seviceGroup {
    text-align: center;
    padding-top: 0px;
    position: relative;
    height: auto;
}

.areaContentWrapper {
    z-index: 10;
    position: relative;
}

.areaGroup {
    width: 100%;
    border-bottom: 1px solid #929292;
    margin-bottom: 30px;
}

.regionTitle {
    font-size: 25px;
    padding-bottom: 16px;
}
.districtGroup {
    font-size: 21px;
    margin-bottom: 4%;
}

ul.shopInfoList {
    padding-left: 5%;
    font-size: 20px;
    width: 100%;
    display: table;
    max-width: 840px;
}

.area {
    font-size: 15px;
    font-weight: 400;
    color: #a6a6a6;
}

.shopDetailsItem {
    /* display: inline-block; */
    /* width: 45%; */
    margin-bottom: 20px;
    float: left;
    display: table-cell;
    /* white-space: nowrap; */
    margin-right: 5%;
    transition: .5s;
    min-width: 40%;
}
.shopinfo {
    text-decoration: none;
}
.districtGroupWrapper {
    margin-bottom: 30px;
}
.shopName {
    margin-bottom: 1%;
    color: #000000;
}

.come-in{
    animation: listInY 1s ease-out forwards;
    -webkit-animation: listInY 1s ease-out forwards;
    -ms-animation: listInY 1s ease-out forwards;
    -moz-animation: listInY 1s ease-out forwards;
    -o-animation: listInY 1s ease-out forwards;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
}


.already-visible {
    animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
    #aboutContentWapper {

    }

    #TopBannerWrapper {
        
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {


}

@media screen and (max-width: 767px){
    #mainWrapper {
        padding-top: 60px;
    }
    #aboutContentWapper {
        margin-top: -23%;
        width: 85%;
    }
    .areaGroupWrapper {
        display: block;
        /* margin-left: 8%; */
    }

    .leftTitle {
        display: block;
        margin-bottom: 7%;
        width: 50%;
        text-align: left;
        font-size: 22px;
    }
    .shopDetailsItem:nth-child(2n) {
        margin-right: 0;
    }

    .seviceGroup {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .shopDetailsItem {
        width: 100%;
    }
    #companyName {
        font-size: 33px;
    }

    #aboutTitle {
        margin-bottom: 15%;
        font-size: 14px;
        margin-left: 10px;
        padding-top: 10px;
    }

    #companyTitle1 {
        font-size: 23px;
        margin-bottom: 2%;
    }

    #companyTitle2 {
        font-size: 12px;
    }
    .bgLayer {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .areaGroupWrapper.odd .bgLayer {
        left: 0;
    }

    .rightList {
        width: 90%;
    }

    #companyDesc {
        font-size: 15px;
        line-height: 1.25em;
    }

    .regionTitle {
        font-size: 21px;
    }

    .districtGroup {
        font-size: 18px;
    }

    ul.shopInfoList {
        font-size: 18px;
    }

    .area {
        font-size: 12px;
    }
}