@charset "utf-8";
/*!
Theme Name: portfolio
Author: hend design studio
Version: 1.0
Description: 포트폴리오 타입
Text Domain: portfolio
*/

/* Variable */
:root {
  --dark: #1E1E1E;
  --primary: #D9CDA2;
}

#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: #1E1E1E;
  font-style: normal;
  line-height: 1.4em;
  font-weight: 400;
  font-family: 'Pretendard GOV', '-apple-system', 'BlinkMacSystemFont', 'Apple SD Gothic Neo', 'Segoe UI', 
  'Roboto', sans-serif;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden;}
* { position: relative; box-sizing: border-box; background-repeat: no-repeat !important; }

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

a { text-decoration: none; }
ul { list-style-type: none; }
em { font-style: normal; }
img {max-width: 100%;vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;}

/* Drag selection color */
input::placeholder { color: #999; opacity: 1; }
input::-webkit-input-placeholder { color: #999; }
input:-ms-input-placeholder { color: #999; }
input:-mos-input-placeholder { color: #999; }
::selection { color: #FFF; background: #999; }

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

/* 접근성 대응 텍스트 숨김 */
.blind { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden }