@charset "UTF-8";

/* 한글 */
@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=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {scroll-behavior: smooth;}

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

/* 영문 */
.eng{font-family: 'Noto Sans' !important;font-weight: 400;line-height: 1;}

/* Default Style */
 * 	  	{margin:0; padding:0;}

::selection {background:#005a96; color:#FFF; text-shadow:none;}

p, div { }
	
td   {vertical-align:middle;}

ul, ol, li {list-style:none;}

img			{border:0px;}
strong, b		{font-weight:800;}
em{font-style:none;}

button { font-family: 'Noto Sans KR'; background: none; border: none; cursor: pointer; outline: none; }

/* Link Style */
a		{text-decoration:none; color:#000;}
a {selector-dummy: expression(this.hideFocus=true);} /* 일반 링크포커스 감추기 */
a,img {selector-dummy: expression(this.hideFocus=true);} /* 이미지맵 링크포커스 감추기 */

/* Table Style */
table  		{border-collapse:collapse;}
table > * {font-family: 'Noto Sans KR', sans-serif; }

/* From Style */
input		{vertical-align: top; font-family: 'Noto Sans KR', sans-serif; }
select {font-family: 'Noto Sans KR', sans-serif; }
textarea {font-family: 'Noto Sans KR', sans-serif; }
pre  {white-space:pre-wrap; /*공백이나 탭공간을 그대로 둔다*/ word-break:break-all; /*텍스트가 넘칠경우 줄바꿈을 해준다*/ }

/* img */
img {width:100%;}
