@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli|Sen&display=swap");
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

body {
  background: #fff;
  font-family: "Work Sans", sans-serif, "Noto Sans TC", Microsoft JhengHei, 微軟正黑體, Helvetica Neue;
  font-weight: 100;
  margin-bottom: 0;
  color: #232323;
  line-height: 2;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

#full-page {
  animation: fadeIn 1s ease-out 0.2s 1 forwards;
  opacity: 0;
}

.inner-content {
  background: #fff;
  color: #000;
}

a {
  color: #212529;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
  color: #2ab488;
}

p {
  margin-bottom: 20px;
  line-height: 1.8;
}
p a {
  color: #aaa;
}

.text-imp {
  border-bottom: 5px solid #ffc254;
}

.wrapper {
  padding: 0px 15px 0 15px;
}

.wrapper.black {
  background-color: #000;
}

.inner {
  width: auto;
  margin: 0 auto;
  padding: 20px 0;
}
.inner .imgae {
  text-align: center;
}
.inner img {
  margin-bottom: 10px;
}

.nope {
  margin-left: 0px;
}
.nope span {
  margin-right: 24px;
}

footer {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 13px;
}

.pre-info {
  margin-top: 40px;
  font-size: 14px;
}
.pre-info .col-sm-3 {
  margin-bottom: 5px;
}
.pre-info h6 {
  font-family: "Radnika-Bold", sans-serif;
  font-weight: 800;
}
.pre-info ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.pre-info li {
  margin-bottom: 3px;
}

.span1 {
  color: #2F80ED;
  font-size: 12px;
}

.span2 {
  font-size: 18px;
  font-weight: 600;
}

.img-custom {
  width: 600px;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.article .headtitle {
  text-align-last: left;
  margin: 80px 0 20px;
  font-size: 22px;
  font-weight: 800;
}
.article .image {
  text-align: center;
}
.article h3 {
  color: #2ab488;
}
.article h5 {
  font-size: 16px;
  color: #fff;
}
.article p {
  text-align: normal;
  margin-top: 5px;
  font-family: "Fakt", sans-serif;
  font-weight: 100;
  color: #333;
}
.article .keywords {
  margin-bottom: 30px;
  color: #777;
}
.article .box {
  text-align: justify;
  margin: 15px auto;
  width: 440px;
}
.article .box h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.grey {
  color: #999;
}

.unexpected {
  color: #999;
  text-decoration: line-through;
}

.row {
  margin-bottom: 40px;
}

.col-sm-12 {
  margin-bottom: 15px;
}

.top {
  margin: 30px 0 10px 0;
}

.list {
  padding-left: 15px;
  text-align: left;
  font-weight: 100;
}
.list p {
  margin-bottom: 0;
}

.button {
  background: #000;
  padding: 10px 10px;
}

.circle {
  height: 124px;
  width: 124px;
}
.circle .background {
  fill: transparent;
  stroke: #1abc9c;
  transition: all 200ms ease;
}
.circle .foreground {
  fill: transparent;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke: #EE3769;
  transform-origin: 50% 50%;
  transform: rotate(-270deg);
  transition: all 800ms ease;
}
.circle .line {
  stroke-width: 2;
  stroke: #1abc9c;
  transform-origin: 50% 50%;
  transition: all 500ms ease;
}
.circle .line2 {
  transform: rotate(-90deg);
}
.circle:hover {
  cursor: pointer;
}
.circle:hover .background {
  stroke: transparent;
}
.circle:hover .foreground {
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
}
.circle:hover .line {
  stroke: #EE3769;
}
.circle:hover .line {
  transform: rotate(180deg);
}
.circle:hover .line2 {
  transform: rotate(0);
}

.menu {
  text-align: right;
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0;
}
.menu dt {
  display: inline-block;
  margin-right: 40px;
  width: auto;
}
.menu dt a {
  color: #212529;
  letter-spacing: 1px;
  transition: all 0.4s;
  text-decoration: none;
}
.menu dt a:hover {
  color: #2ab488;
}
.menu dt a.active {
  color: #2ab488;
}

.name {
  color: #2ab488;
  font-size: 40px;
  font-family: "Work Sans", sans-serif, "Noto Sans TC", Microsoft JhengHei, 微軟正黑體, Helvetica Neue;
}
.name span {
  font-size: 12px;
  display: block;
}

.desp {
  font-size: 14px;
  font-weight: 700;
  color: #4f4f4f;
}

.desp2 {
  font-size: 14px;
  color: #aaa;
}

.wrap-img {
  text-align: center;
}
.wrap-img .thumbnail {
  display: block;
  transition: all 0.4s;
  cursor: pointer;
}
.wrap-img .thumbnail img {
  border-radius: 10px;
}
.wrap-img .thumbnail .title {
  color: #212529;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  text-align: left;
}
.wrap-img .thumbnail:hover > .title {
  color: #2ab488;
  transition: all 0.4s;
}
.wrap-img .thumbnail:hover > img {
  filter: brightness(0.6);
  transition: all 0.4s;
}
.wrap-img .thumbnail > .subtitle {
  color: #aaa;
  font-size: 14px;
  text-align: left;
}

.inhouse {
  background-color: #000;
  min-height: 200px;
  color: #fff;
}
.inhouse .container {
  padding-top: 40px;
}

.del-pd .col-sm-12 {
  margin: 0;
  padding: 0;
}

.row.tips {
  margin-bottom: 0;
  font-size: 14px;
  margin-left: 0px;
  font-weight: 800;
}
.row.tips span {
  margin-right: 14px;
}

.hr {
  border-width: 1px;
  border-color: #2ab488;
  margin: 10px 0;
}

.about_desp {
  background-color: rgba(255, 255, 255, 0.2117647059);
  padding: 10px 0;
  border-radius: 10px;
  text-align: justify;
}

.info {
  display: block;
  width: 100%;
}
.info dt {
  display: inline-block;
}

.na_info {
  margin-bottom: 5px;
}
.na_info h3 {
  line-height: 1.5;
}
.na_info span {
  display: block;
}

.article-center {
  text-align: center;
}

.top-img {
  width: 100%;
  height: 215px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.summary {
  letter-spacing: 8px;
  color: #212529;
}

.prj-title {
  color: #333333;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 15px;
}
.prj-title-info-name {
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 15px;
}
.prj-title-info-content {
  color: #4F4F4F;
  font-size: 13px;
  font-weight: 400;
}

.info {
  margin-bottom: 30px;
}
.info ul {
  margin: 20px 0 0px 0;
  padding: 0;
  font-size: 14px;
}
.info li {
  list-style: none;
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 5px;
}
.info .title {
  margin-bottom: 10px;
  color: #2ab488;
  font-size: 16px;
  font-weight: 900;
}
.info .title.first {
  border: none;
}

.bg2 {
  background: black;
}

.pic_me {
  width: auto;
  margin-top: 40px;
}

@media screen and (min-width: 860px) {
  .inner {
    width: 860px;
  }
  .container {
    width: 1040px;
  }
  .top-img {
    height: 515px;
  }
  .menu dt {
    width: auto;
  }
}
.job-info {
  margin-top: 35px;
  font-size: 12px;
}
.job-info dt {
  color: #2ab488;
  margin-bottom: 0;
  list-style-type: disc;
}
.job-info dd {
  font-size: 12px;
  line-height: 1.4;
}
.job-info dd a {
  text-decoration: underline;
}

dd {
  font-size: 12px;
}

b {
  font-weight: 900;
}