@charset utf-8;
/* 웹폰트 CSS */
/*@font-face{font-family:'NanumGo'; src:url(/kproba/webfont/NanumGothic.eot)}
@font-face{font-family:'NanumGo'; src:url(/kproba/webfont/NanumGothic.woff)}*/

@font-face{font-family:'NanumS'; font-weight:400;
			src:url("/kproba/webfont/NanumSquareR.eot");
			src:url("/kproba/webfont/NanumSquareR.eot?#iefix") format('embedded-opentype'),url("/kproba/webfont/NanumSquareR.woff") format('woff');
}			
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('/kproba/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/kproba/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('/kproba/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/kproba/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('/kproba/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/kproba/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
@font-face{
			font-family:Gmarket Sans;
			src:url("/kproba/fonts/GmarketSansLight.otf");
			src:url("/kproba/fonts/GmarketSansLight.otf?#iefix") format('embedded-opentype'),url("/kproba/fonts/GmarketSansLight.otf") format('otf');
			
		  }
		  */
/* CSS 초기화 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
margin:0;
padding:0;
border:0;
font-size:100%;
background:transparent;
}
body{
font-family:'Noto Sans KR','NanumS','맑은 고딕',Gmarket Sans,HelveticaNeue,DroidSans,sans-serif,Helvetica;
font-size:16px;
line-height:1;
text-shadow: none;
overflow-x:hidden;
overflow-y:auto;
font-weight: 300;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
nav ul, li{
list-style:none;
}
a{
margin:0;
padding:0;
font-size:100%;
text-decoration:none;
background:transparent;
font-family:'Noto Sans KR','NanumS','맑은 고딕',Gmarket Sans, HelveticaNeue,DroidSans,sans-serif,Helvetica;
font-weight: 300;
}
a:hover {
	text-decoration:none;
}
img{	 /*가변적으로 이미지가 변동된다.*/
/*width:100%;
max-width:100%;*/
/*vertical-align:top; *//* 태그의 간격을 없애기 위해 설정함 */
}
a.ft_nato { 
	font-family: 'Noto Sans KR', sans-serif;
}
/*
table{
border-collapse:collapse;
border-spacing:0;
}
input{
margin:0;
padding:0;
box-sizing:content-box;
vertical-align:middle;
appearance:none;
border:1px solid #c9c9c9;
color:#a3a3a3;
border-radius:2px;
font-family:NanumGothic,나눔고딕,'NanumS','맑은 고딕',HelveticaNeue,DroidSans,Sans-serif,Helvetica;
}
input[type="radio"] {
	border:0;
}
input::-moz-input-placeholder{
color:#a3a3a3;
}
input::-webkit-input-placeholder {
color:#a3a3a3;
}
*/
