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

html, body {
  width: 100vw;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: Poppins, Noto Sans TC, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: #121212;
  padding-bottom: 30px;
}

h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}

h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

p, ul, li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #393939;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h5 {
    font-size: 16px;
    line-height: 28px;
  }
  p, ul, li {
    font-size: 14px;
    line-height: 24px;
  }
}
.container .row {
  margin-left: 0;
  margin-right: 0;
}

.note {
  color: #afafaf;
}

.text-link {
  color: #55BFBF;
}

.bold {
  font-weight: bold;
}

.side {
  font-family: Poppins;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.reverse-type {
  background-color: #55BFBF;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  border-radius: 5px;
}

.white {
  color: #fff;
  text-shadow: 0.07em 0.07em 0.2em rgba(0, 0, 0, 0.4235294118);
}

.wgstroke {
  font-style: italic;
  color: white;
  -webkit-text-stroke: 1px #AB2121;
}

.ereadystroke {
  font-style: italic;
  color: white;
  -webkit-text-stroke: 1px #9dd06d;
}

.h2stroke {
  font-style: italic;
  color: white;
  -webkit-text-stroke: 1px #55BFBF;
}

.c_peach {
  color: #F485A0;
}

.c_teal {
  color: #6AD3BA;
}

.c_teal_dark {
  color: #55BFBF;
}

.c_gr_900 {
  color: #121212;
}

.c_gr_800 {
  color: #393939;
}

.c_gr_700 {
  color: #606060;
}

.c_gr_550 {
  color: #878787;
}

.c_gr_400 {
  color: #afafaf;
}

.c_gr_300 {
  color: #d6d6d6;
}

.c_gr_200 {
  color: #e6e6e6;
}

.c_gr_50 {
  color: #f3f3f3;
}

.c_wg {
  color: #AB2121;
}

.c_eready {
  color: #9dd06d;
}

.gap-30 {
  margin-bottom: 30px;
}

.gap-60 {
  margin-bottom: 60px;
}

.gap-90 {
  margin-bottom: 90px;
}

.cardshadow {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

nav {
  height: 120px;
  display: flex;
}
nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: none;
  align-self: stretch;
  justify-content: space-between;
  padding: 0 50px;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 40px 0px 0px;
  height: 100px;
  gap: 3px;
}
header img {
  height: 30px;
  width: 30px;
  order: 1;
}
header div li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: none;
  order: 0;
  flex-grow: 0;
  background: #fff;
}
header ul {
  font-weight: 300;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px 40px;
  margin: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
header a {
  color: #878787;
}
header a:hover {
  color: #55BFBF;
  border-bottom: 1px solid #6AD3BA;
}

.hamburger-lines {
  display: none;
}

.checkbox {
  display: none;
}

@media screen and (max-width: 1366px) {
  header {
    height: 80px;
  }
  header ul {
    padding: 10px 30px;
  }
}
.copyright {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transform: rotate(-90deg);
  left: -170px;
  top: 45%;
}

@media only screen and (max-width: 960px) {
  .copyright {
    left: -190px;
    top: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .copyright {
    transform: rotate(0);
    position: relative;
    left: 0;
  }
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  height: auto;
}

.profile {
  height: 350px;
  position: relative;
}
.profile .profilecard {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  width: 75%;
  max-width: 360px;
  min-width: 120px;
  align-content: center;
}

.selfintro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.selfintro span {
  font-family: Permanent Marker;
  color: #121212;
  padding: 5px;
  background-color: #ffffa6;
}

.about-h2 {
  color: #55BFBF;
  text-align: center;
}

a {
  color: #55BFBF;
}
a :hover {
  color: #fff;
}
a button {
  padding: 0.8em 1.8em;
  border: 2px solid #55BFBF;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  z-index: 1;
  font-family: inherit;
  color: #55BFBF;
  border-radius: 4px;
}
a button::before {
  content: "";
  width: 0;
  height: 450%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #55BFBF;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
a button:hover::before {
  width: 105%;
}

.divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 160px 0;
}

#funfact .factdiv {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
#funfact .factbox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #393939;
  background: #F9F9F6;
  border: 1px solid #E6E6E6;
}

#footer {
  background-image: url(./img/bgi/footer-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer img {
  width: 12%;
  max-width: 200px;
  min-width: 120px;
}

.artboard-title-white {
  color: #fff;
  text-shadow: 0.07em 0.07em 0.2em rgba(0, 0, 0, 0.4235294118);
}

.artboard-banner {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 60px;
}
.artboard-banner .banner {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  height: 500px;
}
.artboard-banner .project-role {
  border-left: 4px #fff solid;
}
.artboard-banner img {
  top: 30px;
  right: 0px;
  position: absolute;
}

.wgmockupbgi {
  border-radius: 12px;
}

.mockup-img-right {
  position: absolute;
  right: 0;
  top: 0;
}

.mockup-img-left {
  position: absolute;
  left: 0;
  top: 0;
}

.color-name {
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 90px 0px 0px;
}
.color-name p {
  width: 100%;
  font-weight: 300;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6862745098);
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

.gsframe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.gsframe img {
  width: 55%;
}

@media only screen and (max-width: 992px) {
  .artboard-banner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .artboard-banner img {
    position: relative;
    transform: translatey(-150px);
  }
  .process {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 10px;
  }
  .wgmockupbgi {
    border-radius: 12px;
    margin-bottom: 270px;
  }
  .wgmockupbgi .mockup-content {
    height: 400px;
  }
  .wgmockupbgi img {
    width: 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 270px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .artboard-banner img {
    position: relative;
    transform: translatey(-150px);
  }
  .wgmockupbgi {
    margin-bottom: 280px;
  }
  .wgmockupbgi .mockup-content {
    height: 400px;
  }
  .wgmockupbgi img {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 270px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .artboard-banner .project-role {
    margin-left: 30px;
  }
  .artboard-banner .banner {
    height: 400px;
  }
  .artboard-banner img {
    transform: translatey(-50px);
  }
  .wgmockupbgi {
    margin-bottom: 270px;
  }
  .wgmockupbgi .mockup-content {
    height: 400px;
  }
  .wgmockupbgi img {
    width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    top: 270px;
    margin: 0 auto;
  }
  nav .fixedmenu {
    position: absolute;
    right: 0;
  }
  header {
    height: 80px;
    padding: 0px 0px 0px 0px;
  }
  header ul {
    padding: 10px 30px;
  }
  header a {
    padding: 10px 30px;
    flex: auto;
  }
  .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 30px;
    position: absolute;
  }
  .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #878787;
  }
  .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s linear;
  }
  .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    background: #0e2431;
    margin-right: 30px;
  }
  .move {
    z-index: 1;
    margin: auto;
    transform: translateX(-150%);
    transition: transform 0.5s ease-in-out;
  }
  .menu-items {
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    margin: auto;
    margin-top: 80px;
  }
  input[type=checkbox]:checked ~ .move {
    transform: translateX(0);
  }
  input[type=checkbox]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
    background: #F485A0;
  }
  input[type=checkbox]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
    background: #F485A0;
  }
  input[type=checkbox]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
    background: #F485A0;
  }
}/*# sourceMappingURL=artwork.css.map */