@charset "utf-8";
/*!
Theme Name: Archive
Author: its wave
Version: 1.1
Description: 아키이브 타입
Text Domain: Archive
*/

/* Variable */
:root {
  --primary: #C72E2E;
  --dark: #222222;
  --gray100: #F2F4F6;
  --gray200: #E9EDF3;
  --gray300: #A0A6B5;
  --gray400: #A0A6B5;
  --gray500: #7B7B7B;
  --header_height: 140px;
  --slider_height: 650px;
  --page_hero_height: 200px;
  --mob_header_height: 56px;
}

#wpadminbar #wp-admin-bar-user-info .display-name, 
#wpadminbar #wp-admin-bar-user-info .username,
#wpadminbar .quicklinks > ul > li > a span {
	color: #FFF;
}


/** Reset **/
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, 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, section, summary, textarea,
time, mark, audio, video, select, button, input {
  margin: 0;
  padding: 0;
  border: 0;
  color: #222;
  font-style: normal;
  font-weight: 400;
  font-family: 'Asta Sans', '-apple-system', 'BlinkMacSystemFont', 'Apple SD Gothic Neo', 'Segoe UI', 'Roboto', sans-serif; 
}

html, body {
  overflow-x: hidden;
}

* {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


.blind { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden }

/* Element
--------------------------------------------- */

body {
  margin: 0;
}

main {
  display: block;
  min-height: 100vh;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

/* Form */

button, input, optgroup, select, textarea {
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

input[type="search"]::-webkit-search-cancel-button { 
  display: none; 
}

button {
  cursor: pointer;
}

/* Browser Reset 
--------------------------------------------- */
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;
}

input:focus, input:active { outline:none; }

input, button, select {
  appearance: none;
  -webkit-appearance: none; 
  -moz-appearance: none;
  background-color: transparent;
  border: none;
}

input:focus, button:focus, select:focus {
  outline: none;
}

input::placeholder {
  color: #CCC;
  opacity: 1;
}

input::-webkit-input-placeholder,
input:-mos-input-placeholder { color: #CCC; }

/*::selection {color: #222; background: #FBF4EC;}*/

/* Accessibility
--------------------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}
