html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: 1.5;
    font-size: 16px;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

img {
    display: block;
    border: none;
    width: 100%;
}

.project {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    line-height: 1.5;
}
.project * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Red Hat Display", "Noto Sans TC", "Microsoft JhengHei";
}
.project a {
    color: #222222;
    text-decoration: none;
}
.project a:focus {
    outline: none;
}
.project .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.forzen {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.none {
    display: none !important;
}

.more {
    margin: 0 auto;
    max-width: 1532px;
    padding: 40px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 1500px) {
    .more {
        padding-right: 2vw;
    }
}
@media screen and (max-width: 980px) {
    .more {
        padding-right: 0vw;
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.more .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px;
    padding: 20px 0;
    background-color: #333;
    border-radius: 50px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
.more .btn p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
@media (min-width: 981px) {
    .more .btn:hover {
        padding: 20px 72px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        background-color: #4d4d4d;
    }
    .more .btn:hover p {
        -webkit-transform: scale(1.111);
        transform: scale(1.111);
    }
}
@media screen and (max-width: 980px) {
    .more .btn {
        width: 220px;
        font-size: 18px;
    }
}

.project header {
    position: absolute;
    right: 0;
    top: calc(100vh - 436px);
    z-index: 99;
}
@media screen and (max-width: 1600px) {
    .project header {
        top: calc(100vh - 417px);
    }
}
.project header .recruit {
    top: -94px;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    max-width: 195px;
    height: 93px;
}
.project header .recruit .pic {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    height: 100%;
    background-image: url(../images/recruit.svg);
}
@media (min-width: 981px) {
    .project header .recruit .pic:hover {
        background-image: url(../images/recruit_hover.svg);
    }
}
.project header .recruit .x {
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/x.svg);
    display: block;
    right: 3px;
    top: 10px;
}
.project header .recruitbottom {
    top: unset;
    bottom: -94px;
    display: none;
}
.project header .recruitbottom.active {
    display: block;
}
.project header nav {
    background-color: #fff;
}
.project header nav .language {
    display: none;
}
.project header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 195px;
    height: 310px;
}
@media screen and (max-width: 1600px) {
    .project header nav ul {
        height: 300px;
        width: 140px;
    }
}
.project header nav ul li {
    height: 16%;
    /*width: 50%;*/
    width: 100%;
    padding: 0 25%;
}
.project header nav ul li a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
@media (min-width: 981px) {
    .project header nav ul li a:hover .cn {
        opacity: 1;
    }
    .project header nav ul li a:hover .en {
        opacity: 0;
    }
}
.project header nav ul li a span {
    padding: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: #333;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
    .project header nav ul li a span {
        font-size: 16px;
    }
}
.project header nav ul li a .cn {
    opacity: 0;
    color: #fff;
    background-color: #333;
    font-size: 16px;
}
.project header nav ul .on a .cn {
    opacity: 1;
}
.project header nav ul .on a .en {
    opacity: 0;
}
.project header .menubtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #004F6F;
    padding: 50px 0 30px 0;
    z-index: 200;
}
.project header .menubtn p {
    font-size: 20px;
    font-weight: 900;
    line-height: 2.3;
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .project header .menubtn p {
        font-size: 16px;
    }
}
.project header .menubtn > span {
    display: block;
    position: absolute;
    width: 35%;
    height: 1.5px;
    background-color: #fff;
    top: 30%;
    left: 0%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.project header .menubtn p.close {
    display: none;
}
.project header .menubtn > span:first-child {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    left: 50%;
}
.project header .menubtn > span:nth-child(2) {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    left: 50%;
}
.project header .closeBtn {
    background: none;
}
.project header .closeBtn span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
}
.project header .closeBtn span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
}
.project header .contactBtns {
    display: none;
}
.project .open {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 45vw;
}
.project .open::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 55vw;
    left: -55vw;
    top: 0;
}
.project .open nav {
    background: -webkit-gradient(linear, left top, left bottom, from(#004F6F), to(#79C38D));
    background: linear-gradient(to bottom, #004F6F 0% 85%, #79C38D);
    width: 100%;
    height: 100%;
    /*padding-left: 60px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.project .open nav .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    padding-left: 60px;
}
.project .open nav .language .logo .pic {
    max-width: 100px;
}
.project .open nav .language .lang {
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: right;
    color: #333;
    position: relative;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.project .open nav .language .lang::before {
    position: absolute;
    content: "_";
    font-size: 16px;
    font-weight: bold;
    top: 50%;
    left: -16px;
    color: #333;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
@media (min-width: 981px) {
    .project .open nav .language .lang:hover {
        color: #696969;
    }
    .project .open nav .language .lang:hover::before {
        color: #696969;
    }
}

@media (max-width: 981px) {
.project .open nav .language {
    padding-left: 30px;
}
}

.project .open nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    padding: 3vw 0;
    padding-top: 6vw;
}
.project .open nav ul li {
    height: 20%;
    /*width: 50%;*/
    padding: 0 25% 0 30%;
    width: 100%;
}
.project .open nav ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 981px) {
    .project .open nav ul li a:hover .cn {
        opacity: 1;
        border-bottom: 1px solid #000;
    }
    .project .open nav ul li a:hover .en {
        opacity: 1;
    }
}

.project .open nav ul li a span {
    padding: 0px;
    text-align: left;
    width: 86%;
    position: static;
    font-size: 2.475vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.project .open nav ul li a .en::after {
    content: "";
    position: absolute;
    background-image: url(../images/menu_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 13px;
    right: 0;
    top: 50%;
}
.project .open nav ul li a .cn {
    opacity: 1;
    color: #fff;
    background-color: transparent;
    font-size: 0.75vw;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    font-family: "Noto Sans TC";
}
@media screen and (max-width: 1600px) {
    .project .open nav {
        padding-top: 30px;
    }
    .project .open nav ul {
        padding-top: 5vw;
    }
    .project .open nav ul li {
        /*width: 65%;*/
        width: 100%;
        padding: 0 20% 0 25%;
    }
    .project .open nav ul li a span {
        font-size: 2.5vw;
    }
    .project .open nav ul li a .cn {
        font-size: 1.25vw;
    }
}
.project .open .menubtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 195px;
}
@media screen and (max-width: 1600px) {
    .project .open .menubtn {
        width: 140px;
    }
}
.project .open .menubtn p.close {
    display: block;
}
.project .open .menubtn p.menu {
    display: none;
}
.project .open .contactBtns {
    gap: 12.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
    padding-left: 60px;
}
.project .open .contactBtns .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    padding: 17px 0;
    background-color: #fff;
    border-radius: 50px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
.project .open .contactBtns .btn p {
    font-size: 16px;
    color: #333;
    letter-spacing: 1.6px;
    font-weight: 900;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
@media (min-width: 981px) {
    .project .open .contactBtns .btn:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        font-size: 16px;
    }
    .project .open .contactBtns .btn:hover p {
        -webkit-transform: scale(1.111);
        transform: scale(1.111);
    }
}
@media screen and (max-width: 1600px) {
    .project .open .contactBtns {
        bottom: 8.5vw;
    }
    .project .open .contactBtns .btn {
        width: 12.5vw;
        padding: 10px 0;
    }
}
.project .scroll {
    position: fixed;
    top: 0;
    right: 0;
    width: 195px;
}
@media screen and (max-width: 1600px) {
    .project .scroll {
        width: 140px;
    }
}
.project .scroll nav {
    display: none;
}
.project .scrollOpen {
    position: fixed;
    top: 0;
    right: 0;
    width: 45vw;
    z-index: 9999;
}
.project .scrollOpen nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project .scrollOpen nav ul li a .en {
    opacity: 1;
}
.project .footer {
    background-color: #f0f0f0;
    padding: 6vw 0 0 0;
    position: relative;
}
.project .footer .container {
    max-width: 1580px;
}
.project .footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.project .footer .content .logo .pic {
    max-width: 275px;
}
.project .footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
}
.project .footer .row li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    font-size: 19.5px;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 1.2px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    padding-bottom: 2px;
    border-bottom: 5px solid transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    transition: 0.25s linear;
}
.project .footer .row li > a span {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    font-size: 12px;
    color: #333;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background: -webkit-gradient(linear, left top, right bottom, from(#004F6F), color-stop(70%, #79C38D));
    background: linear-gradient(to right bottom, #004F6F 0% 60%, #79C38D 70% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 981px) {
    .project .footer .row li > a:hover {
        background: -webkit-gradient(linear, left top, right top, from(rgba(179, 223, 135, 0.5)), color-stop(30%, rgb(0, 79, 111)));
        background: linear-gradient(to right, rgba(179, 223, 135, 0.5) 0% 20%, rgb(0, 79, 111) 30% 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.project .footer .lang {
    max-width: 1580px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 40px;
    margin-top: 160px;
}
@media screen and (max-width: 1280px) {
    .project .footer .lang {
        margin-top: 100px;
    }
}
.project .footer .lang a {
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: right;
    color: #333;
    position: relative;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}
.project .footer .lang a::before {
    position: absolute;
    content: "_";
    font-size: 16px;
    font-weight: bold;
    top: 50%;
    left: -16px;
    color: #333;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
@media (min-width: 981px) {
    .project .footer .lang a:hover {
        color: #696969;
    }
    .project .footer .lang a:hover::before {
        color: #696969;
    }
}
.project .footer .copyright p {
    font-family: "Noto Sans TC";
    font-size: 12px;
    font-weight: 500;
    line-height: 2.83;
    letter-spacing: 1.2px;
    text-align: left;
    color: #333;
}
.project .footer .gotop {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
}
.project .footer .gotop .pic {
    width: 720px;
    height: 71px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 981px) {
    .project .footer .gotop .pic:hover {
        background-image: url(../images/top_hover.png);
    }
}
.project .edit {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
.project .edit h1 {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Noto Sans TC";
    letter-spacing: 1.6px;
    line-height: 1.75;
}
.project .edit h2 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Noto Sans TC";
    letter-spacing: 1.6px;
    line-height: 1.75;
}
.project .edit h3 {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Noto Sans TC";
    letter-spacing: 1.6px;
    line-height: 1.75;
}
.project .edit p {
    font-size: 1rem;
    font-family: "Noto Sans TC";
    letter-spacing: 1.6px;
    line-height: 1.75;
}
.project .edit a {
    color: #4000f0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: underline;
    letter-spacing: 1.6px;
    line-height: 1.75;
}
@media (min-width: 981px) {
    .project .edit a:hover {
        color: #e60012;
    }
}
.project .edit figure {
    padding: 16px 0;
}
.project .edit img {
    max-width: 100%;
    width: unset;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .project header {
        position: fixed;
        top: 0;
        right: 0;
    }
    .project header nav {
        display: none;
    }
    .project header .menubtn {
        padding: 4vw 3vw 0 3vw;
    }
    .project header .menubtn p {
        font-size: 16px;
    }
    .project header .menubtn > span {
        top: 20%;
    }
    .project header .menubtn > span:nth-child(2) {
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        left: 50%;
    }
    .project header .closeBtn span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(15deg);
        transform: translate(-50%, -50%) rotate(15deg);
    }
    .project header .closeBtn span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(-15deg);
        transform: translate(-50%, -50%) rotate(-15deg);
    }
    .project .open {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 100vw;
    }
    .project .open::before {
        display: none;
    }
    .project .open nav {
        padding-top: 15px;
        /*padding-left: 30px;*/
    }
    .project .open nav .language {
        gap: 30px;
    }
    .project .open nav ul li a span {
        font-size: 40px;
    }
    .project .open nav ul li a .en::after {
        content: "";
        position: absolute;
        background-image: url(../images/menu_right.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 27px;
        height: 13px;
        right: 0;
        top: 50%;
    }
    .project .open nav ul li a .cn {
        font-size: 20px;
        line-height: 1.2;
        padding-bottom: 10px;
    }
}


/*@media screen and (max-width: 980px) and (max-width: 768px)*/
@media screen and (max-width: 980px) {

    .project .open nav ul {
        height: 60% !important;
    }

    .project .open nav ul li {
        height: 15%;
        padding: 0 15% 0 15%;
    }
    .project .open nav ul li a span {
        font-size: 27px;
    }
    .project .open nav ul li a .en::after {
        right: -27px;
    }
    .project .open nav ul li a .cn {
        font-size: 14px;
    }
}
@media screen and (max-width: 980px) {
    .project .open .menubtn {
        top: 25px;
        right: -24px;
    }
    .project .open .contactBtns {
        gap: 12.5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 30px;
    }
    .project .open .contactBtns .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 36vw;
        /*padding: 17px 0;*/
        background-color: #fff;
        border-radius: 50px;
        -webkit-transition: 0.25s linear;
        transition: 0.25s linear;
    }
    .project .open .contactBtns .btn p {
        font-size: 16px;
        color: #333;
        letter-spacing: 1.6px;
        font-weight: 900;
    }
    .project .scroll {
        position: fixed;
        top: 0;
        right: 0;
        width: unset;
    }
    .project .scroll nav {
        display: none;
    }
    .project .scrollOpen {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
    }
    .project .scrollOpen nav {
        display: block;
    }
    .project .footer {
        padding-top: 45px;
    }
    .project .footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .project .footer .content .row {
        max-width: 310px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 5%;
    }
    .project .footer .content .row li {
        width: 45%;
        padding-left: 20px;
    }
    .project .footer .content .row li > a {
        font-size: 18px;
    }
    .project .footer .lang {
        margin-top: 20px;
    }
    .project .footer .copyright {
        margin-top: 0;
    }
    .project .footer .copyright p {
        text-align: center;
    }
    .project .footer .gotop {
        cursor: pointer;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99;
        display: none;
        width: 40px;
        height: 40px;
        -webkit-transition: 0.25s linear;
        transition: 0.25s linear;
        background-image: url(../images/M_TOP.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .project .footer .gotop.show {
        display: block;
    }
    .project .edit h1 {
        font-size: 2rem;
        font-weight: bold;
        font-family: "Noto Sans TC";
        letter-spacing: 1.6px;
        line-height: 1.75;
    }
    .project .edit h2 {
        font-size: 1.5rem;
        font-weight: bold;
        font-family: "Noto Sans TC";
        letter-spacing: 1.6px;
        line-height: 1.75;
    }
    .project .edit h3 {
        font-size: 1.25rem;
        font-weight: bold;
        font-family: "Noto Sans TC";
        letter-spacing: 1.6px;
        line-height: 1.75;
    }
    .project .edit p {
        word-wrap: break-word;
    }
    .project .edit a {
        word-wrap: break-word;
    }
    .project .edit figure {
        padding: 16px 0;
    }
}
