/* reset.css */
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: 100%;
  font: inherit;
  color: #fff;
  vertical-align: baseline;
  font-family: "Noto Sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */

body {
  line-height: 1;
}
a {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
  section.aboutWrap h4 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  .rightImg,
  .leftImg {
    display: none;
  }
  main > section section.aboutWrap#about > div {
    right: auto;
    width: 90%;
  }
  main > section section section {
    width: 90%;
    margin-top: 50px;
  }
  div.portfolioWrap {
    margin-bottom: 0;
    flex-direction: column;
  }
  div.portfolioContent {
    width: 100%;
    margin-bottom: 30px;
  }
  div.careerWrap {
    flex-direction: column;
  }
  div.careerInfo {
    margin-top: 20px;
  }
  .careerWrap > .careerInfo p::before {
    margin-left: 0;
  }
  div.careerWrap > .careerInfo p {
    font-size: 1.2rem;
  }

  /* 팝업 */
  aside.portfolioPopup > div {
    padding: 20px;
    width: 90%;
    max-height: 90%;
  }
  .portfolioPopupTitle button svg {
    width: 1.2rem;
  }
  div.portfolioPopupImg img.goTravelImg,
  div.portfolioPopupImg img {
    width: 100%;
  }
  .portfolioPopupTech div > img {
    height: 20px;
  }

  .portfolioPopupDetail > img {
    width: 100%;
  }
}
