@charset "UTF-8";
@import url("/upload/10/service/a/14_10/minihome/4_10/scripts/font.css");
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.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: 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: #102963;
}

.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-color: #1048e2; */
    background-image: linear-gradient(315deg, #185f97, #11419f, #218d96);
    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-color: #1048e2; */
    background-image: linear-gradient(315deg, #185f97, #11419f, #218d96);
    font-family: 'NanumSquare', sans-serif;
}

.bar-menu .bar {
    width: 0;
    height: 3px;
    /* background-color: #0f389e; */
    background-image: linear-gradient(315deg, #185f97, #11419f, #218d96);
    position: absolute;
    top: 90%;
    left: 0;
    bottom: 0
}

main {
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
    background: url("/upload/10/service/a/14_10/minihome/images/2025_fall/contentsBg.jpg") no-repeat; background-size: cover;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border: 1px solid rgb(0 0 0 / 0.1);       
}

main > section {
    width: 98%;
    margin: 0 auto;    
}

@font-face {
    font-family: 'JalnanGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

main > section {
	padding-bottom:3%;
}

main > section > h2 {
    display: none;
    width: 100%;
    letter-spacing: -0.05rem;
    margin: 3% 0 0 30px;
    padding: 0 0 0 20px;
    font-family: 'JalnanGothic';
    font-size: 1.8em;
    font-weight: 300;
    color: #1f8598;
    background-color: transparent;
    position: relative;
    transition: all .5s ease-in;
}

main > section > h2::before {
    content: " ● ";
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: calc(3% + 1.8em);
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #1f8598;
    /* background-color: #fff; */
    background-color: transparent;
}

main > section > article {
    width: 98%;
    margin: 1% auto 2% auto;
    padding: 2%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: .75rem;
    box-shadow: 0 3px 9px rgb(0 0 0 / 15%);
}

footer {
    width: 98%;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
}

footer div.pcfoot {
    display: block;
} 

footer div.mobilefoot {
    display: none;
}