* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "DM Sans", sans-serif;
}

/* Reset CSS */
a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

ul,
ol,
li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #2b292d;
  letter-spacing: -0.01em;
}

.fill-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #fff;
  background-color: #1cac89;
  transition: opacity 300ms ease-in-out;
}

.fill-button.inverted {
  color: #1cac89;
  background-color: #fff;
}

.fill-button:hover {
  opacity: 0.5;
}

.section.colorlist {
  padding: 80px 12px 60px;
}

.section {
  padding: 0px 0 60px;
}

.section-category {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.section-title {
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #2b292d;
}

/* Landing */
.landing {
  background: linear-gradient(97.7deg, #b8ffc4 12.64%, #8ddde7 89.21%);
  text-align: center;
}

.landing-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.landing-title {
  margin-bottom: 32px;
  font-size: 36px;
  color: #2b292d;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.05em;
  text-align: center;
}

.landing-desc {
  margin-bottom: 20px;
}

.landing .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing .button-group .fill-button:first-child {
  margin-right: 8px;
}

/* Introduction */
.introduction {
  background-color: #f4f5f7;
  padding: 80px 12px;
}

.introduction-title {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.363636;
  letter-spacing: -0.03em;
}

.introduction-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/* Project */
.project .section-category {
  color: #1cac89;
}

.detail {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.3;
  color: #5f5e61;
  letter-spacing: -0.01em;
}

.job.detail {
  margin-bottom: 16px;
}

.project .section-desc {
  margin-bottom: 26px;
}

.project-card {
  margin: 0 auto 36px;
  display: block;
  width: 300px;
  height: 160px;
  padding: 26px 0 14px;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.12), 0px 6px 6px rgba(0, 0, 0, 0.07),
    inset 0px 2px 1px rgba(255, 255, 255, 0.1);
  transition: background-color 500ms ease-in-out;
}

.project-card:hover {
  background-color: #b8ffc4;
}

.project-card strong {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #2b292d;
}

.project-card-github {
  margin-bottom: 8px;
  margin-left: 2px;
  display: flex;
  justify-content: left;
  width: auto;
  height: 24px;
}

.project-card img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 16px;
}

.project .section-detail-desc {
  font-size: 15px;
  line-height: 1.4666;
  letter-spacing: -0.01em;
}

.project .section-detail-desc:first-child {
  margin-bottom: 40px;
}

/* experience */
.experience {
  padding: 0 12px;
  background-color: #f4f5f7;
}

.experience .section-category {
  padding-top: 60px;
  color: #1c9eac;
}

.experience-card {
  margin: 0 auto 36px;
  display: block;
  width: 300px;
  height: 160px;
  padding: 26px 0 14px;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05),
    inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  transition: background-color 500ms ease-in-out;
}

.experience-card:hover {
  background-color: #b2f6ff;
}

.experience-card img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 16px;
}

.experience-card img.cs-study {
  display: block;
  width: 60px;
  height: auto;
  margin: 0 auto 24px;
}

.experience-card img.lildev {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 16px;
  padding-top: 20px;
}

.experience-card strong {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #2b292d;
}

.experience .section-desc {
  margin-bottom: 20px;
}

.experience .section-detail-desc {
  font-size: 15px;
  line-height: 1.4666;
  letter-spacing: -0.01em;
}

.experience .section-detail-desc:first-child {
  margin-bottom: 4px;
}

.experience .section-detail-desc.lildev {
  margin-bottom: 60px;
}

/* Skill */
.skill {
  padding: 0 12px;
}
.skill .section-category {
  padding-top: 60px;
  color: #1cac89;
}

.section-title.skilltitle.last {
  margin-top: 40px;
}

.skill .section-detail-desc.last {
  margin-bottom: 60px;
}

/* Education */
.education {
  padding: 0 12px;
  background-color: #f4f5f7;
}

.education .section-category {
  padding-top: 60px;
  color: #1c9eac;
}

.section-title.edu.last {
  margin-top: 40px;
}

