@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url(../font/PretendardVariable.woff2) format(woff2-variations);
}
.font-theseasons-italic {
  font-family: "the-seasons", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.font-erotique {
  font-family: "erotique-alternate", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-erotique-bold {
  font-family: "erotique-alternate", sans-serif;
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
}

html, body {
  font-size: 16px;
  color: #222;
  font-size: 16px;
  font-family: "Pretendard Variable", "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  font-style: none;
}

a, a:after {
  color: #222;
}

#container {
  width: 100%;
}

:root {
  --app-height: 100%;
}

section {
  width: 100%;
  height: 100vh;
}

.section__title {
  color: #616161;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  margin: 2rem 0 2rem;
}

.section__bgtext {
  position: absolute;
  color: #dfdfdf;
  filter: blur(3px);
}

.imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  border: 1px solid #222;
  border-radius: 8px;
}
.imgBox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.imgBox:hover > img {
  transform: scale(1.05);
}

.svg--hover > svg {
  overflow: visible;
}
.svg--hover:hover > svg > circle {
  transform: rotate(14deg);
}
.svg--hover:hover > svg > circle:nth-child(3) {
  transform: translateX(50px);
}

progress {
  position: fixed;
  top: 0;
  left: 0;
  appearance: none;
  width: 100%;
  height: 3px;
  border: none;
  background: transparent;
}

progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: linear-gradient(to right, #c2e8f9, #c2e8f9, #222);
  background-attachment: fixed;
}

