@charset "UTF-8";

/* 區塊控制 */

.page-full-wrapper {
    width: 100%;
}

.page-contain-wrapper {
    width: 1200px;
}


/* 人力招募 */

.nav-banner {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.nav-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-banner h1 {
    color: #ffffff;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    opacity: 0.5;
}

.show-on-mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .nav-banner h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:500px) {
    .nav-banner {
        height: 50vh;
    }
    .nav-banner h1 {
        font-size: 30px;
    }
}


/* -----------第二區塊---------------- */

.cultivate-wrapper {
    width: 100%;
    height: 1100px;
    background: #80715C;
    position: relative;
}

.cultivate-wrapper .title-1 {
    width: 600px;
    position: absolute;
    top: 20%;
    left: 25%;
    z-index: 77;
}

.cultivate-wrapper .title-1 img {
    width: 90%;
    height: 100%;
    opacity: 0.8;
}

.graphic-1 {
    display: flex;
}

.graphic-2 {
    display: flex;
}

.graphic-1 li,
.graphic-2 li {
    list-style: none;
}

.welfare-ul {
    display: flex;
}

.welfare-ul>li {
    list-style: none;
}

.text-1-wrapper {
    width: 50%;
    height: 1100px;
    color: #ffffff;
}

.text-1-wrapper div {
    width: 35%;
    margin: 0 auto;
    /* background: #fccdcd; */
    text-align: justify;
    /* transform: translate(190px, 500px); */
    transform: translateY(500px);
    margin-left: 52%;
}

.text-1-wrapper div h2 {
    font-size: 24px;
    margin-bottom: 6%;
}

.text-1-wrapper p {
    opacity: 0.5;
    font-weight: 300;
    text-align: left;
}

.text-2-wrapper p {
    opacity: 0.7;
    font-weight: 300;
    text-align: left;
}

.cultivate-pt {
    width: 50%;
}

.cultivate-pt div {
    width: 100%;
    height: 550px;
    overflow: hidden;
    transform: translateY(60%);
}

.cultivate-pt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legend-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #80715C;
    padding: 80px 0;
    position: relative;
}

.legend-wrapper.dream {
    background-color: #AD9D8B;
}

.recruit-high-light {
    width: 500px;
    position: relative;
    transform: translateY(30%);
    position: relative;
    z-index: 3;
}

.recruit-high-light>img {
    display: block;
    width: 100%;
    opacity: 0.8;
}

.graphic {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.gra-photo {
    width: 50%;
    position: relative;
}

.gra-photo>img {
    display: block;
    width: 100%;
}

.gra-article {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 20px 10% 20%;
}

.gra-article>h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    align-self: flex-start;
    margin: 0 0 14px 0;
}

.gra-article>p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    align-self: flex-start;
}

.graphic.dream .gra-article {
    order: 2;
    padding: 0 20% 10% 20px;
}

.graphic.dream .gra-photo {
    order: 1;
}

@media screen and (max-width:1023px) {
    .show-on-mobile {
        display: block;
    }
    .cultivate-wrapper {
        height: 1000px;
    }
    .phone-title-1 {
        color: #ffffff;
        width: 100%;
        text-align: center;
    }
    .phone-title-1 h2 {
        /* font-size: 26px; */
        padding-top: 100px;
    }
    .phone-title-1 h3 {
        letter-spacing: 5px;
        font-size: 35px;
        margin: 10px 0 40px 0;
        font-family: 'Playfair Display SC', serif;
        font-weight: 600;
    }
    .cultivate-wrapper .graphic-1 {
        flex-wrap: wrap-reverse
    }
    .cultivate-pt {
        width: 100%;
    }
    .cultivate-pt div {
        max-width: 100%;
        transform: translateY(0%);
        margin: 0 auto;
        height: 450px;
    }
    .text-1-wrapper {
        width: 100%;
        height: 0;
    }
    .text-1-wrapper div {
        transform: translateY(0px);
        margin: 0;
        transform: translateX(12%);
        margin-top: 9%;
        width: 80%;
    }
    .text-1-wrapper div h2 {
        margin: 45px 0 20px 0;
    }
    .cultivate-wrapper .title-1 {
        width: 500px;
        position: relative;
        top: 30px;
        left: 20px;
    }
}

@media (max-width: 775.98px) {
    .gra-article {
        padding: 0 20px 10% 5%;
    }
    .graphic.dream .gra-article {
        padding: 0 5% 10% 20px;
    }
    .recruit-high-light {
        transform: translateY(0);
    }
}

