/* reset */
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input,
legend, li, ol, p, select, table, td, textarea, th, ul {margin: 0; padding: 0}

body, button, h1, h2, h3, h4, h5, input, select, table, textarea {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.267em
}
body {
    position: relative;
    color: #000;
    word-break: break-all;
    -webkit-text-size-adjust: none /* 아이폰 가로 모드 */
}

fieldset, img {border: 0}
ol, ul {list-style: none}
address, em {font-style: normal}
a {color: inherit; text-decoration: none; }
img {vertical-align: top; width: 100%;}
button, input {border: 0; -webkit-border-radius: 0; border-radius: 0; background: 0 0}
button{cursor: pointer;}
legend, caption{position: absolute; overflow: hidden; text-indent: -9999em; font-size: 0;}
select { 
	border-radius:0; /* 아이폰 사파리 보더 없애기 */ 
	-webkit-appearance:none; /* 화살표 없애기 for chrome*/ 
	-moz-appearance:none; /* 화살표 없애기 for firefox*/ 
	appearance:none /* 화살표 없애기 공통*/ 
}
select::-ms-expand{ display:none /* 화살표 없애기 for IE10, 11*/ }

.cf:after{content:""; display: block; clear: both;}
