@charset "utf-8";
/* @import url(/css/NotoSansKR.css); */
@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
/* @font-face{
    font-family:'nanumsquare';
    src:url(../fonts/nanumsquarer.woff);
    font-weight:normal;
} */

/* @font-face { font-family: 'NanumBarunGothic';
src: url('/css/fonts/NanumBarunGothic.eot');
src: url('/css/fonts/NanumBarunGothic.eot') format('embedded-opentype'),
url('/css/fonts/NanumBarunGothic.woff') format('woff');} */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
   	font-family: 'noto-r',Helvetica, AppleSDGothicNeo-Regular, "나눔고딕", nanumgothic, sans-serif;
	color: #121212;
	background:#fff;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
	font-size: 18px;
	font-family: 'noto-m';
}

a {
    color: inherit;
    text-decoration: none;
    letter-spacing: -0.6px;
}

li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

input,
button {
    font-family:  'noto-r',Helvetica, AppleSDGothicNeo-Regular, "나눔고딕", nanumgothic, sans-serif;
}
/* ie placeholder */
input:-ms-input-placeholder {
    font-family: 'noto-r',Helvetica, AppleSDGothicNeo-Regular, "나눔고딕", nanumgothic, sans-serif;
}

input::-ms-value {
    font-family: 'noto-r',Helvetica, AppleSDGothicNeo-Regular, "나눔고딕", nanumgothic, sans-serif;
}
input[type=button], button{
    cursor: pointer;
    outline: none;
    background-color: #fff;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color:transparent;}

/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}