html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;

}

body {
    margin: 0;

}

hr {
    display: none;
}

.wholePage_PT {
    height: calc(100% - 90px);
    width: 100%;
    position: relative;
    display: table;
}





.mainContent {
    padding-top: 90px;
    width: 100%;
    overflow-x: hidden;
}




.mainContent .title {
    text-align: center;
    position: relative;
    margin-bottom: 2%;
}

.mainContent .title .titleContent {
    margin: 0 auto;
    position: relative;
    color: white;
    text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
    position: relative;
    font-size: 60px;
    font-weight: bold;
    z-index: 2;
    display: inline-block;
}

.mainContent .title .titleContent:after {
    content: "";
    position: absolute;
    background-color: #CEC4A4;
    height: 0.2em;
    width: 100%;
    left: 0;
    bottom: 5px;
    z-index: -1;
}


.mainContent .title .titleContent highlight {
    position: absolute;
    background-color: #CBC1A1;
    height: 0.5em;
    width: 100%;
    left: 0;
    bottom: 0.5em;
    z-index: -1;
}



.mainContent .aboutDiv {
    max-width: 1400px;
    margin: 1% auto 0 auto;
}

.mainContent .aboutContent {
    background-color: #F3F3F3;
    border: 1px solid #CBC1A1;
    padding: 2%;
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify;
    font-size: 24px;
}

.mainContent .aboutContent span {
    text-indent: 2em;
}





.mainContent .serviceContainer {
    max-width: 1400px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-direction: column;
}

.mainContent .serviceContainer h3 {
    margin: 0;
    font-size:
}

.mainContent .serviceContainer .ContainerRow {
    height: auto;
    padding: 1% 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mainContent .serviceContainer .ContainerRow:nth-child(2) {
    justify-content: center;
}



.mainContent .serviceItem {
    height: 90px;
    flex: 0 0 30%;
    max-width: 30%;
    background-color: #FFFFFF;
    border: 1px solid #CBC1A1;
    padding: 1%;
    position: relative;
    display: flex;
    flex-direction: row;

}

.mainContent .serviceItem .serviceDiv {
    display: table;
    position: relative;
    height: 100%;
    table-layout: fixed;
    border-spacing: 5px;
}

.mainContent .serviceContainer .ContainerRow:nth-child(2) .serviceItem {
    margin: 0 1%;
    flex: 0 0 40%;
    max-width: 40%;
}

.mainContent .serviceContainer .ContainerRow:nth-child(2) .serviceItem .wordDiv,
.mainContent .serviceContainer .ContainerRow:nth-child(2) .serviceItem .imgDiv {
    vertical-align: middle;
}

.mainContent .serviceItem .imgDiv {
    width: 50px;
    margin-right: 5%;
    position: relative;
    display: table-cell;
}

.mainContent .serviceItem .imgDiv img {
    height: 50px;
    width: 50px;
}


.mainContent .serviceItem .wordDiv {
    word-break: break-all;
    margin-left: 5%;
    display: table-cell;
    vertical-align: top;
}







.mainContent .bottomSider {
    text-align: center;
    width: 100%;
    bottom: 0;
    font-size: 28px;
    font-weight: bold;
    color: #4B4B4B;
    position: absolute;
    height: 100px;
    bottom: 0;
    left: 0;
}

.mainContent .bottomSider img {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}







.mainContent .storemapContainer {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.mainContent .storemapContainer iframe {
    width: 100%;
    height: 100%;
    border-style: none;
}

.mainContent .introContainer {
    display: table;
    position: relative;
    height: 100vh;
    width: 100%;
}

.mainContent .introContainer .bannerRow {
    display: table-row;
    position: relative;
    height: 100%;

}

.mainContent .introContainer .bannerTable {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(../img/meg_shop/Header-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mainContent .introContainer .bannerTable .leftContent,
.mainContent .introContainer .bannerTable .rightContent {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.mainContent .introContainer .bannerTable .leftContent {
    width: 50%;
}

.mainContent .introContainer .bannerTable .leftContent .wordDiv {
    display: block;
    margin: 0 auto;
    width: 50%;
    font-size: 24px;
    text-align: justify;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 5%;
}

.mainContent .introContainer .bannerTable .rightContent {
    width: 50%;
}

.mainContent .introContainer .bannerTable .rightContent .imgDiv {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 5%;
}

.mainContent .introContainer .bannerTable .rightContent .imgDiv img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: 700px;
}
