* {
  position: relative;
  text-align: center;
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 3px;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  overflow-x: hidden;
  background-image: url(../image/p0127_l_960.jpg);
  background-size: initial;
  background-repeat: repeat;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

.nav-container {
  width: 85%;
  max-width: 1620px;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.circle {
  width: 0px;
  height: 0px;
  position: absolute;
  right: -349px;
  top: 0px;
  border-radius: 9999px;
  border: solid 30px #E29746;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.stick1, .stick2 {
  position: absolute;
  width: 60px;
  height: 500px;
  left: -500px;
  top: 1500px;
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg);
  -webkit-box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.5);
  background-color: #E29746;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  trnasform-origin: center;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.stick2 {
  background-color: #FFBA6E;
}

.namecard {
  max-width: 300px;
  margin-top: 166px;
  display: inline-block;
}

.namecard img {
  max-width: 60%;
}

.namecard img, .namecard h2, .namecard h3, .namecard p {
  z-index: 20;
}

.position {
  color: #707070;
  padding-top: 20px;
  font-weight: 300;
}

.email {
  color: #707070;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.divcontainer {
  padding-top: 120px;
  padding-bottom: 120px;
}

.title {
  position: absolute;
  width: 100%;
  font-size: 200px;
  white-space: nowrap;
  padding-bottom: 75px;
  color: #faeee0;
  mix-blend-mode: multiply;
  z-index: 0;
}

.aboutme {
  display: inline-block;
  width: 30%;
}

.aboutme p {
  text-align: justify;
}

#about_first_word {
  font-size: 25px;
  font-weight: bold;
}

.title_about {
  margin-left: -700px;
  margin-top: -40px;
}

.saying {
  padding-top: 45px;
  color: #E29746;
}

.skills {
  height: 650px;
  line-height: 0px;
  margin-top: 100px;
}

.title_skills {
  margin-right: 250px;
  margin-top: -150px;
  text-align: right;
}

.skills ul {
  line-height: 0px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.skill {
  vertical-align: top;
  margin-bottom: 50px;
  padding: 20px 50px;
  margin: 0 20px;
  width: 45%;
  display: inline-block;
  line-height: normal;
  border: solid 0.5px #E29746;
  border-radius: 20px;
  text-align: left;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.skill1 {
  z-index: 3;
}

.skill2 {
  z-index: 2;
}

.title_skill {
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.skill_intro {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 25px;
  text-align: justify;
}

#word_deco_vue {
  color: #41b883;
}

#word_deco_js {
  color: #f58233;
}

#word_deco_html {
  color: #e44d26;
}

#word_deco_css {
  color: #0058a8;
}

#word_deco_sass {
  color: #cd6799;
}

#word_deco_bootstrap {
  color: #563d7c;
}

.point_word {
  color: #E29746;
}

.experiences {
  max-width: 80%;
  height: 1395px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px;
}

.title_experiences {
  margin-left: -450px;
  margin-top: -150px;
}

.ex_stick {
  position: absolute;
  background-color: #FFEFDE;
  height: 1020px;
  width: 2px;
  left: 70px;
}

.ex_ball {
  position: absolute;
  background-color: #FFDCB7;
  width: 10px;
  height: 10px;
  border: solid 2px #E29746;
  border-radius: 9999px;
  left: 66px;
  top: 60px;
}

.ex {
  top: 30px;
  max-width: 100%;
}

.ex_paragraph {
  left: 180px;
  padding: 10px 10px;
  width: 80%;
  margin-top: 45px;
  text-align: left;
  padding: 5px 50px;
  -webkit-box-shadow: 4px 3px 5px #57575763;
          box-shadow: 4px 3px 5px #57575763;
}

.yaer_span {
  font-size: 25px;
  color: #ac6e2c;
}

.ex_triangle {
  position: absolute;
  width: 100px;
  border-bottom: solid 1.5px #ac6e2c;
  left: 110px;
  top: 30px;
  z-index: 2;
}

.ex_triangle::before {
  content: "";
  display: block;
  width: 25px;
  margin-left: -20px;
  border-bottom: solid 0.5px #ac6e2c;
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
          transform: rotate(-45deg) translate(-8px, 7px);
}

.portfolio {
  margin: 0 auto;
  margin-bottom: 200px;
  width: 90%;
}

.title_portfolio {
  letter-spacing: 15px;
  margin-left: 400px;
  margin-top: -150px;
  text-align: right;
}

