
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

body {
    font-family: NanumSquare, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 70px;
    background-color: #000;
}

.bannerdiv {
    width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("../image/banner1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* @media screen and ( max-width : 1080px ) {
    .bannerdiv {
        height: 500px;
    }
} */

.pagetitlediv {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagetitle {
    font-size: 100%;
    color: #fff;
}