@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@media (max-width: 767px){
	#body-div {
        width: 100%;
        height: 70vh;
        border-right: 0px solid black;
    }
    #body-div2 {
        width: 100%;
        border-right: 0px solid black;
    }
    #header-logo {
        font-size: 30px;
        line-height : 80px;
        margin-right: 35px;
    }
    #header-menu {
        font-size: 20px;
        margin-left: 20px;
        line-height : 10px;
    }
    #header-menu1 {
        font-size: 20px;
        margin-left: 30px;
        line-height : 10px;
    }
    #header-menu2 {
        font-size: 20px;
        margin-left: 30px;
        line-height : 10px;
    }
    #body-img {
        margin-top: 150px;
    }
    #body2-img {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	#body-div {
        width: 100%;
        height: 70vh;
        border-right: 0px solid black;
    }
    #body-div2 {
        width: 100%;
        border-right: 0px solid black;
    }
    #header-logo {
        font-size: 30px;
        line-height : 80px;
        margin-right: 30px;
        word-break: break-all;
        margin-top: 22px;
    }
    #header-menu {
        font-size: 20px;
        margin-left: 20px;
        line-height : 10px;
        margin-top: 55px;
    }
    #header-menu1 {
        font-size: 20px;
        margin-left: 30px;
        line-height : 10px;
        margin-top: 55px;
    }
    #header-menu2 {
        font-size: 20px;
        margin-left: 30px;
        line-height : 10px;
        margin-top: 55px;
    }
    #body-img {
        margin-top: 150px;
    }
    #body2-img {
        margin-top: 0px;
    }
}

nav {
    width: 100%;
    height: 130px;
    border: 2px solid;
    border-width: 0 0 2px;
}

.header-logo {
    margin-left: 90px;
    margin-bottom: 0;
    font-size: 50px;
    float: left;
    color: black;
    font-weight: bold;
    line-height : 130px;
    font-family: 'Pretendard';
}

.body-div {
    width: 50%;
    height: 100vh;
    float: left;
    border-right: 2px solid black;
}

.body-div2 {
    width: 50%;
    height: 100vh;
    float: left;
}

.body-img {
    margin-top: 250px;
    width: 19vmax;
    height: 18vmax;
    border: 1px solid;
}

.body2-img {
    width: 19vmax;
    height: 10vmax;
}

.body3-img {
    width: 38.12vmax;
    height: 12vmax;
}
img {
    object-fit: cover;
}
.main-1{
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.main-1-img{
    width: 100%;
    height: 800px;
   -webkit-filter: blur(5px);
    position: absolute;
}