.works {
  min-height: 250px;
  margin: 7.5px;
  width: 30%;
  min-width: 345px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px;
  font-size: 0;
}

.works:hover .work_img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.work_img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  z-index: 0;
  -webkit-filter: brightness(25%) sepia(100%);
          filter: brightness(25%) sepia(100%);
  -o-object-fit: cover;
     object-fit: cover;
}

.work_img:hover {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.works_info {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  padding: 20px;
}

.works_info h3 {
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: left;
  font-size: 15px;
}

.works_info p {
  margin-top: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: left;
  line-height: 2;
  font-size: 15px;
}

.works_info:hover p {
  opacity: 1;
}

.works_info:hover h3 {
  opacity: 1;
}

footer {
  position: fixed;
  padding: 0.5rem 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  width: 100%;
  z-index: 4;
}

.title_connect {
  position: relative;
  color: #FFEFDE;
  padding-top: 35px;
  font-size: 30px;
  mix-blend-mode: initial;
}

.btn {
  display: inline-block;
  border-radius: 20px;
  margin-right: 38px;
}

.btn a {
  text-decoration: none;
  text-transform: uppercase;
  color: #2b1a09;
}

.btn a:hover {
  color: #FFCA91;
}

.btn img {
  max-width: 60px;
  vertical-align: middle;
}

#btnimg01 {
  max-width: 60.9px;
  margin: 30px 20px;
}

#btnimg02 {
  max-width: 30.6px;
  margin: 17px 35px;
}

#btnimg03 {
  margin: 20px;
}

#btnimg04 {
  margin: 19px 20px;
}

#btnimg05 {
  margin: 20px;
}

#btnimg06 {
  max-width: 68px;
  margin: 35px 16px;
}

@media screen and (max-width: 1024px) {
  .nav-container {
    width: 100%;
    height: auto;
  }
  .title {
    display: none;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0;
    margin-top: -250px;
    font-size: 150px;
  }
  .namecard {
    margin-top: 70px;
  }
  .title_about {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0;
    left: 250px;
    margin-top: -250px;
    font-size: 150px;
  }
  .aboutme {
    width: 55%;
    display: block;
    margin: 0 auto;
  }
  .aboutme p {
    text-align: center;
    margin-top: 80px;
  }
  .skills {
    margin-top: 0;
  }
  .title_skills {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 250px;
    margin-top: -150px;
    font-size: 150px;
  }
  .skill_intro {
    font-size: .9em;
  }
  .experiences {
    margin-top: 0;
  }
  .title_experiences {
    margin-top: 350px;
    left: 250px;
  }
  .work_img {
    max-width: 350px;
  }
  .title_portfolio {
    left: 375px;
    top: 500px;
  }
  .portfolio {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .works h3 {
    margin-top: 0px;
    opacity: 1;
  }
  .works p {
    margin-top: 0px;
    width: 100%;
    opacity: 1;
  }
  .btn {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .skills {
    height: auto;
  }
  .skill {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  .circle {
    width: 300px;
    height: 300px;
    z-index: 0;
    right: -150px;
    top: -150px;
    border: solid 10px #E29746;
  }
  .namecard {
    top: -10%;
  }
  .namecard img {
    max-width: 80%;
  }
  .aboutme {
    width: 90%;
  }
  .container {
    max-width: 90%;
  }
  .skill {
    width: auto;
  }
  .ex {
    padding-bottom: 50px;
  }
  .ex_triangle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 40px;
    top: 45px;
    display: none;
  }
  .ex_stick {
    display: none;
  }
  .ex_ball {
    display: none;
  }
  .ex_paragraph {
    top: 60px;
    left: 0px;
    width: 95%;
    padding: 20px;
    margin: 0;
  }
  .ex_p1 {
    margin-bottom: 150px;
  }
  .experiences {
    height: auto;
  }
  .work_img {
    max-width: 300px;
    height: 170px;
  }
  .work_img_left {
    float: none;
  }
  .work_img_right {
    float: none;
  }
  .works {
    min-width: 300px;
  }
  .works h3 {
    margin-top: 0px;
  }
  .works p {
    width: 80%;
    margin-top: 0px;
  }
  .work_img {
    height: 100%;
  }
  .portfolio {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .footerbtns {
    margin-left: auto;
    margin-right: auto;
  }
  .btn {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
  }
  .title_connect {
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */