@charset "UTF-8";

/* 로고 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* 폰트 */
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUITE/fonts/variable/woff2/SUITE-Variable.css');

html {scroll-behavior: smooth;}

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

/* 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%;}

.tm60{margin-top:60px !important}

br.m{display:none;}
@media screen and (max-width:640px){
br.m{display:block;}
}