﻿/*html,
body {
    overflow-x: hidden;
}*/

.banner-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url(../img/carrer-banner.jpg);
    height: 60vh;
    object-fit: cover;
    background-position: center;
}


.career-title {
    margin: 5% 25% 0 0;
    font-size: 2.5rem;
    color: #f4f4f4;
    font-weight: 600;
}

.area2 {
    margin: 0 30px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.describe {
    margin: 40px 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #656565;
    cursor: default;
}

.caption-btn {
    display: flex;
    margin: 20px auto 40px;
}

.caption-btn ul {
    margin: 0 auto;
}

.caption-btn ul li {
    display: inline-block;
    margin: 1rem 0.1rem;
}

.caption-btn ul li a {
    padding: 10px 20px;
    background-color: #eeeeee;
    border-radius: 40px;
    font-weight: 500;
    color: #8c8c8c;
    transition: .2s ease-in-out;
    cursor: default;
    z-index: -1;
}

.caption-btn ul li a:hover {
    color: #ffffff;
    background-color: #fc5a28;
    cursor: pointer;
}

.title1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 65px 0;
    cursor: default;
}

.left-line {
    display: inline-block;
    margin: 5px 20px 0 0;
    width: 85px;
    height: 3px;
    background-color: #bdc6da;
}

.title1 h2 {
    border:0;
    text-align: center;
    color: #fc5a28;
    font-size: 1.825rem;
    font-weight: 600;
    letter-spacing: 4.5px;
}

.right-line {
    display: inline-block;
    margin: 5px 0 0 20px;
    width: 85px;
    height: 3px;
    background-color: #bdc6da;
}

.basic-area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.basic-area ul li {
    display: inline-flex;
    justify-content: center;
    margin: 50px 25px;
    width: 300px;
}

.basic-area ul li a,
.business ul li a {
display: flex;
    flex-direction: column;
    align-items: center;
    color: #292929;
    font-size: 1rem;
    text-align: center;
    cursor: default;
}

.basic-area ul li a p {
    text-align: left;
}

.basic-area img {
    margin-bottom: 15px;
}

.icon1 {
    max-width: 150px;
}

.icon2 {
    width:auto;
    max-height: 120px;
}

.area3-image {
    margin-top: 6rem;
    max-width: 100%;
}

.container2 {
    max-width: 1400px;
    margin: 0 auto;
}

.container2 .basic-area ul li {
    display: inline-flex;
    justify-content: center;
    margin: 50px 25px;
    width: 300px;
}

.business-area ul li a p {
    text-align: left;
    color: #000;
    font-size: 1rem;
    text-align: center
}

.area3 {
    /* margin: 50px 0 0; */
    padding: 5px 15px 70px;
    background-color: #f5f5f5;
    z-index: -99;
}

.area4-image {
    max-width: 100%;
}

.area4 {
    /* margin: 50px 0 0; */
    padding: 5px 15px 70px;
    background-image: url(../img/area4bg.png);
}

.describe2 {
    margin-bottom: 50px;
    text-align: center;
}

.describe2 .bold-text {
    margin-bottom: 10px;
    color: #fc5a28;
    font-size: 1.2rem;
    font-weight: 700;
}

.describe2 p {
    margin: 8px 0;
    font-size: 1.1rem;
}

.bold-text2 {
    margin: 3rem 0 2rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fc5a28;
    text-align: center;
}

.tm-service {
    margin: 2rem 0;
    text-align: center;
}

.tm-service p {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fc5a28;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

.area5,
.area6 {
    background-image: url(../img/area4bg.png);
}


/* --------------網購------------ */

.img-area {
    display: flex;
    position: relative;
    margin-bottom: 5rem;
    /* background-image: url(./img/網購圖1.jpg); */
}

.img-area2 {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 5rem;
}


.shopping-img {
    max-width: 100%;
    width: 900px;
    object-fit: cover;
}

.link-area {
    position: relative;
    top: 148px;
    right: 5%;
    display: flex;
    align-items: center;
    padding: 2rem;
    width: 280px;
    height: 280px;
    background-color: #fc5a28;
    border-radius: 40px 40px 40px 0;
}

.img-area2 .link-area {
    position: relative;
    top: 164px;
    left: 2%;
    display: flex;
    align-items: center;
    padding: 2rem;
    width: 280px;
    height: 280px;
    background-color: #fc5a28;
    border-radius: 40px 40px 0 40px;
}

.link-area a {
    text-align: center;
}

.link-area img {
    margin: 2rem 1rem 1rem;
    width: 40px;
}

.link-area .b-line-img {
    margin: 1.5rem 1rem 0.7rem;
    width: 65px;
}

.shop-area {
    cursor: default;
}

.shop-title {
    color: #fc5a28;
}

.shop-title {
    display: inline-block;
    padding: 10px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fc5a28;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
}

.img-area2 .shop-title {
    display: inline-block;
    /* padding: 10px 28px; */
    font-size: 1.2rem;
    font-weight: 600;
    color: #fc5a28;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
}

.shop-text {
    color: #fff;
}

.mb-link-area {
    display: none;
    width: 150px;
    height: 40px;
    background-color: #fc5a28;
    border-radius: 30px 0 0 30px;
}

.mb-link-area span:nth-child(1) {
    padding: 5px 15px;
    margin-right: 0.8rem;
    color: #fc5a28;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 30px;
}

.mb-link-area img {
    width: 30px;
}



/* ----------------利潤拆分------------- */

.container3 {
    max-width: 1500px;
    margin: 0 auto;
}

.proportion-area {
    margin-bottom: 80px;
    color: #000;
}

.proportion-area ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 70px;
}

