/*---CSS RESET---*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{margin: 0;padding: 0;font-family: inherit;font-size: inherit;font-weight: inherit;font-style: inherit;color: inherit;text-decoration: inherit;box-sizing: border-box;}

html, body{text-size-adjust: none;
    -webkit-text-size-adjust: none; 
    -moz-text-size-adjust: none; 
    -ms-text-size-adjust: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{font-family: 'Pretendard Variable';font-size:16px;font-weight:300;font-style: normal;text-decoration: none;color: #222; overflow-x:hidden;}
li{list-style: none;}
table{border-spacing: 0;border-collapse: collapse;}
input, select, textarea, button{box-sizing: border-box;}
input{outline:none;}
button{background: none;border: none;cursor: pointer;outline: none;}
img {max-width:100%; vertical-align:middle;}
/* a {display:block; } */

.section {max-width:1920px; margin:0 auto; width:100%;}
.j_inner {max-width:1400px; margin:0 auto; width:92%;}
.j_inner02 {max-width:1200px; margin:0 auto; width:92%;}
.j_inner03 {max-width:767px; margin:0 auto; width:92%; padding:40px 0;}


/*영문 폰트 변경*/
.j_eng{font-family: 'Inter', sans-serif;}
.texc {text-align:center;}


@media screen and (min-width:1481px){
    html, body{font-size: 16px;}
}

@media screen and (min-width:721px) and (max-width:1480px){
    html, body{font-size: 14px;}
}

@media screen and (max-width:720px){
    html, body{font-size: 12px;}
}

.mo_br {display:none;}

@media screen and (max-width:720px){
   .pc_br {display:none;}
   .mo_br {display:block;}
}