.education .section-detail-desc.last {
  margin-bottom: 60px;
}

/* Footer */
footer {
  background-color: #fff;
  padding: 20px 12px;
}

.footer-link {
  font-size: 16px;
  padding-right: 16px;
}

/* >_ 768px (Desktop) */
@media screen and (min-width: 768px) {
  p {
    font-size: 22px;
    line-height: 1.3636363636;
  }

  .fill-button {
    width: 160px;
    height: 56px;
    font-size: 18px;
    line-height: 1.55555;
  }

  .section {
    padding: 80px 0 96px 0;
  }

  .section-category {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.090909;
    letter-spacing: -0.01em;
  }

  .section-title {
    margin-bottom: 32px;
    font-size: 56px;
    line-height: 1.2;
  }

  /* Landing */
  .landing-content {
    height: auto;
    padding: 120px 0;
  }

  .landing-title {
    margin-bottom: 32px;
    font-size: 64px;
    line-height: 1.125;
    letter-spacing: -0.05em;
  }

  .landing-desc {
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 1.45454545;
    letter-spacing: -0.01em;
  }

  .landing .button-group .fill-button:first-child {
    margin-right: 16px;
  }

  /* Introduction */
  .introduction {
    text-align: center;
    background-color: #f4f5f7;
    padding: 79px 0 76px 0;
  }

  .introduction-title {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.30769;
    letter-spacing: -0.04em;
  }

  .introduction-desc {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.01em;
  }

  /* Project */
  .project {
    text-align: center;
  }

  .detail {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #7b787f;
    letter-spacing: -0.01em;
  }

  .job.detail {
    margin-bottom: 28px;
  }

  .project-card {
    margin: 0 auto 24px;
    display: block;
    width: 450px;
    height: 450px;
    padding: 26px 0 14px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
  }

  .card {
    margin-bottom: 60px;
  }

  .project-card-github {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    width: auto;
    height: 30px;
  }

  .project-card img {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    width: auto;
    height: 300px;
  }

  .project-card strong {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }

  .project .section-detail-desc {
    font-size: 18px;
    line-height: 1.4;
  }

  .project .section-desc {
    font-size: 20px;
    line-height: 1.466;
    letter-spacing: -0.01em;
  }

  /* experience */
  .experience .section-category {
    padding-top: 0px;
  }

  .experience-card {
    margin: 120px 20px 36px 0;
    display: block;
    width: 200px;
    height: 200px;
    padding: 26px 0 14px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05),
      inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    transition: background-color 500ms ease-in-out;
  }

  .experience-card img.cs-study {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto 16px;
    padding-top: 18px;
  }

  .experience-card img.lildev {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto 16px;
    padding-top: 36px;
  }

  .experience-card img {
    display: block;
    width: auto;
    height: 110px;
    margin: 0 auto 8px;
  }

  .experience .section-desc {
    font-size: 20px;
    line-height: 1.466;
    letter-spacing: -0.01em;
  }

  .experience .section-detail-desc {
    font-size: 18px;
    line-height: 1.4;
  }

  /* Skill */
  .skill.section {
    padding: 40px 0 20px;
  }

  .section-title.skilltitle {
    color: #2b292d;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1;
  }

  .skill .section-detail-desc {
    font-size: 18px;
    line-height: 1.7;
  }

  .skill .section-detail-desc.last {
    margin-bottom: 80px;
  }

  /* Education */
  .education.section {
    padding: 40px 0 20px;
  }

  .section-title.edu {
    color: #2b292d;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
  }

  .edu.team.detail {
    margin-bottom: 20px;
  }

  .education .section-detail-desc {
    font-size: 18px;
    line-height: 1.7;
  }

  .education .section-detail-desc.last {
    margin-bottom: 80px;
  }

  /* Footer */
  footer {
    background-color: #fff;
    padding: 40px 0;
  }

  .footer-link {
    font-size: 18px;
    padding-right: 16px;
  }
}

/* Custom Grid System - Fix container width */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 960px !important;
  }
}
