@charset "euc-kr";

/*ÆäÀÌÆÛ·ÎÁö ÆùÆ® ¼³Á¤*/
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
/*ÆùÆ® ¼³Á¤ ³¡*/


/*±âº»°ª*/
html, body, p{
    font-family: 'Paperlogy', sans-serif;
     margin:0;
  padding:0;
        height: 100%;
    background: #FFFFFF;
    overflow-x: hidden; /*°¡·Î ½ºÅ©·Ñ ¾ø¾Ö±â*/
    -webkit-user-select: none;
    -webkit-text-size-adjust: none
}

img {
    display:block;
  width:1920px;
  max-width:100%;
  margin:0 auto;
}


/*»çÆÄ¸® È¸Àü½Ã ÆùÆ® Å©±â °íÁ¤ÇÏ±â*/
form,
fieldset,
img {
    border: 0
}

.mo_img{
    display: none;
}

@media(max-width:768px){
    .pc_img{
        display: none;
    }
    .mo_img{
        display: block;
        width: 100%;
        height: auto;
    }    
}


