@charset "UTF-8";
:root {
  --point-lch: lch(88.54% 20.93 99.99);
  --point-lch-code: 88.54% 20.93 99.99;
  --sub1-lch: lch(78.86% 80.4 90.33);
  --sub1-lch-code: 78.86% 80.4 90.33;
  --black-lch: lch(0% 0 0);
  --black-lch-code: 0% 0 0;
  --gray-lch: lch(25.87% 4.63 257.59);
  --gray-lch-code: 25.87% 4.63 257.59;
  --font1-lch: lch(59.82% 64.06 282.02);
  --font1-lch-code: 59.82% 64.06 282.02;
  --side1-lch: lch(75.08% 25.4 265.76);
  --side1-lch-code: 75.08% 25.4 265.76;
}

html {
  font-size: 16px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  color: inherit;
  font-family: "Noto Sans KR";
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
}

.btn1 {
  display: inline-block;
  padding: 8px 20px;
  background-color: lch(var(--font1-lch-code)/0.7);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

nav {
  position: absolute;
  right: 2px;
  background-color: lch(var(--side1-lch-code)/0.2);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 12px;
  gap: 13px;
}
nav a {
  font-size: 1.5rem;
}
nav #logout, nav #admin {
  display: none;
}

.profile {
  width: 820px;
  margin: 0px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.axis {
  width: 50%;
}

h3 {
  font-size: 1rem;
}

/* 영역별 */
.jobBox.show {
  opacity: 1;
}

.jobBox {
  align-self: flex-end;
  border: 2px solid lch(var(--point-lch-code));
  padding: 7px 30px;
  font-weight: 600;
  color: lch(var(--gray-lch-code)/0.8);
  opacity: 0;
  transition: opacity 1.5s;
}

.top.show {
  opacity: 1;
  transform: translateY(0);
}

.top {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  border-width: 0px;
  background-color: lch(var(--point-lch-code)/0.4);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(300px);
  transition: transform 1.5s, opacity 1s;
}
.top .userBox {
  width: 40%;
  position: relative;
  top: -45px;
  left: 30px;
}
.top .userBox h1.show {
  opacity: 1;
  transform: translateX(0);
}
.top .userBox h1 {
  margin-bottom: 15px;
  padding-top: 15px;
  border-width: 3px 0px;
  border-style: solid;
  border-color: lch(var(--gray-lch-code)/0.8);
  font-family: "Teko", sans-serif;
  font-size: 5.7rem;
  line-height: 80%;
  color: lch(var(--gray-lch-code)/0.8);
  opacity: 0;
  transform: translateX(-150px);
  transition: transform 1.5s, opacity 1s;
}
.top .userBox ul {
  padding: 20px 0px 10px 0px;
  border-bottom: 2px solid lch(var(--point-lch-code));
  display: flex;
  justify-content: space-between;
}
.top .userBox ul li {
  font-size: 0.8rem;
}
.top .userBox ul li i {
  padding-right: 10px;
}
.top figure {
  width: 40%;
}
.top figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.summary.show {
  opacity: 1;
}

.summary {
  margin-top: 30px;
  opacity: 0;
  transition: opacity 1.5s;
}
.summary p {
  margin: 10px 0px;
  line-height: 180%;
  color: lch(var(--gray-lch-code)/0.9);
}

.contents1.show {
  opacity: 1;
}

.contents1 {
  display: flex;
  opacity: 0;
  transition: opacity 1.5s;
}
.contents1 .subSection {
  margin: 40px 0px;
}
.contents1 .subSection article {
  margin: 20px 0px;
  padding-left: 15px;
  line-height: 180%;
  border-left: 4px solid lch(var(--point-lch-code));
}
.contents1 .subSection article ul {
  color: lch(var(--gray-lch-code)/0.9);
}

.contents2.show {
  opacity: 1;
}

.contents2 {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 1.5s;
}
.contents2 h2 {
  width: 100%;
}
.contents2 .axis {
  margin: 20px 0px;
  border-left: 4px solid lch(var(--point-lch-code));
  padding-left: 15px;
  line-height: 180%;
}
.contents2 .axis ul {
  display: flex;
  justify-content: space-between;
  color: lch(var(--gray-lch-code)/0.9);
}
.contents2 .axis ul li {
  padding-right: 30px;
}

@media screen and (max-width: 870px) {
  .profile {
    width: 100%;
    padding: 10px 0px;
  }
  .axis {
    width: 100%;
  }
  /* 영역별 */
  .jobBox {
    border: 0;
    padding: 5px 65px;
    font-size: 2vw;
  }
  .top {
    height: 47vh;
    margin-top: 10px;
  }
  .top .userBox h1 {
    padding-top: 15px;
    border-width: 0px;
    font-size: 12.5vh;
    line-height: 80%;
  }
  .top .userBox ul {
    padding: 10px 0px 10px 0px;
    border-bottom: 2px solid lch(var(--point-lch-code));
    display: flex;
    justify-content: left;
  }
  .top .userBox ul li {
    font-size: 0.8rem;
  }
  .top .userBox ul li i {
    padding-right: 10px;
  }
  .top .userBox ul li span {
    display: none;
  }
  .summary {
    padding: 0px 15px;
  }
  .contents1 {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .contents1 .subSection {
    margin: 25px 0px;
  }
  .contents2 {
    width: 370px;
    padding: 0 15px;
  }
}
.join {
  width: 400px;
  margin: 0px auto;
  padding: 40px;
}
.join h1 {
  margin-bottom: 60px;
  text-align: center;
}
.join article {
  margin: 35px 0px;
}
.join article span {
  display: none;
  color: red;
  font-size: 0.8rem;
}
.join article p input, .join article textarea {
  padding-top: 5px;
  width: 100%;
  border-width: 0 0 1px 0;
  border-color: lch(var(--gray-lch-code));
  font-size: 1rem;
  color: var(--font1-lch);
}
.join .btn1 {
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  border-radius: 10px;
}

.login {
  width: 400px;
  margin: 0px auto;
  padding: 40px;
}
.login h1 {
  margin-bottom: 60px;
  text-align: center;
}
.login article {
  margin: 35px 0px;
  padding: 5px 10px;
  border: 1px solid gray;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: lch(var(--gray-lch-code));
  display: flex;
  gap: 20px;
  align-items: center;
}
.login article input {
  padding-bottom: 5px;
  width: 100%;
  border: none;
  font-size: 1rem;
  color: var(--font1-lch);
}
.login .btn1 {
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  border-radius: 10px;
}

.admin {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.admin h1 {
  margin-bottom: 30px;
  text-align: center;
}
.admin table {
  border-collapse: collapse;
  border: 1px solid lch(var(--gray-lch-code)/0.1);
}
.admin table tr {
  height: 45px;
}
.admin table th {
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: lch(var(--gray-lch-code)/0.2);
  font-weight: 400;
}
.admin table th:nth-child(1) {
  width: 150px;
}
.admin table th:nth-child(2) {
  width: 150px;
}
.admin table th:nth-child(3) {
  width: 150px;
}
.admin table th:nth-child(4) {
  width: 200px;
}
.admin table th:nth-child(5) {
  width: 300px;
}
.admin table th:nth-child(6) {
  width: 150px;
}
.admin table th:nth-child(7) {
  width: 150px;
}
.admin table tbody {
  /* 홀수 번째 tr (1, 3, 5...) */
  /* 짝수 번째 tr (2, 4, 6...) */
}
.admin table tbody tr:nth-child(odd) {
  background-color: lch(var(--point-lch-code)/0.2);
}
.admin table tbody tr:nth-child(even) {
  background-color: white;
}
.admin table tbody td {
  text-align: center;
}
.admin table tbody td i {
  cursor: pointer;
}
.admin #pagination {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.admin #pagination button {
  padding: 2px 8px;
}

/*# sourceMappingURL=STYLE.CSS.map */
