@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.about {
    padding-top: 200px;
    padding-bottom: 8.5vw;
    background-color: #f0f0f0;
}
@media screen and (max-width: 1600px) {
    .project section.about {
        padding-top: 160px;
    }
}
@media screen and (max-width: 1280px) {
    .project section.about {
        padding-top: 13vw;
    }
}
.project section.about .container {
    width: 90%;
    max-width: 1412px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.project section.about .lock {
    margin-left: auto;
    margin-right: 0;
    max-width: 1740px;
}
.project section.about .title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.project section.about .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(75%, #004F6F));
    background: linear-gradient(to right bottom, #004F6F 0% 60%, #004F6F 75% 100%);*/
    background: -webkit-gradient(linear, left top, right bottom, from(#004F6F), color-stop(85%, #79C38D));
    background: linear-gradient(to right bottom, #004F6F 0% 40%, #79C38D 85% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.project section.about .title h2 span {
    font-size: 100px;
    font-weight: 900;
    text-align: left;
    color: #333;
    line-height: 1;
}
.project section.about .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.about .bread {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    padding: 0 15vw 0 6vw;
}
@media screen and (max-width: 1280px) {
    .project section.about .bread {
        padding: 0 7vw 0 7.2vw;
    }
}
.project section.about .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.about .bread .pic {
    max-width: 15px;
}
.project section.about .bread a p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    font-family: "Noto Sans TC";
    letter-spacing: 1.96px;
}
.project section.about .bread a i {
    margin: 0 4px;
}
.project section.about .bread a span {
    font-size: 14px;
    font-weight: 500;
    color: #8e8e8e;
    font-family: "Noto Sans TC";
    letter-spacing: 1.96px;
}
.project section.about .content {
    width: 90%;
    max-width: 1740px;
    margin-left: auto;
    background-color: #fff;
    padding: 128px 15vw 146px 6vw;
}
.project section.about .content .container {
    width: 95%;
}
@media screen and (max-width: 1280px) {
    .project section.about .content {
        padding: 4.25vw 7vw 2.5vw 7.2vw;
    }
}
.project section.about .content p {
    max-width: 1240px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.44;
    letter-spacing: 1.8px;
    text-align: justify;
    /*text-align: center;*/
    color: #333;
    font-family: "Noto Sans TC";
}

.project section.about .content p br.mobr {
        display: none;
    }
.project section.brands {
    background-color: #f0f0f0;
}
.project section.brands .title {
    padding-bottom: 65px;
}
.project section.brands .title h2 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.project section.brands .title h2 span {
    font-size: 70px;
    font-weight: 900;
    text-align: left;
    color: #333;
    line-height: 1;
}
.project section.brands .title p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.08px;
    text-align: center;
    color: #333;
    font-family: "Noto Sans TC";
}
.project section.brands .cubes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #7c7c7c;
    gap: 1px;
    background-color: #7c7c7c;
}
.project section.brands .cubes .cube {
    width: calc(50% - 0.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
    background-color: #7c7c7c;
}
.project section.brands .cubes .cube .half {
    width: calc(50% - 0.5px);
    height: 616px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
    .project section.brands .cubes .cube .half {
        height: 500px;
    }
}
@media screen and (max-width: 1280px) {
    .project section.brands .cubes .cube .half {
        height: 450px;
    }
}
@media screen and (max-width: 1080px) {
    .project section.brands .cubes .cube .half {
        height: 385px;
    }
}
.project section.brands .cubes .cube .half .quarter {
    height: calc(50% - 0.5px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    gap: 1px;
}
.project section.brands .cubes .cube .half .oneeight {
    height: 100%;
    width: calc(50% - 0.5px);
    overflow: hidden;
    position: relative;
}
.project section.brands .cubes .cube .half .oneeight .pic {
    height: 100%;
}
.project section.brands .cubes .cube .half a {
    width: 100%;
}
.project section.brands .cubes .cube .lion {
    height: 615px;
}
@media screen and (max-width: 1600px) {
    .project section.brands .cubes .cube .lion {
        height: 499.5px;
    }
}
@media screen and (max-width: 1280px) {
    .project section.brands .cubes .cube .lion {
        height: 449.5px;
    }
}
@media screen and (max-width: 1080px) {
    .project section.brands .cubes .cube .lion {
        height: 385px;
    }
}
.project section.brands .cubes .cube .pic {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 981px) {
    .project section.brands .cubes .cube .pic:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.project section.brands .cubes .offset {
    margin-top: -0.5px;
}
.project section.market {
    padding: 9.5vw 0;
    background-image: url(../images/market_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: 1987px;*/
    height: 1887px;
}
@media screen and (max-width: 1280px) {
    .project section.market {
        height: 1800px;
    }
}
.project section.market .container {
    width: 95%;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}
.project section.market .title {
    padding-bottom: 65px;
}
.project section.market .title .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-bottom: 12px;
}
.project section.market .title h2 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}
.project section.market .title h2 span {
    font-size: 70px;
    font-weight: 900;
    text-align: left;
    color: #fff;
    line-height: 1;
}
.project section.market .title br {
    display: none;
}
.project section.market .title p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.08px;
    text-align: left;
    color: #fff;
    font-family: "Noto Sans TC";
}
.project section.market .slogan {
    padding-bottom: 4.5vw;
}
.project section.market .slogan .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
}
.project section.market .slogan .text p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-family: "Noto Sans TC";
    line-height: 1.8;
    letter-spacing: 2.8px;
    color: #fff;
    top: 50%;
    left: 9%;
    position: relative;
}
.project section.market .slogan .text p::before {
    position: absolute;
    content: "";
    top: 32px;
    left: -30px;
    width: 15px;
    height: 4px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background: -webkit-gradient(linear, left top, right top, from(#004F6F), color-stop(75%, #ffdd80));
    background: linear-gradient(to right, #004F6F 0% 70%, #ffdd80 75% 100%);
}
@media screen and (max-width: 1280px) {
    .project section.market .slogan .text p::before {
        top: 24px;
    }
}
.project section.market .slogan .text span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.08;
    letter-spacing: 1.8px;
    color: #fff;
    font-family: "Noto Sans TC";
}
@media screen and (max-width: 1280px) {
    .project section.market .slogan .text p {
        font-size: 28px;
    }
    .project section.market .slogan .text span {
        font-size: 16px;
    }
}
.project section.market .slogan .text1 p {
    -webkit-transform: translate(-9vw, -2vw);
    transform: translate(-9vw, -2vw);
}

.project section.market .slogan .text2 p {
    -webkit-transform: translate(-4vw, -1vw);
    transform: translate(-4vw, -1vw);
}

.project section.market .slogan .text3 p {
    -webkit-transform: translate(-9vw, 0vw);
    transform: translate(-9vw, 0vw);
}

/*.project section.market .slogan .text2 {
    margin-left: 0;
    margin-right: auto;
}*/
.project section.market .fontempty h2 span {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.project section.market .gallery {
    overflow: hidden;
    position: relative;
}
.project section.market .gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8320px;
    /*height: 750px;*/
    height: 650px;
    -webkit-animation: scrolling 50s linear infinite;
    animation: scrolling 50s linear infinite;
}
.project section.market .gallery ul li {
    width: 450px;
    margin-left: 35px;
    margin-right: 35px;
    height: 550px;
}
.project section.market .gallery ul li p {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}
.project section.market .gallery ul li .pic {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.project section.market .gallery ul .short {
    height: 470px;
}
.project section.market .gallery ul .move {
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
}

.project section.market .gallery ul .aabbcc {
    height: 370px;
}

.project section.market .gallery ul .righttop {
    border-radius: 0 15px 0 0;
}
.project section.market .gallery ul .righttop .pic {
    border-radius: 0 15px 0 0;
}
.project section.market .gallery ul .lefttop {
    border-radius: 15px 0 0 0;
}
.project section.market .gallery ul .lefttop .pic {
    border-radius: 15px 0 0 0;
}
.project section.market .gallery ul .rightbottom {
    border-radius: 0 0 15px 0;
}
.project section.market .gallery ul .rightbottom .pic {
    border-radius: 0 0 15px 0;
}
.project section.market .gallery ul .leftbottom {
    border-radius: 0 0 0 15px;
}
.project section.market .gallery ul .leftbottom .pic {
    border-radius: 0 0 0 15px;
}
.project section.slogan {
    background-color: #f0f0f0;
    position: relative;
}
.project section.slogan .industry {
    margin-left: 2vw;
    width: 75vw;
    max-width: 1389px;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .project section.slogan .industry {
        width: 70vw;
    }
}
.project section.slogan .alliance {
    position: absolute;
    right: 0;
    top: 16%;
    margin-left: 2vw;
    width: 65vw;
    max-width: 1389px;
}
@media screen and (max-width: 1279px) {
    .project section.slogan .alliance {
        width: 60vw;
    }
}
@media screen and (max-width: 1100px) {
    .project section.slogan .alliance {
        width: 55vw;
    }
}
.project section.slogan .promotion {
    /*max-width: 1600px;
    width: 85%;
    margin-bottom: -2.5vw;
    margin-left: 1vw;*/

    width: 100%;
    margin-bottom: -1.5vw;
    margin-left: 0;
}
.project section.slogan .tourism {
    position: absolute;
    max-width: 1304px;
    width: 8%;
    bottom: 70px;
    right: 0px;
}
.project section.slogan .container {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.project section.slogan .title {
    position: relative;
    margin-bottom: 25px;
    -webkit-transform: translateY(-2vw);
    transform: translateY(-2vw);
}
.project section.slogan .title h2 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    gap: 5px;
}
.project section.slogan .title h2 span {
    font-size: 62px;
    font-weight: 900;
    text-align: left;
    color: #333;
    line-height: 1;
}
.project section.slogan .title h2 .empty {
    color: #f0f0f0;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.project section.slogan .title h2 .slim {
    font-weight: 300;
}
.project section.slogan .title p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    margin-bottom: 32px;
}
.project section.slogan .title .subtitle {
    margin-bottom: unset;
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}
.project section.slogan .text {
    max-width: 536px;
    font-size: 18px;
    line-height: 2.11;
    letter-spacing: 1.8px;
    text-align: justify;
    color: #333;
    margin-top: 30px;
}
.project section.slogan .four {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 120px;
    margin-top: 20px;
}
.project section.slogan .four .canter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.project section.slogan .four .canter .pic {
    max-width: 130px;
}
.project section.slogan .four .graphics {
    position: relative;
    height: 100%;
}
.project section.slogan .stage {
    padding-bottom: 50px;
}
.project section.slogan .stage .row {
    max-width: 1532px;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin: 0 auto;
}
.project section.slogan .stage .row .box {
    z-index: 1;
    width: calc((100% - 30px) / 3);
}
.project section.slogan .stage .row .box span {
    font-size: 18px;
    font-weight: 900;
    color: #333;
}
.project section.slogan .stage .row .box p {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 3.08px;
    color: #333;
}
.project section.slogan .stage .row .box .pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 15.15vw;
    position: relative;
}
@media screen and (max-width: 1600px) {
    .project section.slogan .stage .row .box .pic {
        height: 19.15vw;
    }
}
.project section.slogan .stage .row .box .pic::after {
    content: "";
    position: absolute;
    background: rgba(51, 51, 51, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}
@media (min-width: 981px) {
    .project section.slogan .stage .row .box:hover .pic::after {
        opacity: 0;
    }
}
.project .footer {
    border-top: 5px solid #fff;
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-4160px);
        transform: translateX(-4160px);
    }
}

@keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-4160px);
        transform: translateX(-4160px);
    }
}
@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.about {
        padding-top: 27.5vw;
        padding-bottom: 15vw;
    }
    .project section.about .title h2 span {
        font-size: 16vw;
    }
    .project section.about .title p {
        font-size: 5vw;
    }
    .project section.about .bread {
        margin: 0 auto;
        width: 90%;
        margin-top: 32px;
        padding: 0 7.25vw;
    }
    .project section.about .content {
        margin: 0 auto;
        padding: 7.25vw;
    }
    .project section.about .content p {
        line-height: 2;
        letter-spacing: 2px;
        font-size: 18px;
    }
    .project section.about .content p br {
        display: none;
    }

    .project section.about .content p br.mobr {
        display: block;
    }

    .project section.brands {
        background-color: #f0f0f0;
    }
    .project section.brands .title {
        padding-bottom: 65px;
    }
    .project section.brands .title h2 {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    .project section.brands .title h2 span {
        font-size: 12.5vw;
    }
    .project section.brands .title p {
        font-size: 5vw;
        letter-spacing: 2.08px;
    }
    .project section.brands .cubes .cube {
        width: 100%;
    }
    .project section.brands .cubes .cube .half {
        height: 65vw;
    }
    .project section.brands .cubes .cube .lion {
        height: calc(65vw - 0.5px);
    }
    .project section.brands .cubes .offset {
        margin-top: -0.5px;
    }
    .project section.brands .cubes .mobile {
        margin-top: -0.5px;
    }
    .project section.market {
        background: url(../images/market_bg.jpg), #1c1412;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        height: unset;
    }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
    .project section.market {
        padding-top: 45vw;
    }
}
@media screen and (max-width: 980px) {
    .project section.market .title {
        padding-bottom: 25vw;
    }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
    .project section.market .title {
        padding-bottom: 5vw;
    }
    .project section.about .content p {
        line-height: 1.8;
        letter-spacing: 1.8px;
        font-size: 16px;
    }
}
@media screen and (max-width: 980px) {
    .project section.market .title .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 30px;
    }
    .project section.market .title h2 span {
        font-size: 12.5vw;
        line-height: 0.7;
    }
    .project section.market .title P {
        font-size: 5vw;
    }
    .project section.market .fontempty {
        padding-bottom: 7vw;
    }
    .project section.market .fontempty .text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        /*flex-direction: row;*/
    }
    .project section.market .slogan {
        padding-bottom: 12vw;
    }
    .project section.market .slogan .text {
        width: unset;
        margin-right: unset;
        margin-left: unset;
    }
    .project section.market .slogan .text p {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 5%;
        font-size: 22px;
        text-shadow: 0px 2px #000;
    }
    .project section.market .slogan .text p::before {
        top: 20px;
    }
    .project section.market .gallery ul {
        width: 6300px;
        /*height: 600px;*/
        height: 450px;
    }
    .project section.market .gallery ul li {
        width: 320px;
        height: 400px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .project section.market .gallery ul .short {
        height: 350px;
    }

    .project section.market .gallery ul .aabbcc {
    height: 270px;
}

    .project section.market .gallery ul .move {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    @-webkit-keyframes scrolling {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-2800px);
            transform: translateX(-2800px);
        }
    }
    @keyframes scrolling {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-2800px);
            transform: translateX(-2800px);
        }
    }
    .project section.slogan {
        padding-top: 15vw;
        background-color: #f0f0f0;
    }
}
@media screen and (max-width: 980px) and (max-width: 576px) {
    .project section.slogan {
        padding-top: 25vw;
    }
}
@media screen and (max-width: 980px) {
    .project section.slogan .industry {
        display: none;
    }
    .project section.slogan .alliance {
        display: none;
    }
    .project section.slogan .tourism {
        display: none;
    }
    .project section.slogan .container {
        width: 95%;
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
    }
    .project section.slogan .title {
        position: relative;
        margin-bottom: 25px;
    }
    .project section.slogan .title .alliance {
        display: none;
    }
    .project section.slogan .title h2 {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
    }
    .project section.slogan .title h2 span {
        font-size: 48px;
        color: #333;
        line-height: 1;
    }
    .project section.slogan .title h2 .empty {
        color: #f0f0f0;
        text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    }
    .project section.slogan .title h2 .slim {
        font-weight: 300;
    }
    .project section.slogan .title p {
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        color: #333;
        margin-bottom: 32px;
    }
    .project section.slogan .text {
        max-width: 536px;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1.5px;
        text-align: justify;
        color: #333;
        margin-bottom: 30px;
    }
    .project section.slogan .four .pic {
        max-width: 880px;
        margin: 0 auto;
    }
    .project section.slogan .stage {
        padding-bottom: 5vw;
    }
    .project section.slogan .stage .row {
        max-width: 500px;
        -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 section.slogan .stage .row .box {
        width: 100%;
    }
    .project section.slogan .stage .row .box span {
        font-size: 18px;
        font-weight: 900;
        color: #333;
    }
    .project section.slogan .stage .row .box p {
        font-size: 20px;
    }
    .project section.slogan .stage .row .box .pic {
        height: 30vw;
    }
    .project section.slogan .stage .row .box .pic::after {
        display: none;
    }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
    .project section.slogan .stage .row {
        max-width: 90%;
    }
    .project section.slogan .stage .row .box .pic {
        height: 50vw;
    }
}
