@charset "utf-8";

/* @font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
} */

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td, header, article, section, aside, nav, figure, figcaption, adress, textarea, input[type=text], input[type=password] {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, adress {	display: block;}

html { height:100%;}
body {
	font-family: NanumSquareRound, 'Sans-serif';
	font-size:14px;
	font-weight: 800;
	color:#000;
	letter-spacing:-1px;
	line-height:1.42857143;
}

a:link,
a:visited { text-decoration:none;}

select { height: 22px; font-size:100%; border:1px solid #d4d4d4; background-color:transparent;}
select[disabled] { background-color: #ccc;}

input[type=submit] { border:0; cursor:pointer; -webkit-appearance: none;}
input[type=checkbox] { border:1px solid #888;}
input[type=checkbox], input[type=radio]  {
	width:32px;
	height:32px;
	margin: 0;
	border: 2px solid #ddd;
}
input[type=file], input[type=text], input[type=password], input[type=tel], input[type=email] {
	height: 22px;
	font-size:100%;
	border:1px solid #d4d4d4;
	background-color:transparent;
	box-sizing:border-box;
	outline: none;
	-webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
button {
	border:0 none;
	padding:0;
	margin:0;
	font-size:100%;
	color:#000;
	background:transparent;
	cursor:pointer;
}
button::-moz-focus-inner {
	margin: -1px;
	padding: 0;
}

ul, ol, li {
	list-style:none;
}

address,caption,cite,code,dfn,var,em {
	font-style:normal;
	font-weight:normal;
}

textarea {
	width:100%;
	padding:5px;
	font-size:100%;
	border:1px solid #ddd;
	background-color:#fff;
	border-radius:0;
	resize:none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
textarea[disabled],
textarea[readonly]  { background-color:#ccc;}

fieldset,img {
	border:0;
}

legend {
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* clear */
.clearfix::after { display:block; clear:both; visibility:hidden; height:0; content:'.';}
* html .clearfix {
	height:1%;
}
.hidden {
	display:none;
}
.visible {
	position:absolute;
	top:-9999px;
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
hr { margin: 0; border: none;}


/* Table */
caption {
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
}
table th,
table td { vertical-align: middle;}
