@charset "utf-8";
@import url(/css/NotoSansKR.css);

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;
	letter-spacing:-0.03em;
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse
}

fieldset,
img {
    border: 0;
	max-width: 100%;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
span,
p,
select,
table,
textarea {
    font-family: 'noto-r', AppleSDGothicNeo-Light, sans-serif;
    font-size: 15px;
    line-height: 1.267em;
	font-weight:normal;
}
select,
select option{
	background:transparent;
}

input,
select,
table,
textarea{
	border:1px solid #ddd
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}


p {
    font-size:15px;
	line-height:1.6;
}

a {
    color: inherit;
    text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

li {
    list-style: none;
}

img {
    border: 0;
}

input,
button {
    font-family:'맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

/* ie placeholder */
input:-ms-input-placeholder {
    font-family: '맑은 고딕', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

input::-ms-value {
    font-family: '맑은 고딕', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
input[type=button]{
    cursor: pointer;
    outline: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-appearance: none;
    font-family: '맑은 고딕';
}
input, textarea, select:focus {
    outline: none;
    box-shadow: none!important;
    appearance: none;
}
input[type='checkbox']{-webkit-appearance:checkbox}
input[type='radio']{-webkit-appearance:radio}

/*@media screen and (-webkit-min-device-pixel-ratio:0){
    input[checked='checked']{
        border:none;background:none;
    }
}*/
/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

html,
body{
    width: 100%;
}

body {
	position:relative;
	/* background-color:#f2f2f2; */
	background-color:#fff;
    color: #121212;
    word-break: break-all;
    -webkit-text-size-adjust: none
}
html{
	font-size:10px;
	line-height:15px;
}
#wrap{
    background-color: #fff;
    height: 100%;
    width: 100%;
}
#wrapper{
    background-color: #fff;
    width:100%;
    height: 100%;
}
::placeholder{
  color:#333;
  font-family:'noto-r'
}
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}