/*---CSS RESET---*/
@import url('//cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('//db.onlinewebfonts.com/c/7ca20c0818f170b89e9101bd2d04f470?family=RomainBPHeadlineRegular');
@font-face {
  font-family: "Brown-Regular";
  src: url("/font/Brown-Regular.otf") format("otf"),
  font-weight: normal;
  font-style: normal;
}

*{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; letter-spacing:-.5px; }

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-size:16px;font-weight:300;font-style: normal;text-decoration: none;color: #222;font-family: 'Pretendard', sans-serif; word-break: keep-all;}
li{list-style: none;}
table{border-spacing: 0;border-collapse: collapse;}
input, select, textarea, button{box-sizing: border-box;}
button{background: none;border: none;cursor: pointer;outline: none;}

/*공통클래스*/
.b_eng{font-family: "Brown-Regular", sans-serif;}/*영문 폰트 변경*/
.sv_font{font-family: "RomainBPHeadlineRegular";}/*영문 폰트 변경*/


/*텍스트사이즈*/

@media screen and (min-width:1481px){
    html, body{font-size: 16px;}/*body와 확인 할 것*/
}

@media screen and (min-width:721px) and (max-width:1480px){
    html, body{font-size: 14px;}/*body와 확인 할 것*/
}

@media screen and (max-width:720px){
    html, body{font-size: 12px;}/*body와 확인 할 것*/
}
/*텍스트사이즈*/

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



