/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

* {font-family: 'Noto Sans KR', sans-serif;}
.en {font-family: 'Montserrat', sans-serif;}


/*노멀라이징*/
html, body {overflow-x: hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing: antialiased;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,textarea {margin: 0;padding: 0;border: 0;font-size: 100%;font-family: 'Noto Sans KR', sans-serif;vertical-align: baseline;box-sizing: border-box;outline: none !important;word-break: keep-all;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;word-break: keep-all; box-sizing: border-box;}
body,html {line-height: 1;box-shadow: none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust: auto;word-break: keep-all;}
ol, ul,li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}    
a {text-decoration: none;color: inherit;}
button {outline: 0;border: 0;cursor: pointer;box-shadow: none;}


/* text-align */
.text-align-left { text-align: left !important; }
.text-align-center { text-align: center !important; }
.text-align-right { text-align: right !important; }

/* text-weight */
.font-weight-200  { font-weight: 200 !important; }
.font-weight-300  { font-weight: 300 !important; }
.font-weight-400  { font-weight: 400 !important; }
.font-weight-500  { font-weight: 500 !important; }
.font-weight-600  { font-weight: 600 !important; }
.font-weight-700  { font-weight: 700 !important; }
.font-weight-800  { font-weight: 800 !important; }

/* float */
.floatLeft {float:left !important; padding-right: 1.5%; width: 50%}
.floatRight {float:right !important; padding-left: 1.5%; width: 50%}

/*단어별 자르기*/
.wordKeep { word-break:keep-all !important; -ms-word-break:keep-all !important; -webkit-word-break:keep-all !important; -moz-word-break:keep-all !important; }

/* text-ellipsis */
.ellipsis {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

 /*모바일 가로시 폰트 커짐 방지*/
* {-webkit-text-size-adjust:none}

/*------------------------------------------------------------*/