@charset "UTF-8";
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;
}
.project header {
    top: 0;
    position: fixed;
    width: 195px;
}
@media screen and (max-width: 1600px) {
    .project header {
        width: 140px;
    }
}
.project header .recruittop {
    display: none;
}
.project header .recruitbottom {
    display: block;
}
.project header nav ul {
    display: none;
}
.project .toplogo {
    width: 150px;
    position: absolute;
    top: 25px;
    left: 45px;
    z-index: 5;
}
.project section.news_content {
    padding-top: 200px;
    background-color: #f0f0f0;
}
@media screen and (max-width: 1600px) {
    .project section.news_content {
        padding-top: 160px;
    }
}
@media screen and (max-width: 1280px) {
    .project section.news_content {
        padding-top: 13vw;
    }
}
.project section.news_content .container {
    width: 90%;
    max-width: 1412px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.project section.news_content .lock {
    margin-left: auto;
    margin-right: 0;
    max-width: 1740px;
}
.project section.news_content .title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.project section.news_content .title h2::before {
    position: absolute;
    content: "●";
    font-size: 18px;
    top: 0;
    left: -30px;
    color: #333;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background: -webkit-gradient(linear, left top, right bottom, from(#004F6F), color-stop(70%, #004F6F));
    background: linear-gradient(to right bottom, #004F6F 0% 60%, #004F6F 70% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.project section.news_content .title h2 span {
    font-size: 100px;
    font-weight: 900;
    text-align: left;
    color: #333;
    line-height: 1;
}
.project section.news_content .title p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.08px;
    text-align: left;
    color: #333;
    font-family: "Noto Sans TC";
}
.project section.news_content .bread {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    padding: 0 14.5vw 0 8vw;
}
@media screen and (max-width: 1280px) {
    .project section.news_content .bread {
        padding: 0 8.5vw 0 7.2vw;
    }
}
.project section.news_content .bread .container {
    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: 10px;
    width: 95%;
}
.project section.news_content .bread .pic {
    max-width: 15px;
}
.project section.news_content .bread a p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    font-family: "Noto Sans TC";
    letter-spacing: 1.96px;
}
.project section.news_content .bread a i {
    margin: 0 4px;
}
.project section.news_content .bread a span {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    font-family: "Noto Sans TC";
    letter-spacing: 1.96px;
}
.project section.news_content .bread .grey span {
    color: #8e8e8e;
}
.project section.news_content .content {
    width: 90%;
    max-width: 1740px;
    margin-left: auto;
    background-color: #fff;
    padding: 128px 15vw 146px 6vw;
}
.project section.news_content .content .container {
    width: 95%;
}
@media screen and (max-width: 1280px) {
    .project section.news_content .content {
        padding: 4.25vw 8.5vw 2.5vw 7.2vw;
    }
}
.project section.news_content .content .date {
    font-size: 16px;
    line-height: 2.13;
    text-align: left;
    color: #333;
}
.project section.news_content .content h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: 2.4px;
    color: #333;
    margin-bottom: 24px;
    font-family: "Noto Sans TC";
}
.project section.news_content .content .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-top: 5vw;
}
.project section.news_content .content .pagination a {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.89;
    text-align: center;
    color: #333;
}
.project section.news_content .content .pagination a span {
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
@media (min-width: 981px) {
    .project section.news_content .content .pagination a:hover {
        color: #004F6F;
    }
}
.project section.news_content .content .pagination .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.project section.news_content .content .pagination .prev .pic {
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    height: 15px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 981px) {
    .project section.news_content .content .pagination .prev:hover .pic {
        background-image: url(../images/arrow_h.svg);
    }
}
.project section.news_content .content .pagination .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.project section.news_content .content .pagination .next .pic {
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    height: 15px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
}
@media (min-width: 981px) {
    .project section.news_content .content .pagination .next:hover .pic {
        background-image: url(../images/arrow_h.svg);
    }
}

@media screen and (max-width: 980px) {
    .project header {
        top: 0;
        position: fixed;
        width: unset;
    }
    .project .toplogo {
        width: 100px;
        position: absolute;
        top: 15px;
        left: 30px;
        z-index: 5;
    }
    .project section.news_content {
        padding-top: 27.5vw;
    }
    .project section.news_content .title h2 span {
        font-size: 60px;
    }
    .project section.news_content .bread {
        margin: 0 auto;
        width: 90%;
        margin-top: 32px;
        padding: 0;
    }
    .project section.news_content .bread .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        row-gap: 5px;
        padding-left: 0;
        padding-right: 0;
    }
    .project section.news_content .content {
        margin: 0 auto;
        padding: 3.25vw 0 5.25vw 0;
    }
    .project section.news_content .content .container {
        width: 100%;
    }
    .project section.news_content .content h3 {
        font-size: 2rem;
    }
    .project section.news_content .content .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24px;
    }
}
