@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Nanum+Myeongjo:wght@400&display=swap');
*,
*:after,
*:before {	margin: 0;	padding: 0; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;	box-sizing: border-box;}
html, body{
  font-family: 'Nanum Myeongjo', serif;
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
  }

html {padding: 0; margin: 0;}
/* word-break: break-all; word-wrap: break-word; */
html, body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,textarea,p,blockquote,p,iframe,span,strong,em { margin:0; padding:0; font-size:inherit;  }


body{color:#333333; line-height: 1.5rem;font-weight:400; padding:0px;margin:0;font-size: 16px;
width: 100vw; height: 100vw;font-family: 'Nanum Myeongjo', serif;
word-break: keep-all;overflow-x: hidden;box-sizing: border-box;}


header, hgroup, footer, section, article, aside, nav, canvas, figure, figcaption { display:block; }
fieldset, iframe { border:0; }

img { border:0; }
address,cite,code,dfn,em,var { font-style:normal; font-weight:normal; }
li, dd { list-style:none; }
hr { display:none; }
caption { overflow:hidden;width:100%;height:1px;line-height:0;text-indent:-9999px; margin-top:-1px; }

h1, h2, h3, h4, h5, h6 { padding:0px;margin:0px; }

.hand {cursor:pointer}

a { color: #333; text-decoration: none;}
a:link { color: #333;text-decoration: none;}
a:visited {  color: #333;text-decoration: none;}
a:focus { color: #333;text-decoration: none;}
a:hover { color: #333;text-decoration: none;}



/*폰트 색상*/
.text_blue{color:#2c5098}
.text_darkb{color:#24314b}
.text_gray666{color:#666666}
.text_lightpink{color:#efd2cf}
.text_green{color:#03c75a}

/*폰트 크기*/
.font_2_8{font-size: 1.5rem;}
@media screen and (min-width:1024px){.font_2_8{font-size:2.5rem;}
}

