/* Document
========================================================================== */
/**
* 1. 모든 브라우저에서 줄 높이를 맞춤
* 2. ios와 IE에서 기기 회전시에 사용자가 확대하지 않아도 글씨 크기가 재조정되는 것을 예방
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* 모든 브라우저의 여백(margin)을 제거
*/
body {
margin: 0;
}
/**
* Chrome, Firefox, and Safari에서 'section'과 'article' 내부의 'h1' 요소의 글꼴 크기와 여백(margin) 값이 다른 것을 통일시킴
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Firefox와 다른 브라우저들 사이의 차이점 해결
* 2. Edge and IE에 'overflow'를 적용
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. 모든 브라우저에서 글꼴 크기를 맞춰줌
* 2. 모든 브라우저에서 글꼴 크기를 'em'으로 맞춰줌
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* IE10에서 링크가 'active' 일 때 회색 배경색을 제거
*/
a {
background-color: transparent;
}
/**
* 1. Chrome 57- 에서 border-bottom 을 제거
* 2. Chrome, Edge, IE, Opera, and Safari에서 밑줄(underline)을 추가
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Chrome, Edge, and Safari에서 폰트 두께 설정
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. 모든 브라우저에서 글꼴 크기의 상속과 크기 조정
* 2. 모든 브라우저에서 글꼴 크기를 'em'으로 맞춰줌
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* 모든 브라우저에서 글꼴 크기를 맞춤
*/
small {
font-size: 80%;
}
/**
* 모든 브라우저에서 `sub` and `sup` 요소가 줄높이(line-height)에 영향을 미치지 않도록 함
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* IE 10의 링크 안의 이미지의 테두리(border) 제거
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. 모든 브라우저에서 글꼴 스타일 변경
* 2. Firefox and Safari에서 여백(margin) 제거
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* IE에서 'overflow' 표시
* 1. Edge에서 'overflow' 표시
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Edge, Firefox, 및 IE에서 텍스트 변형의 상속을 제거
* 1. Firefox에서 텍스트 변형의 상속을 제거
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* iOS, Safari에서 스타일을 클릭 할 수 없는 오류를 수정
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Firefox의 내부 테두리(border)와 안쪽 여백(padding)을 제거
*/
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;
}
/**
* Firefox에서 안쪽 여백(padding)을 수정
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Edge, IE에서 텍스트 배치를 수정
* 2. IE의 `fieldset` 요소에서 색상 상속을 수정
* 3. Remove the padding so developers are not caught out when they zero out
* 모든 브라우저의 `fieldset` 요소
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Chrome, Firefox, 및 Opera에서 수직 정렬(vertical-align)을 추가
*/
progress {
vertical-align: baseline;
}
/**
* IE 10+에서 기본 세로 스크롤을 제거
*/
textarea {
overflow: auto;
}
/**
* 1. IE 10에 상자 크기(box-sizing) 설정
* 2. IE 10에서 안쪽 여백(padding)을 제거
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Chrome에서 증가 및 감소 버튼의 스타일을 수정
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Safari에서 outline 스타일 수정
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* macOS에서 Chrome, Safari의 안쪽 여백(padding)을 제거
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. iOS,Safari에서 스타일을 클릭 할 수 없는 문제를 수정
* 2. Safari에서 글꼴 속성을 '상속(inherit)' 으로 변경
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Edge, IE 10+, 및 Firefox에 올바른 디스플레이(display) 추가
*/
details {
display: block;
}
/*
* 모든 브라우저에 올바른 디스플레이(display) 추가
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* IE 10+에 올바른 디스플레이(display) 추가
*/
template {
display: none;
}
/**
* IE 10에 올바른 디스플레이(display) 추가
*/
[hidden] {
display: none;
}