@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@font-face {
  font-family: "HS-Regular";
  src: url("https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/HS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  color: #E1E1E1;
  font-weight: normal;
}

h1 {
  font-size: 4rem;
  font-weight: bold;
  margin: 1.5rem 0;
  word-break: keep-all;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 1.5rem 0;
  word-break: keep-all;
}

h3 {
  font-size: 2rem;
  margin: 1.5rem 0;
  word-break: keep-all;
}

h4 {
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
  word-break: keep-all;
}

small {
  font-size: 75%;
  word-break: keep-all;
}

p, .style-p {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  line-height: 1.5em;
  word-break: keep-all;
}

a, .style-a {
  color: #E1E1E1;
  text-decoration: none;
  margin: 1.5rem 0.5em 1.5rem 0;
  line-height: 1.5em;
  transition: all 0.5s;
  word-break: keep-all;
}

a.small {
  font-size: 1.2rem;
  margin: 1.5rem 0.8em 1.5rem 0;
}

a[href=""] {
  pointer-events: none;
  color: #A3A3A3;
  text-decoration: none;
}

a:hover {
  color: #00FF8C;
}

ul {
  padding-left: 1em;
  line-height: 2em;
}
ul > li::marker {
  color: #00FF8C;
  font-size: 1.15em;
  font-weight: bold;
}
ul ul {
  list-style-type: none;
}
ul ul > li {
  font-size: 1.2rem;
  line-height: 1.5em;
}

.clr-fflik {
  color: #00FF8C;
}

.clr-tiny {
  color: #A3A3A3;
}

.star {
  color: #f1de5e;
  font-family: HS-Regular, serif;
  font-size: 1.5rem;
}

#icon {
  transform: scale(0.95);
}

svg.icon {
  width: 5em;
  height: 5em;
  margin-bottom: 1.5em;
  fill: #00FF8C;
}

#background-icon {
  position: fixed;
  fill: #A3A3A3;
  bottom: -40%;
  left: 25%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1s;
}

#background-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.project-icon {
  width: 100px;
  height: 100px;
}

.tool-icon {
  width: 7em;
  margin-right: 2em;
}

body {
  background: #1a1c1b;
  margin: 0;
  padding: 9vw 16vw;
  font-family: "Pretendard", sans-serif;
  color: #E1E1E1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.display {
  padding: 5vh 15vw;
}

.animate {
  opacity: 0;
  transition: all 1s;
}

.spacer-half-em {
  margin: 0.5em;
}

.spacer-1em {
  margin: 1em;
}

.spacer-2em {
  margin: 2em;
}

.spacer-3em {
  margin: 3em;
}

.spacer-4em {
  margin: 4em;
}

.li-icon-type {
  width: 2em; /* 원하는 너비로 설정 */
  text-align: center;
}

.profile-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1300px) {
  .profile-container {
    display: flex;
    flex-direction: column;
  }
}
.profile-about-container {
  margin: 0 15vw 1em 1em;
}

@media (max-width: 1300px) {
  .profile-about-container {
    margin: 0 0 1em 1em;
  }
}
.profile-contact-container {
  margin: 0 0 1em 1em;
}

.cv-container {
  display: flex;
  flex-direction: column;
}

.projects-programming-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.project-box {
  min-width: 20em;
  display: flex;
  flex-direction: row;
  padding: 1em 2em;
  background: rgba(59, 73, 67, 0.3764705882);
  opacity: 0;
  border-left: 7px solid #00FF8C;
  border-radius: 15px;
  margin-bottom: 1.5em;
}

.project-description-box {
  width: 100%;
}

.project-icon-box {
  width: 100px;
  height: 100%;
}

.tool-icon-box {
  display: flex;
  flex-direction: row;
  margin: 1.5em;
}

.tool-division {
  margin: 0 0 5em 0;
}

/*# sourceMappingURL=style.css.map */
