@charset "UTF-8";
@import url("/upload/10/service/a/14_10/minihome/9_10/scripts/font.css");
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url("/upload/10/service/a/14_10/minihome/9_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;    
    cursor: pointer;
}


.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: 16.3%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #0f389e;
    display: inline-block;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    font-family: 'NanumSquare', sans-serif;
    /*transition: all 2s ease-in;*/
}

.bar-menu ul.menu-body li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.98em;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 600;
    color: #132e7c;
}

.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;
    font-family: 'NanumSquare', sans-serif;
}

.bar-menu ul.menu-body li.select {
    background-image: linear-gradient(315deg, #413d89, #1a3e96, #302f7d);
    font-family: 'NanumSquare', sans-serif;
}

.bar-menu ul.menu-body li.select a {
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
}

.bar-menu ul.menu-body li.over {
    background-image: linear-gradient(315deg, #413d89, #1a3e96, #302f7d);
}

.bar-menu .bar {
    width: 0;
    height: 3px;
    background-color: #132e7c;
    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%;
    height: 100%;
    margin: 0;
    padding: 2% 0;
    background-image: url('/upload/10/service/a/14_10/minihome/images/2025_fall2/bgPattern.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

main > section > h2 {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 3%;
    font-family: Lato;
    font-size: 2em;
    font-weight: bolder;
    color: #001d64;
    /* background-color: #2d446e;
    background: linear-gradient( to right, #004c96 15%, #00a79f 85% ); */
    position: relative;
    transition: all .5s ease-in;
}

main > section > h2::before {
    content: "  ";
    position: absolute;
    display: inline-block;
    width: 3%;
    height: 50px;
    margin: 0 0 0 -4%;
    padding: 0;
}

main > section > h2::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom : 0;
    right : 2%;
    font-size : 0.89rem; 
}

@media (max-width:790px){	
  main > section > h2::after {
    font-size: 0.7rem;
}
}

footer {
    width: 98%;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
}

footer div.pcfoot {
    display: block;
} 

footer div.mobilefoot {
    display: none;
}