@font-face {
	font-family: 'Jalnan';
	src: url(../font/Jalnan.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* @font-face {
	font-family: 'pretendard';
	src: url(../font/pretendard.woff) format('truetype');
	font-weight: normal;
	font-style: normal;
} */

a {
    text-decoration: unset;
}

#bg-content {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    inset: 0;
    background-color: #3370ff;
    font-family:'pretendard';
}

@media screen and (min-width:721px) and (max-width:1440px) {
    #content {
        zoom:0.75;
    }
}

@media screen and (max-width:720px) {

    #bg-content {
        padding: 4.17vw;
        inset: 0;
    }


}