@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.work_list {
    padding-top: 200px;
    background-color: #f0f0f0;
}
@media screen and (max-width: 1600px) {
    .project section.work_list {
        padding-top: 160px;
    }
}
@media screen and (max-width: 1280px) {
    .project section.work_list {
        padding-top: 13vw;
    }
}
.project section.work_list .container {
    width: 90%;
    max-width: 1412px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.project section.work_list .lock {
    margin-left: auto;
    margin-right: 0;
    max-width: 1740px;
}
.project section.work_list .title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.project section.work_list .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.work_list .title h2 span {
    font-size: 100px;
    font-weight: 900;
    text-align: left;
    color: #333;
    line-height: 1;
}
.project section.work_list .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.work_list .bread {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    padding: 0 15vw 0 8vw;
}
@media screen and (max-width: 1280px) {
    .project section.work_list .bread {
        padding: 0 8.5vw 0 7.2vw;
    }
}
.project section.work_list .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%;
    padding-right: 0;
    max-width: 1440px;
}
@media screen and (max-width: 1920px) {
    .project section.work_list .bread .container {
        padding-right: 16px;
    }
}
.project section.work_list .bread .pic {
    max-width: 15px;
}
.project section.work_list .bread a p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    font-family: "Noto Sans TC";
    letter-spacing: 1.96px;
}
.project section.work_list .bread a i {
    margin: 0 4px;
}
.project section.work_list .bread a span {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    font-family: "Noto Sans TC";
    letter-spacing: 1.96px;
}
.project section.work_list .bread .grey span {
    color: #8e8e8e;
}
.project section.work_list .content {
    width: 90%;
    max-width: 1740px;
    margin-left: auto;
    background-color: #fff;
    padding: 95px 15vw 88px 6vw;
}
.project section.work_list .content .container {
    width: 95%;
}
@media screen and (max-width: 1280px) {
    .project section.work_list .content {
        padding: 4.25vw 8.5vw 2.5vw 7.2vw;
    }
}
.project section.work_list .content ul {
    gap: 6.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 100px;
}
.project section.work_list .content .list {
    width: 29%;
}
.project section.work_list .content .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    position: relative;
    height: 100%;
}
@media (min-width: 981px) {
    .project section.work_list .content .list a:hover .pic .bg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.project section.work_list .content .list .pic {
    width: 100%;
    height: 22.5vw;
    border-radius: 0 20px 0 0;
    overflow: hidden;
}
.project section.work_list .content .list .pic .bg {
    border-radius: 0 20px 0 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.project section.work_list .content .list h3 {
    /*margin-top: 20px;*/
    margin-top: 15px;
    width: 100%;
    max-width: 1240px;
    font-size: 20px;
    font-weight: bolder;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-align: justify;
    color: #333;
    font-family: "Noto Sans TC";
}
.project section.work_list .content .list p.text {
    margin-top: 25px;
    font-size: 15px;
    font-family: "Noto Sans TC";
    line-height: 1.87;
    letter-spacing: 0.9px;
    text-align: justify;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.project section.work_list .content .list .tags {
    /*margin-top: 35px;*/
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}
.project section.work_list .content .list .tags .tag {
    padding: 5px 12px;
    background-color: #dadada;
}
.project section.work_list .content .list .tags .tag > p {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #333;
    font-family: "Noto Sans TC";
}
.project section.work_list .content .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 6.2vw;
}
.project section.work_list .content .pagination a {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.89;
    text-align: center;
    color: #333;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
@media (min-width: 981px) {
    .project section.work_list .content .pagination a:hover {
        color: #004F6F;
    }
}
.project section.work_list .content .pagination .current {
    color: #004F6F;
}
.project section.work_list .content .pagination .prev {
    width: 24px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 981px) {
    .project section.work_list .content .pagination .prev:hover {
        background-image: url(../images/arrow_h.svg);
    }
}
.project section.work_list .content .pagination .next {
    width: 24px;
    height: 15px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
@media (min-width: 981px) {
    .project section.work_list .content .pagination .next:hover {
        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.work_list {
        padding-top: 27.5vw;
    }
    .project section.work_list .title h2 span {
        font-size: 60px;
    }
    .project section.work_list .bread {
        margin: 0 auto;
        width: 90%;
        margin-top: 32px;
        padding: 0 0 0 7.25vw;
    }
    .project section.work_list .bread .container {
        width: 100%;
        padding-right: 0;
    }
    .project section.work_list .content {
        margin: 0 auto;
        padding: 7.25vw 0 7.25vw 0;
    }
    .project section.work_list .content .container {
        width: 100%;
    }
    .project section.work_list .content ul {
        gap: 5%;
        row-gap: 50px;
    }
    .project section.work_list .content ul .list {
        width: 47.5%;
    }
    .project section.work_list .content ul .list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .project section.work_list .content ul .list a .pic {
        height: 50vw;
    }
    .project section.work_list .content ul .list a h3,
    .project section.work_list .content ul .list a .tags,
    .project section.work_list .content ul .list a .text {
        /*margin-top: 16px;*/
    }
    .project section.work_list .content ul .list a .tags .tag {
        padding: 5px 7px;
    }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
    .project section.work_list .content ul .list {
        width: 100%;
    }
    .project section.work_list .content ul .list a .pic {
        height: 90vw;
    }
}
