@charset "utf_8";

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    text-decoration: none;
    color: black;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
}

.behind {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 1px;
    overflow: hidden;
    z-index: -1000;
}

li {
    float: left;
    list-style: none;
}

body {
    width: calc(100% - 40px);
    margin: 0 auto;

}

.wrap {
/*    max-width: calc(100% - 40px);*/
    width: 1080px;
    margin: 0 auto;

}

.wrap nav {
    width: 100%;
    height: 100px;
}

.wrap h5 {
    line-height: 100px;
    text-align: center;
}

.banner {
    width: 720px;
    margin: 0 auto;
}

.banner li {
    margin-bottom: 100px;
}

.banner li:nth-child(1) {
   background: url(../img/gallery_6.jpg);
    width: 100%;
    height: 405px;
    background-size: contain;
}

.banner li:nth-child(2) {
   background: url(../img/gallery_7.jpg);
    width: 100%;
    height: 1020px;
    background-size: contain;
}

.banner li:nth-child(3) {
   background: url(../img/gallery_5.jpg);
    width: 100%;
    height: 1080px;
    background-size: contain;
}

.banner li:nth-child(4) {
   background: url(../img/gallery_3.jpg);
    width: 300px;
    height: 300px;
    background-size: contain;
}

.banner li:nth-child(5) {
   background: url(../img/gallery_1.JPG);
    width: 300px;
    height: 300px;
    background-size: contain;
    margin-left: 120px;
}

.banner li:nth-child(6) {
   background: url(../img/gallery_8.JPG);
    width: 100%;
    height: 2750px;
    background-size: contain;
}




