progress::-moz-progress-value {
  background: linear-gradient(to right, #c2e8f9, #c2e8f9, #222);
  background-attachment: fixed;
}

.logo {
  position: fixed;
  width: 80px;
  height: 80px;
  top: 2rem;
  left: 2rem;
  z-index: 3;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

.nav {
  right: 2rem;
  top: 2rem;
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-radius: 100px;
  z-index: 10;
}
.nav .nav__item {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  border-radius: 100px;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  padding: 6px 10px;
}
.nav .nav__item.active {
  background: #fff;
  color: #222;
}
.nav.active {
  background: #000000;
  top: 0;
  right: -40vw;
  width: 40vw;
  height: 100vh;
  border-radius: 30px 0px 30px 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav.active .nav__item {
  height: 50px;
  line-height: 50px;
  width: 85%;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: 45;
  margin-bottom: 16px;
}
.nav.active.move {
  right: 0;
}

.nav--svg {
  position: fixed;
  top: 1rem;
  right: -100rem;
  cursor: pointer;
  z-index: 11;
}
.nav--svg > svg > path {
  filter: invert(100%);
}

.intro {
  background: #222;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 50px 50px;
  overflow-x: hidden;
}
.intro .intro__top {
  width: 70%;
  max-width: 800px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.intro .intro__top div {
  margin-bottom: 16px;
}
.intro .intro__top div:nth-child(2) {
  margin-bottom: 0px;
}
.intro .intro__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem;
}
.intro .intro__bottom > li {
  width: 33%;
}
.intro .intro__bottom > li > p {
  color: #fff;
  font-weight: 45;
  font-size: 1.5rem;
}
.intro .intro__bottom > li.intro__bottom_center {
  text-align: center;
}
.intro .intro__bottom > li.intro__bottom_right {
  text-align: right;
}

.skill {
  overflow: hidden;
}
.skill .section__bgtext {
  bottom: 15vh;
  right: -2rem;
  font-size: 9.4191522763vw;
  text-transform: capitalize;
}
.skill .skill__roles_wrap {
  width: 1800px;
  height: 1800px;
  top: -900px;
  left: -1350px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.skill .skill__roles_wrap .skill__roles {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}
.skill .skill__roles_wrap .skill__roles .role {
  position: absolute;
  padding-left: 900px;
  transform: rotate(0deg);
  transform-origin: top left;
}
.skill .skill__roles_wrap .skill__roles .role .circle {
  width: 12px;
  height: 12px;
  left: -6px;
  border: 2px solid #ccc;
  border-radius: 12px;
  background: #fff;
}
.skill .skill__roles_wrap .skill__roles .role p {
  left: 10px;
  top: -12px;
  transform: rotate(0deg);
  transform-origin: top left;
  font-weight: 45;
  font-size: 48px;
}
.skill .skill__roles_wrap .skill__roles .role p span {
  position: absolute;
  font-size: 0.675em;
  transform-origin: top left;
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(1) {
  transform: rotate(5deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(1) > p {
  transform: rotate(-5deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(2) {
  transform: rotate(15deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(2) > p {
  transform: rotate(-15deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(3) {
  transform: rotate(27deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(3) > p {
  transform: rotate(-27deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(4) {
  transform: rotate(37deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(4) > p {
  transform: rotate(-37deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(5) {
  transform: rotate(45deg);
}
.skill .skill__roles_wrap .skill__roles .role:nth-child(5) > p {
  transform: rotate(-45deg);
}
.skill .skill__skills {
  position: absolute;
  bottom: 25vh;
  right: 2rem;
  width: 870px;
  display: flex;
  flex-wrap: wrap;
}
.skill .skill__skills .skill__skills_list {
  width: 250px;
  height: 170px;
  margin-right: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.skill .skill__skills .skill__skills_list .circle {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin: 8px;
}
.skill .skill__skills .skill__skills_list p {
  font-size: 1.125rem;
  font-weight: 700;
}
.skill .skill__skills .skill__skills_list .skill-list {
  top: 0.5rem;
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.skill .skill__skills .skill__skills_list .skill-list li {
  padding: 4px 8px;
  background: #ddd;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 0.75rem;
}

.work {
  height: auto;
  overflow: hidden;
}
.work .work-img {
  display: flex;
  flex-direction: column;
}
.work .work-img > ul {
  margin: 0 1rem;
  display: flex;
  justify-content: end;
}
.work .work-img > ul > li {
  margin: 4px 4px;
  font-size: 0.625rem;
  padding: 2px 6px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 100px;
}
.work .work-img > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.work .work-text {
  display: block;
  width: 500px;
}
.work .work-text h4 {
  font-size: 1.5rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.work .work-text p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.work .work__bgtext01 {
  font-size: 6.9605568445vw;
  left: -1rem;
  top: 60vh;
}
.work .work__bgtext02 {
  font-size: 6.9605568445vw;
  text-align: right;
  right: -1rem;
  bottom: 37vh;
}
.work .work__con {
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 4rem auto 0;
}
.work .work__con .work__con_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.work .work__con .work__con_list .work-img {
  width: 48%;
  margin-right: 3rem;
}
.work .work__con .work__con_list .work-text {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 20px;
}
.work .work__con .work__con_list:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 5rem;
}
.work .work__con .work__con_list:nth-child(even) .work-img {
  margin-right: 0;
  margin-left: 3rem;
}
.work .work__con .work__con_list:nth-child(even) .work-img > ul {
  justify-content: start;
}
.work .work__con .work__con_list:nth-child(even) .work-text {
  align-items: end;
}
.work .work__dev {
  width: calc(100% - 2rem);
  max-width: 1400px;
  margin: 7rem auto 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.work .work__dev .work__dev_list {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.work .work__dev .work__dev_list .work-img {
  width: 100%;
}
.work .work__dev .work__dev_list .work-img-p {
  font-size: 4.25rem;
  color: #616161;
  position: absolute;
  z-index: 5;
}
.work .work__dev .work__dev_list:nth-child(1) {
  width: 40%;
  margin-bottom: 6rem;
}
.work .work__dev .work__dev_list:nth-child(1) .work-img {
  flex-direction: column-reverse;
}
.work .work__dev .work__dev_list:nth-child(1) .work-img-p {
  right: -90px;
  bottom: -40px;
}
.work .work__dev .work__dev_list:nth-last-child(1) {
  width: 43%;
}
.work .work__dev .work__dev_list:nth-last-child(1) .work-img > ul {
  justify-content: flex-start;
}
.work .work__dev .work__dev_list:nth-last-child(1) .work-img-p {
  left: -80px;
  top: -40px;
}
.work .work__dev .work__dev_list:nth-last-child(1) .work-text {
  margin-top: 3rem;
}
.work .work__dev .work__dev_vs {
  font-size: 6.25rem;
  padding: 0 2rem 0 0.5rem;
  color: #dfdfdf;
  display: flex;
  align-items: center;
}
.work .work__etc {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto 10rem;
}
.work .work__etc .work__etc_text {
  font-size: 5rem;
  color: #aaa;
  text-align: center;
  margin-bottom: 1.5rem;
}
.work .work__etc .work__etc_imgwrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work .work__etc .work__etc_imgwrap .work__etc_img {
  width: 24%;
}

.about {
  background: #222;
  overflow: hidden;
}
.about .about__top {
  width: 100%;
  height: 144px;
  line-height: 144px;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
}
.about .about__top .about__top_p {
  text-align: center;
  height: 100%;
  font-weight: 700;
}
.about .about__bottom {
  margin: 10px;
  width: calc(100% - 20px);
  height: calc(100vh - 164px);
  border-radius: 0 0 16px 16px;
  border: 1px solid #444;
  color: #fff;
}
.about .about__bottom a, .about .about__bottom a:active {
  color: #fff;
}
.about .about__bottom .about__gridwrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.about .about__bottom .about__gridwrap > li {
  border-top: 1px solid #444;
  padding: 0.25rem 0;
}
.about .about__bottom .about__gridwrap > li a, .about .about__bottom .about__gridwrap > li p, .about .about__bottom .about__gridwrap > li span {
  font-weight: 300;
  margin: 0 4px;
}
.about .about__bottom .about__gridwrap > li a {
  font-family: "erotique-alternate", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about .about__bottom .about__gridwrap .about__grid_innerbox > p {
  color: #c2e8f9;
  font-weight: 400;
  padding: 4px 0;
  font-size: 0.875rem;
}
.about .about__bottom .about__gridwrap .about__grid_innerbox li {
  border-top: 1px solid #444;
  font-size: 0.875rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.about .about__bottom .about__gridwrap .grid01 {
  grid-row: span 1;
  grid-column: span 10;
  border: 0;
}
.about .about__bottom .about__gridwrap .grid02 {
  grid-row: span 1;
  grid-column: span 5;
}
.about .about__bottom .about__gridwrap .grid03 {
  grid-row: span 1;
  grid-column: span 2;
}
.about .about__bottom .about__gridwrap .grid04 {
  grid-row: span 1;
  grid-column: span 3;
}
.about .about__bottom .about__gridwrap .grid05 {
  grid-row: span 1;
  grid-column: span 4;
}
.about .about__bottom .about__gridwrap .grid06 {
  grid-row: span 1;
  grid-column: span 2;
}
.about .about__bottom .about__gridwrap .grid07 {
  grid-row: span 1;
  grid-column: span 2;
}
.about .about__bottom .about__gridwrap .grid08 {
  grid-row: span 1;
  grid-column: span 4;
}
.about .about__bottom .about__gridwrap .grid09 {
  grid-row: span 1;
  grid-column: span 4;
}
.about .about__bottom .about__gridwrap .grid10 {
  grid-row: 3/span 2;
  grid-column: 9/span 2;
}
.about .about__bottom .about__gridwrap .grid01 {
  font-size: 5rem;
}
.about .about__bottom .about__gridwrap .grid02 {
  font-size: 2.5rem;
  color: #999;
}
.about .about__bottom .about__gridwrap .grid05 {
  font-size: 3rem;
  display: flex;
  justify-content: end;
  align-items: end;
  color: #999;
}
.about .about__bottom .about__gridwrap .grid08 {
  display: flex;
  justify-content: end;
  align-items: start;
  font-size: 2rem;
  color: #999;
}
.about .about__bottom .about__gridwrap .grid10 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about__bottom .about__gridwrap .grid10 .about__grid_svg {
  width: 70%;
}
.about .about__bottom .about__gridwrap .grid10 .about__grid_svg svg {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .intro .intro__bottom {
    padding: 1.5rem;
  }
  header .logo {
    top: 1.5rem;
    left: 1.5rem;
  }
  header .nav {
    top: 1.5rem;
    right: 1.5rem;
  }
  .skill .skill__roles_wrap {
    left: -1410px;
  }
  .skill .skill__skills {
    width: 580px;
    bottom: 15vh;
  }
  .work .work__con .work__con_list {
    justify-content: flex-start;
  }
  .work .work__dev .work__dev_list:nth-child(1) {
    width: 43%;
  }
  .work .work__dev .work__dev_list:nth-last-child(1) {
    width: 45%;
  }
  .work .work__dev .work__dev_vs {
    font-size: 5rem;
    padding: 0 1rem 0 0.25rem;
  }
  .about .about__top {
    height: 128px;
    line-height: 128px;
    border-radius: 0 0 40px 40px;
  }
  .about .about__bottom {
    height: calc(100vh - 148px);
  }
  .about .about__bottom .about__gridwrap {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(8, 1fr);
  }
  .about .about__bottom .about__gridwrap .grid01 {
    grid-column: span 8;
    font-size: 4.5rem;
  }
  .about .about__bottom .about__gridwrap .grid02 {
    grid-column: span 4;
  }
  .about .about__bottom .about__gridwrap .grid03 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid04 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid05 {
    grid-column: span 8;
    font-size: 4rem;
  }
  .about .about__bottom .about__gridwrap .grid06 {
    grid-column: span 3;
  }
  .about .about__bottom .about__gridwrap .grid07 {
    grid-column: span 3;
  }
  .about .about__bottom .about__gridwrap .grid08 {
    grid-column: span 3;
    font-size: 2.75rem;
  }
  .about .about__bottom .about__gridwrap .grid09 {
    grid-column: span 3;
  }
  .about .about__bottom .about__gridwrap .grid10 {
    grid-row: 4/span 2;
    grid-column: 7/span 2;
  }
}
@media screen and (max-width: 1023px) {
  .section__bgtext {
    font-size: 1.5rem;
  }
  .section__title {
    font-size: 1.5rem;
  }
  header .logo {
    top: 1rem;
    left: 1rem;
    width: 70px;
  }
  .intro .intro__top {
    width: 60%;
    top: 50%;
  }
  .intro .intro__top > div {
    margin-bottom: 1.5rem;
  }
  .intro .intro__top > div:nth-child(2) {
    margin-bottom: 0.85rem;
  }
  .intro .intro__bottom {
    padding: 1.5rem;
  }
  .intro .intro__bottom > li > p {
    font-size: 1.25rem;
  }
  .skill .skill__roles_wrap {
    transform: scale(0.9) translate(40px, -30px);
  }
  .skill .skill__skills {
    width: 100%;
    bottom: 7vh;
    right: 0;
    justify-content: center;
  }
  .skill .skill__skills .skill__skills_list {
    width: 240px;
    height: 180px;
    margin-right: 0px;
  }
  .work .work-text h4 {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
  .work .work-text p {
    font-size: 0.9375rem;
  }
  .work .work__con {
    margin: 4rem auto 0;
  }
  .work .work__con .work__con_list .work-img {
    width: 54%;
  }
  .work .work__dev .work__dev_list:nth-child(1) {
    width: 44%;
  }
  .work .work__dev .work__dev_list:nth-child(1) .work-img-p {
    font-size: 3rem;
    right: -60px;
    bottom: -30px;
  }
  .work .work__dev .work__dev_list:nth-last-child(1) {
    width: 47%;
  }
  .work .work__dev .work__dev_list:nth-last-child(1) .work-img-p {
    font-size: 3.5rem;
    left: -60px;
    top: -30px;
  }
  .work .work__dev .work__dev_vs {
    font-size: 3rem;
  }
  .work .work__etc {
    margin: 0 auto 8rem;
  }
  .work .work__etc .work__etc_text {
    font-size: 3.25rem;
  }
  .about .about__top {
    height: 102px;
    line-height: 102px;
    border-radius: 0 0 35px 35px;
  }
  .about .about__bottom {
    height: calc(100vh - 122px);
  }
  .about .about__bottom .about__gridwrap {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(7, 1fr);
  }
  .about .about__bottom .about__gridwrap .grid01 {
    grid-column: span 7;
    font-size: 3.5rem;
  }
  .about .about__bottom .about__gridwrap .grid02 {
    grid-column: span 3;
    font-size: 1.875rem;
  }
  .about .about__bottom .about__gridwrap .grid03 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid04 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid05 {
    grid-column: span 7;
    font-size: 3.25rem;
  }
  .about .about__bottom .about__gridwrap .grid06 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid07 {
    grid-column: span 3;
  }
  .about .about__bottom .about__gridwrap .grid08 {
    grid-column: span 3;
    font-size: 2.5rem;
  }
  .about .about__bottom .about__gridwrap .grid09 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid10 {
    grid-row: 4/span 2;
    grid-column: 6/span 2;
  }
}
@media screen and (max-width: 768px) {
  .section__bgtext {
    font-size: 1.25rem;
  }
  .section__title {
    font-size: 1.25rem;
  }
  .imgBox {
    border-radius: 4px;
  }
  header .logo {
    width: 60px;
  }
  header .nav--svg > svg {
    width: 36px;
  }
  .intro .intro__top {
    width: 75%;
    top: 50%;
  }
  .intro .intro__top > div {
    margin-bottom: 1.5rem;
  }
  .intro .intro__top > div:nth-child(2) {
    margin-bottom: 0.85rem;
  }
  .intro .intro__bottom {
    padding: 1.5rem;
  }
  .intro .intro__bottom > li:nth-child(2) {
    display: none;
  }
  .intro .intro__bottom > li > p {
    font-size: 1rem;
  }
  .skill .skill__roles_wrap {
    transform: scale(0.85) translate(40px, -50px);
  }
  .skill .skill__skills {
    min-width: 440px;
    bottom: 5vh;
    padding-left: 1rem;
    justify-content: space-around;
  }
  .skill .skill__skills .skill__skills_list {
    width: 220px;
    height: 150px;
  }
  .skill .skill__skills .skill__skills_list .circle {
    width: 4px;
    height: 4px;
    margin: 8px 4px;
  }
  .skill .skill__skills .skill__skills_list p {
    font-size: 1rem;
  }
  .skill .skill__skills .skill__skills_list .skill-list li {
    padding: 3px 6px;
    font-size: 0.625rem;
  }
  .work .work-text h4 {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
  }
  .work .work-text p {
    font-size: 0.875rem;
  }
  .work .work__con {
    margin: 3rem auto 0;
  }
  .work .work__con .work__con_list {
    width: 85%;
    flex-direction: column;
    align-items: center;
  }
  .work .work__con .work__con_list .work-img {
    width: 100%;
    margin: 0;
  }
  .work .work__con .work__con_list .work-img > ul {
    justify-content: start;
  }
  .work .work__con .work__con_list .work-text {
    width: 100%;
    margin-top: 1rem;
  }
  .work .work__con .work__con_list:nth-child(even) {
    margin-top: 3rem;
    flex-direction: column;
  }
  .work .work__con .work__con_list:nth-child(even) .work-img {
    margin: 0;
  }
  .work .work__con .work__con_list:nth-child(even) .work-img > ul {
    justify-content: flex-end;
  }
  .work .work__dev {
    flex-direction: column;
    justify-content: start;
    margin: 5rem auto;
  }
  .work .work__dev .work__con_list {
    display: flex;
  }
  .work .work__dev .work__dev_list:nth-child(1) {
    width: 70%;
    margin-left: 30%;
    margin-bottom: 0;
  }
  .work .work__dev .work__dev_list:nth-child(1) .work-img-p {
    right: auto;
    left: -60px;
    bottom: -30px;
    font-size: 3rem;
  }
  .work .work__dev .work__dev_list:nth-last-child(1) {
    width: 80%;
  }
  .work .work__dev .work__dev_list:nth-last-child(1) .work-img-p {
    left: auto;
    top: -30px;
    right: -60px;
    font-size: 3rem;
  }
  .work .work__dev .work__dev_vs {
    font-size: 4rem;
    justify-content: center;
    margin: 2rem 0;
  }
  .work .work__etc {
    width: calc(100% - 2rem);
  }
  .work .work__etc .work__etc_text {
    font-size: 2.25rem;
  }
  .work .work__etc .work__etc_imgwrap {
    width: 100%;
  }
  .work .work__etc .work__etc_imgwrap .work__etc_img {
    width: 32%;
    margin-bottom: 0.75rem;
  }
  .about .about__top {
    height: 92px;
    line-height: 92px;
    border-radius: 0 0 30px 30px;
  }
  .about .about__bottom {
    height: calc(100vh - 112px);
  }
  .about .about__bottom .about__gridwrap {
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(7, 1fr);
  }
  .about .about__bottom .about__gridwrap .about__grid_innerbox > p, .about .about__bottom .about__gridwrap .about__grid_innerbox li {
    font-size: 0.75rem;
  }
  .about .about__bottom .about__gridwrap .about__grid_innerbox li {
    height: 1.25rem;
    line-height: 1.25rem;
  }
  .about .about__bottom .about__gridwrap .grid01 {
    grid-column: span 7;
    font-size: 2.75rem;
  }
  .about .about__bottom .about__gridwrap .grid02 {
    grid-column: span 7;
    font-size: 2rem;
  }
  .about .about__bottom .about__gridwrap .grid03 {
    grid-column: span 3;
  }
  .about .about__bottom .about__gridwrap .grid04 {
    grid-column: span 4;
  }
  .about .about__bottom .about__gridwrap .grid05 {
    grid-column: span 7;
    font-size: 2.5rem;
  }
  .about .about__bottom .about__gridwrap .grid06 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid07 {
    grid-column: span 3;
  }
  .about .about__bottom .about__gridwrap .grid08 {
    grid-column: span 3;
    font-size: 1.75rem;
  }
  .about .about__bottom .about__gridwrap .grid09 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid10 {
    grid-row: 5/span 2;
    grid-column: 6/span 2;
  }
}
@media screen and (max-width: 479px) {
  .section__bgtext {
    font-size: 1rem;
  }
  header .logo {
    width: 50px;
  }
  header .nav--svg > svg {
    width: 30px;
  }
  .intro .intro__top {
    width: 90%;
    top: 50%;
  }
  .intro .intro__top > div {
    margin-bottom: 2rem;
  }
  .intro .intro__top > div:nth-child(2) {
    margin-bottom: 1rem;
  }
  .intro .intro__bottom > li > p {
    font-size: 0.875rem;
  }
  .skill .skill__roles_wrap {
    transform: scale(0.6) translate(400px, 50px);
  }
  .skill .skill__skills {
    min-width: 360px;
    bottom: 0;
    right: -1rem;
    padding-left: 0.5rem;
    justify-content: flex-end;
  }
  .skill .skill__skills .skill__skills_list {
    width: 50%;
    height: 130px;
  }
  .skill .skill__skills .skill__skills_list p {
    font-size: 0.875rem;
  }
  .skill .skill__skills .skill__skills_list .skill-list {
    padding-left: 7px;
  }
  .work .work__con {
    margin: 2.5rem auto 0;
  }
  .work .work__con .work__con_list {
    width: 100%;
  }
  .work .work__con .work__con_list:nth-child(even) {
    margin-top: 1.87rem;
  }
  .work .work__dev {
    margin: 3rem auto;
  }
  .work .work__dev .work__dev_list:nth-child(1) {
    width: 80%;
    margin-left: 20%;
  }
  .work .work__dev .work__dev_list:nth-child(1) .work-img-p {
    font-size: 1.8rem;
    bottom: -18px;
    left: -30px;
  }
  .work .work__dev .work__dev_list:nth-last-child(1) {
    width: 93%;
  }
  .work .work__dev .work__dev_list:nth-last-child(1) .work-img-p {
    font-size: 2rem;
    top: -18px;
    right: -20px;
  }
  .work .work__dev .work__dev_vs {
    font-size: 2.5rem;
    margin: 0.5rem 0;
  }
  .work .work__etc {
    margin-bottom: 4.25rem;
  }
  .work .work__etc .work__etc_text {
    font-size: 2rem;
  }
  .work .work__etc .work__etc_imgwrap .work__etc_img {
    width: 48.5%;
    margin-bottom: 0.5rem;
  }
  .about .about__top {
    height: 82px;
    line-height: 82px;
  }
  .about .about__bottom {
    height: calc(100vh - 102px);
  }
  .about .about__bottom .about__gridwrap {
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }
  .about .about__bottom .about__gridwrap .about__grid_innerbox > p {
    font-size: 0.75rem;
  }
  .about .about__bottom .about__gridwrap .about__grid_innerbox li {
    font-size: 0.6875rem;
  }
  .about .about__bottom .about__gridwrap .grid01 {
    grid-column: span 3;
    font-size: 2.25rem;
  }
  .about .about__bottom .about__gridwrap .grid02 {
    grid-column: span 3;
    font-size: 1.75rem;
  }
  .about .about__bottom .about__gridwrap .grid03 {
    grid-column: span 1;
  }
  .about .about__bottom .about__gridwrap .grid04 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid05 {
    grid-column: span 3;
    font-size: 1.875rem;
  }
  .about .about__bottom .about__gridwrap .grid06 {
    grid-column: span 1;
  }
  .about .about__bottom .about__gridwrap .grid07 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid08 {
    grid-column: span 2;
    font-size: 1.5rem;
  }
  .about .about__bottom .about__gridwrap .grid09 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid10 {
    grid-row: 6/span 2;
    grid-column: 3/span 1;
  }
}
@media screen and (max-width: 390px) {
  header .logo {
    width: 40px;
  }
  .skill .skill__roles_wrap {
    transform: scale(0.48) translate(470px, -70px);
  }
  .about .about__top {
    height: 72px;
    line-height: 72px;
  }
  .about .about__bottom {
    height: calc(100% - 92px);
  }
  .about .about__bottom .about__gridwrap {
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .about .about__bottom .about__gridwrap .grid01 {
    grid-column: span 2;
  }
  .about .about__bottom .about__gridwrap .grid02 {
    grid-column: span 2;
    font-size: 1.5rem;
  }
  .about .about__bottom .about__gridwrap .grid03 {
    grid-column: span 1;
  }
  .about .about__bottom .about__gridwrap .grid04 {
    grid-column: span 1;
  }
  .about .about__bottom .about__gridwrap .grid05 {
    grid-column: span 2;
    font-size: 1.5rem;
  }
  .about .about__bottom .about__gridwrap .grid06 {
    grid-column: span 1;
  }
  .about .about__bottom .about__gridwrap .grid07 {
    grid-column: span 1;
  }
  .about .about__bottom .about__gridwrap .grid08 {
    grid-column: span 1;
    font-size: 1.25rem;
  }
  .about .about__bottom .about__gridwrap .grid09 {
    grid-column: span 1;
  }
  .about .about__bottom .about__gridwrap .grid10 {
    grid-row: 6/span 2;
    grid-column: 2/span 1;
  }
}