.proportion-area ul li:nth-child(2) {
    margin-left: 1rem;
}

.proportion-img {
    display: inline-block;
    max-width: 100%;
    width: 700px;
}

.proportion-mb {
    display: none;
}

.proportion-area .bold-text {
    margin-bottom: 10px;
    color: #fc5a28;
    font-size: 1.4rem;
    font-weight: 700;
}

.proportion-area span {
    margin-right: 5px;
    font-weight: 400;
}

.proportion-area .notice-text {
    margin-left: 5px;
    font-weight: 600;
    color: #fc5a28;
}

.proportion-area .prohibit-icon {
    display: inline-block;
    width: 15px;
}

.proportion-area p:last-child {
    margin-top: 8px;
    font-weight: 400;
}


/* ----------------利潤計算------------- */

.calculate-area {
    margin: 2rem auto;
    color: #000;
}

.calculate-area p {
    font-weight: 400;
}

.calculate-area ul li span {
    margin-top: 5px;
    font-weight: 400;
}

.calculate-area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculate-area ul li:nth-child(2) {
    margin-left: 1rem;
}

.calculate-area .calculate-img {
    display: inline-block;
    max-width: 100%;
    width: 1020px;
}

.calculate-depiction {
    display: flex;
    flex-direction: column;
}

.calculate-area .notice-text {
    font-weight: 600;
    color: #fc5a28;
}



/* ----------------觀禮規定------------- */

.describe2 .number {
    color: #fc5a28;
    font-weight: 400;
}

.manager-area {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 2rem;
}

.manager-area ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.manager-area ul li img {
    max-width: 100%;
}

.circle-num {
    margin: 0.8rem 0;
    width: 30px;
    height: 30px;
    background-color: #fc5a28;
    border-radius: 50%;
    text-align: center;
}

.circle-num span {
    padding-left: 3px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}




/* ----------------Q&A------------- */

.container2 .qa-area ul {
    margin-bottom: 5rem;
}

.container2 .qa-area ul li {
    margin: 20px 16px;
    border-bottom: 1px solid #bfbfbf;
}

.container2 .qa-area ul li:last-child {
    margin: 20px 16px;
    border: 0;
}


.bold-text3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fc5a28;
}

.qa-area p {
    margin-bottom: 1.3rem;
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2rem;
}

/* ------------- google-forms -----------------*/
.go-signUp {
    position: fixed;
    right: 18px;
    bottom: 179px;
    padding: 10px 5px;
    border-radius: 30px;
    text-align: center;
    background-color: #fc5a28;
    font-weight: 500;
    font-size: 1rem;
    color: #f5f5f5;
    -webkit-animation:jump  1.5s infinite ; 
}

@keyframes jump{
    0%, 100% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-25px);
    }
}
.google-forms {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    transition: ease-in .2s;
}

.google-forms:hover .forms-icon {
    display: none;
}

.forms-btn {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 70px;
    background-color: #fc5a28;
    transition: 0.5s;
}

/* .forms-btn:last-of-type {
    margin-right: 0;
} */

.forms-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.forms-info img {
    opacity: 0;
    transition: ease-out .2s;
}

.forms-info:hover img {
    opacity: 1;
}

.forms-info p {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    font-size: 1.1rem;
    white-space: nowrap;
    text-align: center;
    color: #fff;
}

.forms-btn:hover {
    width: 160px;
    transition: 0.5s;
}

.forms-btn.btn-area:hover .forms-info {
    width: 100%;
}



/* ----------------rwd------------- */


