
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0;  
	font-size: inherit; 
	font-family: inherit; 
	vertical-align: baseline;
}
* { color : inherit; } /*#56575b;*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust:none; 
	-webkit-tap-highlight-color:transparent;
}


img,fieldset{border:0;outline:none}
label {cursor:pointer}
i, em, address {font-style:normal}
caption{visibility:hidden;width:0px;height:0px;line-height:0px}
iframe,object,video,embed{position:relative;top:0;left:0;max-width:100%}
input,select,textarea{letter-spacing:-1px}
textarea{resize:none;border:none;background:none;padding:0px;}	

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal; margin:0px; padding:0px;} 

/* 테두리 없애기 */
fieldset, img, abbr,acronym,a {border:0px none;}

/* 목록 */
ol, ul, li {list-style:none; list-style-type:none; margin:0px; padding:0px;}

/* 텍스트 관련 요소 초기화 */
address, caption, em, cite {font-weight:normal;	font-style:normal;}
ins {text-decoration:none;}
del {text-decoration:line-through;}

/* 인라인 요소 세로 정렬 부분 */
img, input, select, textarea, label{vertical-align:middle;}

/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand{display:none}

a {
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	text-decoration: none;
	-webkit-tap-highlight-color:transparent;
}
a:link, a:visited {text-decoration:none;cursor: pointer;user-select:none;}
a:hover, a:focus, a:active{background:none;text-decoration:none;}
*:focus {
    outline: none;
}	
input::-ms-clear{display:none}		

@-ms-viewport {
	width: device-width;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
-webkit-tap-highlight-color:transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #000000;
	outline: none;
	outline-style:none;
	padding: 0 0.5em;
	text-decoration: none;
	width: 100%;
	height:31px;
	vertical-align:middle;
	
	font-size: inherit; /* 자식 요소에 부모 요소의 폰트 패밀리를 상속 */
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="number"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}


/* 셀렉트박스 제어 */
select{
	font-family: inherit; /* 자식 요소에 부모 요소의 폰트 패밀리를 상속 */
	font-size: inherit; /* 자식 요소에 부모 요소의 폰트 패밀리를 상속 */
	height:30px;
	border-radius: 3px; /* iOS  */	
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background-position : right 4px center;
	text-indent: 0.01px;
	text-overflow: '';
	border: none;
	border: solid 1px rgba(210, 215, 217, 0.75);		
	zoom:1;
	padding-right:20px;
	width:auto;
}



/*
*	placeholder
*/
::placeholder{
  color:#9fa3a6;
  font-size:14px;
  font-weight:300 !important;;     /* 200~400 사이로 조절: 숫자 낮을수록 얇음 */
  opacity:1;
}

::-webkit-input-placeholder {
	color: #9fa3a6 !important;
	font-size:14px;
	opacity: 1.0;
}

:-moz-placeholder {
	color: #9fa3a6 !important;
	font-size:14px;
	opacity: 1.0;
}

::-moz-placeholder {
	color: #9fa3a6 !important;
	font-size:14px;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: #9fa3a6 !important;
	font-size:14px;
	opacity: 1.0;
}


/* Placeholder 포커스시 감추기 */
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {color:transparent}
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {color:transparent}
input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder {color:transparent}







/* ==== CoreDream ==== */
@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}


@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}





@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}



*{
	box-sizing:border-box;
}

html,body{
	font-family:'Paperozi','Escoredream', sans-serif;
	font-weight:400;
	min-width:340px;
	height: 100%;
	/*font-size:100%;*/
	-webkit-text-size-adjust: none;
	-ms-overflow-style: scrollbar;  
	font-size: 16px;
	line-height: 1.7;	
}

/* 폼 컨트롤이 부모의 폰트/크기/색/자간/줄간격을 상속 */
input, select, textarea ,div,span {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-size:inherit;
}

button {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-size:15px;
  padding:0px;margin:0px;
}