@charset "utf-8";
/* 추가 font */
@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@100;200;300;400;500;600;700;800;900&display=swap');

/* 추가 reset */
html{margin:0;}
html, body{width:100%;padding:0;background:#fff;word-break:keep-all;}
h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}
ul, li, ol{list-style:none;margin:0;padding:0;}
a{transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;}
em,address{text-decoration:none;font-weight:inherit;font-style: normal;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
em{color:#388dc8;}
p{word-break:keep-all;}

/* font 추가 설정 */

#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{width: 100%;}
*:focus { outline:none; }
