@charset "UTF-8";

/* 한글 */
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUITE/fonts/static/woff2/SUITE.css');

/* 영문 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');


html {scroll-behavior: smooth;}

*  {font-family: 'Montserrat', 'SUITE', sans-serif;}

/* 영문 */
.eng{font-family: 'Montserrat', sans-serif !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: 'Pretendard'; 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: 'Pretendard', sans-serif; }

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

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