@charset "utf-8";

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: 
	url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
	url(../fonts/NotoSansKR-Light.woff) format('woff'),
	url(../fonts/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	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: 'NotoSansKR';
	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: 'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: 
	url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
	url(../fonts/NotoSansKR-Bold.woff) format('woff'),
	url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: 
	url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
	url(../fonts/NotoSansKR-Black.woff) format('woff'),
	url(../fonts/NotoSansKR-Black.otf) format('opentype');
}

* {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1.4;font-size:16px;font-weight:400;color:#333;font-family:'NotoSansKR', sans-serif; letter-spacing:-.03em;}
a{text-decoration:none;color:inherit}
a.slick-slide{outline:1px solid transparent !important}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote::before, blockquote::after,q::before,q::after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;width:100%;}
label,input,button,textarea,select{cursor:pointer;}
input,label {box-sizing:border-box}
select , input[type="text"] {padding:4px 8px}
select{border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
/* caption{width:0;height:0;text-indent:-9999px;} */
/* select::-ms-expand{display:none} */
img {vertical-align:middle;}

input[readonly=""] {background-color:#f5f5f5; color:#797979;}
input[type="radio"] {width:21px; height:21px; margin:0 5px 0 0; vertical-align:middle; background:#ccc; border-radius:100%; box-shadow:none;}
input[type="checkbox"] {width:21px; height:21px; vertical-align:middle; background:#ccc; border-radius:100%; box-shadow:none;}


.skip{display:block !important;height:1px;width:1px;margin:0 -1px -1px 0 !important;padding:0;overflow:hidden;font-size:0;visibility:hidden;top:0;left:0}