@media (max-width: 697.98px) {
    .legend-wrapper {
        padding: 0 0 50px 0;
    }
    .gra-article {
        width: 100%;
        padding: 20px;
        order: 2;
    }
    .graphic.dream .gra-article {
        padding: 20px;
    }
    .gra-photo {
        width: 100%;
        order: 1;
    }
    .recruit-high-light {
        width: 90%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .recruit-high-light>img {
        opacity: 0.9;
    }
}

@media screen and (max-width:500px) {
    .phone-title-1 h2 {
        font-size: 20px;
    }
    .phone-title-1 h3 {
        font-size: 20px;
    }
    .cultivate-pt div {
        height: 280px;
    }
    .cultivate-wrapper {
        height: 750px;
    }
    .text-1-wrapper div h2 {
        font-size: 16px;
    }
    .cultivate-wrapper p {
        font-size: 14px;
    }
    .cultivate-wrapper .title-1 {
        width: 100%;
    }
}


/* -----------第三區塊---------------- */

.dream-wrapper {
    width: 100%;
    height: 1100px;
    background: #AD9D8B;
    position: relative;
}

.dream-wrapper .title-2 {
    width: 500px;
    position: absolute;
    top: 20%;
    left: 35%;
    z-index: 77;
}

.dream-wrapper .title-2 img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.cultivate-2-pt {
    width: 50%;
}

.cultivate-2-pt div {
    width: 100%;
    height: 550px;
    overflow: hidden;
    transform: translateY(60%);
}

.cultivate-2-pt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-2-wrapper {
    width: 50%;
    height: 1100px;
    color: #ffffff;
}

.text-2-wrapper div {
    width: 35%;
    margin: 0 auto;
    text-align: justify;
    transform: translateY(650px);
    margin-right: 52%;
}

.text-2-wrapper div h2 {
    font-size: 24px;
    margin-bottom: 6%;
}

@media screen and (max-width:1023px) {
    .graphic-2 {
        flex-wrap: wrap;
    }
    .dream-wrapper {
        height: 1000px;
    }
    .dream-wrapper .title-2 {
        width: 500px;
        position: relative;
        top: 30px;
        left: 20px;
    }
    .dream-wrapper .title-2 img {
        width: 90%;
    }
    .cultivate-2-pt {
        width: 100%;
    }
    .cultivate-2-pt div {
        max-width: 100%;
        transform: translateY(0%);
        margin: 0 auto;
        height: 450px;
    }
    .text-2-wrapper div {
        transform: translateY(0px);
        margin: 0;
        transform: translateX(12%);
        margin-top: 9%;
        width: 80%;
    }
    .text-2-wrapper {
        height: 0;
        width: 100%;
    }
    .text-2-wrapper div h2 {
        margin: 45px 0 20px 0;
    }
    @media screen and (max-width:500px) {
        .cultivate-2-pt div {
            height: 280px;
        }
        .dream-wrapper {
            height: 750px;
        }
        .text-2-wrapper div h2 {
            font-size: 16px;
        }
        .dream-wrapper p {
            font-size: 14px;
        }
        .dream-wrapper .title-2 {
            width: 100%;
        }
    }
}


/* -----------第四區塊---------------- */

.welfare-wrapper {
    width: 100%;
}

.welfare-wrapper ul {
    margin: 30px auto;
    flex-wrap: wrap;
    justify-content: space-around;
}

.welfare-wrapper ul li {
    width: 33%;
    /* background: #b4a692; */
    margin: 15px auto;
}

.block {
    text-align: center;
}

.block div {
    width: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.block div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #333;
}

.block p {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

@media screen and (max-width:900px) {
    .welfare-wrapper ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .welfare-wrapper ul li {
        width: 45%;
        margin: 20px 0;
    }
}

@media screen and (max-width:550px) {
    .welfare-wrapper ul li {
        width: 48%;
    }
    .block div {
        width: 80px;
    }
    .block h3 {
        font-size: 14px;
    }
    .block {
        font-size: 13px;
    }
}

@media screen and (max-width:350px) {
    .welfare-wrapper ul li {
        width: 100%;
    }
}


/* -----------第五區塊---------------- */

.footer-bn {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.footer-bn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-p {
    width: 100%;
    height: 450px;
    text-align: center;
    /* margin-top: 20px; */
    padding-top: 100px;
}

.footer-p h3 {
    font-weight: 700;
    color: #777;
    font-size: 28px;
}

.footer-p h5 {
    color: #777;
    font-size: 20px;
    margin: 20px 0 50px 0;
}

.footer-p p {
    margin: 10px 0;
    color: #A19177;
}

.hr-button {
    display: flex;
    justify-content: center;
}

.hr-button>a {
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    transition: 0.3s;
    background-color: #A19177;
    text-decoration: none;
}

.hr-button>a:hover {
    background-color: #80715C;
}

@media screen and (max-width:550px) {
    .footer-bn {
        height: 200px;
    }
    .footer-p h3 {
        font-size: 18px;
    }
    .footer-p h5 {
        font-size: 15px;
    }
    .footer-p p,
    .footer-p .button {
        font-size: 13px;
    }
    .footer-p {
        height: 280px;
        padding-top: 50px;
    }
}

@media (max-width: 1219.98px) {
    .page-contain-wrapper {
        width: calc(100% - 60px);
    }
}

@media (max-width: 421.98px) {
    .page-contain-wrapper {
        width: calc(100% - 40px);
    }
}