@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-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-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'OneStoreMobilePop';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

.main_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:1025px) {
    .main_bg {
        width: 100%;
        height: 88vh;
        background-image: url(./img/main/main_pc.jpg);    
    }
}

@media (max-width:1024px) {
    .main_bg {
        width: 100%;
        height: 93vh;
        background-image: url(./img/main/main_tablet.jpg);    
    }
}


@media (max-width:768px) {
    .main_bg {
        width: 100%;
        height: 90vh;
        background-image: url(./img/main/main_mobile.jpg);    
    }
}