@media screen and (min-width: 1300px) and (max-width: 1520px) {
    .shopping-img {
        width: 900px;
    }

    .link-area {
        top: 178px;
        width: 250px;
        height: 250px;
    }

    .img-area2 .link-area {
        top: 178px;
        width: 250px;
        height: 250px;
    }

    .link-area .b-line-img {
        margin: 1rem;
        width: 80px;
    }
}

@media (max-width:1000px) {
    .calculate-area ul {
        flex-direction: column;
    }

    .calculate-area ul li:nth-child(2) {
        margin-top: 1rem;
        text-align: center;
    }
}

@media (max-width:1175px) {
    .proportion-area img {
        width: 465px;
    }
}

@media screen and (min-width: 1175px) and (max-width: 1299px) {
    .shopping-img {
        width: 800px;
    }

    .link-area {
        top: 155px;
        padding: 1.3rem;
        width: 225px;
        height: 225px;
    }

    .img-area2 .link-area {
        top: 155px;
        padding: 1.3rem;
        width: 225px;
        height: 225px;
    }

    .link-area img {
        width: 40px
    }
}

@media screen and (min-width: 900px) and (max-width: 1174px) {
    .shopping-img {
        width: 700px;
    }

    .link-area {
        top: 133px;
        width: 200px;
        height: 200px;
    }

    .img-area2 .link-area {
        top: 133px;
        padding: 1.6rem;
        width: 200px;
        height: 200px;
    }

    .link-area img {
        width: 40px;
    }

    .link-area .b-line-img {
        margin: 0.8rem 1rem 0rem;
    }


    .shop-title {
        padding: 7px 22px;
        font-size: 1rem;
    }

    .img-area2 .shop-title {
        padding: 10px 14px;
        font-size: 1rem;
    }
}

/* @media (max-width:851px) {
    .basic-area ul li {
        margin: 40px 48px;
    }
} */

@media screen and (min-width: 750px) and (max-width: 899px) {
    .shopping-img {
        width: 600px;
    }

    .link-area {
        top: 125px;
        right: 6%;
        padding: 1rem;
        width: 160px;
        height: 160px;
    }

    .img-area2 .link-area {
        top: 125px;
        left: 4%;
        padding: 1rem;
        width: 160px;
        height: 160px;
    }

    .link-area img {
        margin: 0.6rem;
        width: 27px;
    }

    .link-area .b-line-img {
        margin: 0.5rem;
        width: 56px;
    }

    .shop-title {
        padding: 5px 15px;
        font-size: 0.9rem;
    }

    .img-area2 .shop-title {
        padding: 6px 14px;
        font-size: 0.9rem;
    }

    .shop-text {
        font-size: 0.8rem;
    }
}

@media (max-width:760px) {
    .shopping-img {
        width: 100%;
    }

    .link-area {
        display: none;
    }

    .img-area2 .link-area {
        display: none;
    }

    .mb-link-area {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 90%;
        right: 0;
        width: 330px;
        height: 70px;
        background-color: #fc5a28;
        border-radius: 40px 0 0 40px;
        z-index: 10;
    }

    .img-area2 .mb-link-area {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        top: 90%;
        left: 0;
        width: 330px;
        height: 70px;
        background-color: #fc5a28;
        border-radius: 0 40px 40px 0;
        z-index: 10;
    }

    .mb-link-area span {
        display: inline-flex;
        color: #fff;
    }

    .mb-link-area img {
        width: 18px;
    }

    .proportion-area ul {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .proportion-img {
        display: none;
    }

    .proportion-area .proportion-mb {
        display: inline-block;
        margin-bottom: 25px;
        max-width: 100%;
        width: 350px;
    }

    .manager-area {
        flex-direction: column;
    }
}

@media (max-width:560px) {

    .banner-area {
        background-position-x: -713px;
        background-position-y: -140px;
    }

    .career-title {
        margin: 15% 20% 0 0;
        font-size: 2rem;
        color: #f4f4f4;
        font-weight: 600;
    }

    .area3-image,
    .area4-image {
        height: 80px;
    }

    .title1 {
        display: flex;
        align-items: center;
        margin: 65px 0 45px;
        cursor: default;
        justify-content: center;
    }

    .title1 h2 {
        font-size: 1.7rem;
    }

    .left-line {
        display: inline-block;
        margin: 5px 10px 0 0;
        width: 45px;
        height: 3px;
        background-color: #bdc6da;
    }

    .right-line {
        display: inline-block;
        margin: 5px 0 0 10px;
        width: 45px;
        height: 3px;
        background-color: #bdc6da;
    }

}