@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 #3a62ad;
    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;
}

.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: #3a62ad;
}

.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, #6f8cc6, #5974b8, #6f8cc6);
    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, #6f8cc6, #5974b8, #6f8cc6);
    font-family: 'NanumSquare', sans-serif;
}

.bar-menu .bar {
    width: 0;
    height: 3px;
    /* background-color: #005aab; */
    background-image: linear-gradient(315deg, #6f8cc6, #5974b8, #6f8cc6);
    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/2023_symposium/contentBg.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: 100%;
}

main > section > h2 {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 4%;
    font-family: Lato;
    font-size: 1.8em;
    font-weight: 500;
    color: #fff;
    /* background-color: #3a62ad;*/
    background-image: linear-gradient(315deg, #6b8ac3, #5b77ab);
    position: relative;
    transition: all .5s ease-in;
}


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;
}