@charset "utf-8";

*{font-family: "S-CoreDream", sans-serif; font-weight: 300;}
/*에스코어 드림 폰트 적용*/
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');font-weight: 100;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');font-weight: 200;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');font-weight: 300;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');font-weight: 400;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');font-weight: 500;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');font-weight: 600;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');font-weight: 700;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');font-weight: 800;font-style: normal;}
@font-face {font-family: 'S-CoreDream';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');font-weight: 900;font-style: normal;}


/* 개인 설정 기본값 ====================================================== */

a:hover{text-decoration: none!important;}


/* == 드래그 == */
::selection {background:#52c19d;color: #000;text-shadow: none;}
::-moz-selection {background:#52c19d;color: #000;text-shadow: none;}
::-webkit-selection {background:#52c19d;color: #000;text-shadow: none;}


/* html, body ============================================================ */

body {margin: 0; padding: 0; background: #fff; width: 100%; height: 100vh; font-size: 16px;}



/* 내가 모아 놓은 초기값 ================================================= */


/* input 기본 스타일 초기화 */
button,
optgroup,
select,
input,
textarea {
    font-family: inherit; /* 폰트 상속 */
    border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */ 
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    overflow: visible;
    text-transform: none;
    vertical-align: middle;
}

label{cursor: pointer;margin-bottom: 0;}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
    -ms-appearance: none;
	appearance: none;
	margin: 0;
}


/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {display: none;}


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


/* 클릭 시 보더 제거 */
input:focus, select:focus, button:focus{outline: none;}


/* 테이블 요소 사이의 간격을 제거 */ 
table { 
    border-collapse: separate; 
    border-spacing: 0; 
}
td, th { 
    padding: 0;
}


/* 버튼 초기화 */
button{
    border: 1px solid rgba(0, 0, 0, 0);
    cursor:pointer;
    overflow:visible; 
    white-space: nowrap;
}


/* 기타 ================================================================= */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

img {
  border-style: none;
	max-width: 100%;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

textarea:focus{
    outline: none;
}


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="checkbox"]{
    -webkit-appearance:checkbox;appearance:checkbox;-moz-appearance:checkbox;-ms-appearance:checkbox;display:inline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
