@charset "utf-8";

@font-face { 
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 100; 
	src:	url('/fonts/NotoSansKR-Thin.woff2') format('woff2'),
			url('/fonts/NotoSansKR-Thin.woff') format('woff'), 
			url('/fonts/NotoSansKR-Thin.otf') format('opentype'); 
}
@font-face { 
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 400; 
	src:	url('/fonts/NotoSansKR-Regular.woff2') format('woff2'),
			url('/fonts/NotoSansKR-Regular.woff') format('woff'), 
			url('/fonts/NotoSansKR-Regular.otf') format('opentype'); 
}
@font-face { 
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 500; 
	src:	url('/fonts/NotoSansKR-Medium.woff2') format('woff2'),
			url('/fonts/NotoSansKR-Medium.woff') format('woff'), 
			url('/fonts/NotoSansKR-Medium.otf') format('opentype'); 
}

@font-face {  
	font-family: 'Roboto';  font-style: normal;  font-weight: 100;
	src: url('/fonts/Roboto-Thin.woff2') format('woff2'),
	url('/fonts/Roboto-Thin.woff') format('woff'),
	url('/fonts/Roboto-Thin.otf') format('opentype');
}
@font-face {  
	font-family: 'Roboto';  font-style: normal;  font-weight: 300;
	src: url('/fonts/Roboto-Light.woff2') format('woff2'),
	url('/fonts/Roboto-Light.woff') format('woff'),
	url('/fonts/Roboto-Light.otf') format('opentype');
}
@font-face {   
	font-family: 'Roboto';   font-style: normal;   font-weight: 400;
	src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
	url('/fonts/Roboto-Regular.woff') format('woff'),
	url('/fonts/Roboto-Regular.otf') format('opentype'); 
}
@font-face {   
	font-family: 'Roboto';   font-style: normal;   font-weight: 500;
	src: url('/fonts/Roboto-Medium.woff2') format('woff2'),
	url('/fonts/Roboto-Medium.woff') format('woff'),
	url('/fonts/Roboto-Medium.otf') format('opentype'); 
}
@font-face {   
	font-family: 'Roboto';   font-style: normal;   font-weight: 700;
	src: url('/fonts/Roboto-Bold.woff2') format('woff2'),
	url('/fonts/Roboto-Bold.woff') format('woff'),
	url('/fonts/Roboto-Bold.otf') format('opentype'); 
}

section, nav, header, aside, footer, menu{display:block;} /* for ie 6, 7, 8 */

html,body {margin:0; padding:0; height:100%; }
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
input,textarea,select,td{font-size:14px;}
table {border-spacing:0; border-collapse:collapse; width:100%;}
address,caption,cite,code,dfn,th,var {font-style:normal;}
th{font-weight:normal;}
td {background:#fff;}
ol,ul,li {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
hr,legend,caption{display:none;}
img,input,select,textarea{vertical-align:middle;}
img,fieldset {border:none;}
img { max-width:100%; }
input, textarea, select{ font-family: 'Noto Sans KR', sans-serif, Arial,"Malgun Gothic",Dotum,"돋움",Gulim,"굴림",Helvetica,Apple-Gothic; -webkit-text-size-adjust:none;}
input{letter-spacing:0 !important;}
a{color:#fff; text-decoration:none;}
menu{margin:0; padding:0;}

body { position:relative; overflow-x:hidden; }
* { font-family:"Pretendard Variable", Pretendard, Roboto, 'Noto Sans KR', sans-serif, Arial,"Malgun Gothic"; word-break: keep-all; }



.txt_ac { text-align:center; }
.txt_al { text-align:left; }
.txt_ar { text-align:right; }