@charset "UTF-8";
@import url("/upload/10/service/a/14_10/minihome/1_10/scripts/font.css");
@import url("/upload/10/service/a/14_10/minihome/1_10/scripts/reset.css");

#wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

header {
    position: relative;
    max-width: 1280px;
    height: 419px;
    margin: 0 auto    
}

.left {
    display: none;
}

.mainImage {    
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(/upload/10/service/a/14_10/minihome/images/patternL.png) no-repeat bottom left, url(/upload/10/service/a/14_10/minihome/images/patternR.png) no-repeat top right, linear-gradient(to bottom right, #fefefe, #dee2ef);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

h1 {
    display: none;
}

header .linebox {
    position: absolute;
    bottom: 7%;
    top: 7%;
    width: 93%;
    height: 86%;
    margin: 0 3%;
    border-top: 4px solid rgba(218, 218, 218, 0.6);
    border-bottom: 4px solid rgba(218, 218, 218, 0.6);
    border-right: 4px solid rgba(218, 218, 218, 0.6);
    border-left: 4px solid rgba(218, 218, 218, 0.6); 
}
.mainImage img {
    margin-top: 78px;
}

.mainImage .mainTitle {
    position: relative;
    margin-top: 1.5%;
    font-size: 4.2em;
    font-weight: 700;
    color: #33348c;
    letter-spacing: -0.079em;
}

.mainImage .mainInfo_m {
    display: none;
}

.mainImage .mainInfo {
    position: relative;
    margin-top: 2.5%;
    font-size: 1.4em;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.079em;
    z-index: 2;
}

.mainImage .mainInfo span:nth-child(2) a:hover {
    color: #e81c42
}

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;
    max-width: 1280px;   
}

.bar-menu {
    position: relative;
    height: 60px;
    margin: 15px 0;
    cursor: pointer;
    overflow: hidden
}

.bar-menu ul.menu-body {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-around
}

.bar-menu ul.menu-body li {
    float: left;
    width: 200px;
    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: #8ab8c4
}

.bar-menu ul.menu-body li.select a {
    color: #fff
}

.bar-menu ul.menu-body li.over {
    background-color: #8ab8c4
}

.bar-menu .bar {
    width: 0;
    height: 3px;
    background-color: #3766a9;
    position: absolute;
    top: 52px;
    left: 0;
    bottom: 0
}

main {
    position: relative;
    top: 80px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 30px;
    background-color: #e6e7e7;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

main section {
    width: 94%;
    margin: 0 auto;
    padding: 10px;
    background: rgba(255,255,255,0.6);
    border-top: 4px solid rgba(255,255,255,0.8);
    border-bottom: 4px solid rgba(255,255,255,0.8);
    border-right: 4px solid rgba(255,255,255,0.8);
    border-left: 4px solid rgba(255,255,255,0.8);
}

main section h2 {
    font-family: Lato;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 500;
    color: #3766a9;
    margin: 0 10px 20px 10px;
    letter-spacing: -3px;
    border-bottom: 1px solid #3766a9;
    background-color: transparent;
    display: none
}

footer {
    position: relative;
    top: 70px;
    width: 100%;
    height: 130px;
    margin: 3% auto;
    text-align: center;
}

footer div.pcfoot {
    display: block;
} 

footer div.mobilefoot {
    display: none;
}