@charset "UTF-8";
@import url("/upload/10/service/a/14_10/minihome/4_10/scripts/font.css");
@import url("/upload/10/service/a/14_10/minihome/4_10/scripts/reset.css");

#wrap {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.left {
    display: none;
}

header {
    position: relative;
    width: 98%;
    margin: 1% auto 0 auto; 
}

.mainImage {    
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-size: contain;    
}

.mainImage:hover {
    cursor: pointer;
}

.mainImage > img.pcimg {
    width: 100%;
    display: inline-block;
}

.mainImage > img.mbimg {
    width: 100%;
    display: none;
}

h1 {
    display: none;
}

header .left h1 a {display:block; width: 60px; height:60px; background: url("/upload/10/service/a/14_10/minihome/images/logo.png") no-repeat; background-size: contain; color: transparent;}

.dim {display: none; position: fixed; left: 0; top: 0; z-index: 100; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);}

#barMenu1 {
    position: relative;
    width: 100%; 
}

.bar-menu {
    position: relative;
    height: 55px;
    margin: 10px 0;
    cursor: pointer;
    overflow: hidden
}

.bar-menu ul.menu-body {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-around;
    height: 45px;
}

.bar-menu ul.menu-body li {
    float: left;
    width: 19%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #3766a9;
    display: inline-block;
    border-radius: 6px;
    background-color: rgb(243, 243, 243);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.bar-menu ul.menu-body li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.98em;
    font-weight: 600;
    color: #3766a9;
}

.bar-menu ul.menu-body li a:active,
.bar-menu ul.menu-body li a:hover,
.bar-menu ul.menu-body li:hover {
    color: #fff
}

.bar-menu ul.menu-body li.select {
    background-color: #2e94fc
}

.bar-menu ul.menu-body li.select a {
    color: #fff
}

.bar-menu ul.menu-body li.over {
    background-color: #2e94fc
}

.bar-menu .bar {
    width: 0;
    height: 3px;
    background-color: #3766a9;
    position: absolute;
    top: 90%;
    left: 0;
    bottom: 0
}

main {
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid rgb(0 0 0 / 0.1);       
}

main > section {
    width: 100%;
}

main > section > h2 {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 2% 0 0 0;
    padding: 0 0 0 9%;
    font-family: Lato;
    font-size: 1.8em;
    font-weight: 500;
    color: #fff;
    background-color: #0e4387;
    position: relative;
    transition: all .5s ease-in;
}

main > section > h2::before {
    content: "  ";
    position: absolute;
    display: inline-block;
    width: 6.4%;
    height: 50px;
    margin: 0 0 0 -9%;
    padding: 0;
    background-color: #ff9c00;
}

main > section > article {
    width: 98%;
    margin: 0 1%;
    padding: 2% 0 4% 0;
}

footer {
    width: 98%;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
}

footer div.pcfoot {
    display: block;
} 

footer div.mobilefoot {
    display: none;
}