@charset "utf-8";
@import url("reset.css");
@import url("https://use.typekit.net/uwa5ocr.css");

/*web font*/

.lust {
    font-family: lust, serif, "微軟正黑體";
    font-weight: 400;
    font-style: normal;
}

.GrotesqueRegular {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.GrotesqueBold {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
}


/* CSS Document */

a {
    color: #54c3bd;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}


/*-------font effect-----------*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.bold {
    font-weight: bold;
}

.black {
    color: #000;
}

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.italic {
    font-style: italic;
    opacity: 0.8;
    font-weight: normal;
}

.nowrap {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.divider {
    height: 10px;
    line-height: 10px;
}


/*-------btn effect-----------*/

.btnStyle {
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #54c3bd;
    background-color: #FFF;
    border-radius: 50px;
    transition: all 0.3s ease-out;
}

.btnStyle:hover {
    opacity: 0.8;
    transition: all 0.3s ease-out;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.4);
}

.btnGray {
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 5px 30px;
}


/*-------------footer--------------------*/

#footRight ul.social li:first-child a {
    background-image: url(../images/Facebook-Round.png);
}

#footRight ul.social li:nth-child(2) a {
    background-image: url(../images/Linkedin-round.png);
}

#footRight ul.social li:nth-child(3) a {
    background-image: url(../images/Instagram.png);
}

#footRight ul.social li:nth-child(4) a {
    background-image: url(../images/Twitter-round.png);
}

#footRight ul.social li:nth-child(5) a {
    background-image: url(../images/Youtube-round.png);
}

footer a {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

footer a:hover {
    opacity: 1;
    color: #fff;
}

#footRight ul,
#footLeft ul {
    margin-top: 10px;
}

#footRight ul li {
    display: inline-block;
    margin-right: 10px;
}

#footRight ul li:last-child {
    margin-right: 0;
}

#footRight ul li a {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}


/*---------------------- toTop ------------------------*/

#toTop {
    position: fixed;
    right: 30px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_top.svg) no-repeat rgba(0, 0, 0, 0.3) center center;
    cursor: pointer;
    display: none;
    z-index: 123;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#toTop:hover {
    background: url(../images/icon_top.svg) no-repeat #54c3bd center center;
}


/*-- header --*/

.textAni {
    /*ani*/
    opacity: 0;
    animation: InOutBtn 2s ease-in;
    animation-iteration-count: infinite;
    animation-delay: 1.0s;
}

.bannerWrapper h1 {
    /*ani*/
    opacity: 0;
    animation: fadeIn 1.5s ease;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.bannerWrapper h2 {
    /*ani*/
    opacity: 0;
    animation: fadeIn 1.5s ease;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

a.intro {
    display: block;
    background-image: url(../images/mouse.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 997;
    margin-left: -15px;
    cursor: pointer;
    /*for ani*/
    opacity: 0;
    animation: InOutBtn 2s ease-in;
    animation-iteration-count: infinite;
    animation-delay: 1.5s;
}

.addArrow {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: right 20px center;
    padding-right: 50px;
}


/*-- ani --*/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*
@keyframes move {
    0% {
        opacity: 0;
        background-position: bottom center;
    }
    100% {
        opacity: 1;
        background-position: bottom 30px center;
    }
}*/

@keyframes InOutBtn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media screen and (min-width:801px) {
    /*-----------------------body-----------------------*/
    html,
    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 17px;
        line-height: 160%;
        font-family: "brandon-grotesque", "微軟正黑體", sans-serif;
        background: #54c3bd;
    }
    p {
        line-height: 160%;
    }
    h1,
    h2,
    h3 {
        line-height: 130%;
        font-family: "brandon-grotesque", "微軟正黑體", sans-serif;
    }
    .btnStyle {
        padding: 12px 30px;
        line-height: 100%;
        font-size: 25px;
    }
    .addArrow {
        padding-right: 50px;
    }
    .NoShowInPC {
        display: none;
    }
    .largeFont {
        font-size: 20px;
    }
    /*-- header --*/
    header #logoAdecco a,
    header #logoSpring a {
        display: block;
        width: 80px;
        height: 30px;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        text-indent: -9999px;
        position: absolute;
        top: 25px;
        left: 30px;
        z-index: 99;
    }
    header #logoSpring a {
        background-image: url(../images/logoSpring.svg);
        left: 120px;
    }
    /*-- en --*/
    header p a {
        position: absolute;
        top: 25px;
        right: 30px;
        color: #fff;
        background-image: url(../images/global.svg);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: left center;
        padding-left: 25px;
        z-index: 97;
    }
    /*-- banner --*/
    .bannerWrapper {
        position: relative;
        background-color: #54c3bd;
        background-image: url(../images/banner.png);
        background-repeat: no-repeat;
        background-size: auto 60%;
        background-position: top 10% center;
        text-align: center;
        box-sizing: border-box;
        /*ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
    .bannerText {
        position: absolute;
        left: 0;
        right: 0;
        background-image: url(../images/bannerY.png);
        background-repeat: no-repeat;
        background-size: auto 60%;
        background-position: top 10% center;
    }
    .title {
        position: absolute;
        width: 100%;
        bottom: 10%;
        text-align: center;
    }
    .bannerWrapper h1 {
        font-size: 57px;
        line-height: 120%;
        color: #FFF;
    }
    .bannerWrapper h1 span {
        color: #FFD85E;
    }
    .bannerWrapper h2 {
        font-size: 40px;
        font-weight: normal;
        color: #FFF;
    }
    a.minimize,
    a.regroup,
    a.training {
        position: absolute;
        opacity: 0;
        display: block;
        cursor: pointer;
        width: 30%;
        height: 35%;
        background-color: #fff;
    }
    a.minimize {
        top: 35%;
        left: 20%;
        background-image: url(../images/bannerMinimize.png);
    }
    a.regroup {
        top: 35%;
        right: 20%;
        background-image: url(../images/bannerRegroup.png);
    }
    a.training {
        padding-top: 0;
        right: 20%;
        background-image: url(../images/bannerTraining.png);
    }
    .bgtraining {
        transition: all 0.3s ease-out;
        background-image: url(../images/bannerTraining.png);
    }
    .bgregroup {
        transition: all 0.3s ease-out;
        background-image: url(../images/bannerRegroup.png);
    }
    .bgminimize {
        transition: all 0.3s ease-out;
        background-image: url(../images/bannerMinimize.png);
    }
    /*---------------------article-------------------*/
    article {
        width: 900px;
        margin: 0 auto;
        padding: 70px 0;
    }
    article h1 {
        font-size: 51px;
    }
    article h2 {
        font-size: 33px;
        color: #fff;
    }
    article h3 {
        font-size: 25px;
    }
    .left {
        width: 48%;
        float: left;
    }
    .right {
        width: 48%;
        float: right;
    }
    /*-- trendList --*/
    #trendList li {
        padding: 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        overflow: auto;
    }
    #trendList li .areaLeft {
        float: left;
        width: 12%
    }
    #trendList li .areaRight {
        width: auto;
        margin-left: 15%;
    }
    #trendList li:last-of-type {
        border: none;
        padding-bottom: 0;
        border-bottom: none;
    }
    /*-- intro --*/
    #intro {
        background-color: #a9e1de;
    }
    #intro article {
        color: #333;
        background-image: url(../images/ECO.png);
        background-repeat: no-repeat;
        background-size: 95% auto;
        background-position: center left;
    }
    /*-------------minimize--------------------*/
    #minimize {
        background-image: url(../images/bgMinimize.png);
        background-repeat: no-repeat;
        background-position: left top;
    }
    /*-------------regroup--------------------*/
    #regroup {
        background-color: #65c9c4;
        background-image: url(../images/bgregroup.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    /*-------------training--------------------*/
    #training {
        background-image: url(../images/bgtraining.png);
        background-repeat: no-repeat;
        background-position: left top;
    }
    /*-------------adecco--------------------*/
    #adecco {
        text-align: center;
        background-image: url(../images/bgAdecco.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: #fff;
    }
    #adecco p span {
        display: block;
    }
    /*-------------footer--------------------*/
    footer {
        background: #000;
        color: #fff;
        width: 100%;
        padding: 20px 0;
    }
    #footerWrapper {
        position: relative;
        width: 80%;
        max-width: 1440px;
        margin: 0 auto;
    }
    footer h4 {
        width: 195px;
        height: 30px;
        display: block;
        background-image: url(../images/logoFooter.svg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 15px;
    }
    #footLeft {
        float: left;
        width: 33%;
        margin-left: 33%;
    }
    #footLeft ul li {
        float: left;
        margin-right: 15px;
    }
    #footRight {
        float: left;
    }
}


/*------------------for mobile------------------------*/

@media screen and (max-width:800px) {
    /*-----------------------body-----------------------*/
    html {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: none;
    }
    body {
        color: #000;
        line-height: 150%;
        font-size: 15px;
        font-family: "brandon-grotesque", "Segoe UI", "微軟正黑體", sans-serif;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        min-height: 100%;
        background: #54c3bd;
    }
    p {
        line-height: 150%;
    }
    h1,
    h2,
    h3,
    h4 {
        line-height: 130%;
    }
    .btnStyle {
        font-size: 21px;
        padding: 10px 25px;
        line-height: 100%;
        -webkit-appearance: none;
        /*取消手機預設樣式*/
    }
    .btnGray {
        font-size: 15px;
        padding: 6px 20px;
    }
    .addArrow {
        padding-right: 50px;
    }
    .alignLeftMobile {
        text-align: left;
    }
    .alignCenterMobile {
        text-align: center;
    }
    .picForMobile {
        width: 100%;
        height: auto;
    }
     ::-webkit-scrollbar {
        display: none;
        /*隱藏手機scroll*/
    }
    /*-- header --*/
    header #logoAdecco a,
    header #logoSpring a {
        display: block;
        width: 67px;
        height: 25px;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        text-indent: -9999px;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 99;
    }
    header #logoSpring a {
        background-image: url(../images/logoSpring.svg);
        left: 85px;
    }
    /*-- en --*/
    header p a {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        background-image: url(../images/global.svg);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: left center;
        padding-left: 25px;
        z-index: 97;
    }
    /*-- banner --*/
    .bannerWrapper {
        background-image: url(../images/banner.png);
        background-repeat: no-repeat;
        background-size: 150% auto;
        background-position: top 20% center;
        position: relative;
        /*ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
    .bannerText {
        position: absolute;
        left: 0;
        right: 0;
        background-image: url(../images/bannerY.png);
        background-repeat: no-repeat;
        background-size: 150% auto;
        background-position: top 20% center
    }
    .title {
        position: absolute;
        width: 100%;
        bottom: 15%;
        text-align: center;
    }
    .bannerWrapper h1 {
        padding-top: 100px;
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 120%;
        color: #FFF;
    }
    .bannerWrapper h1 span {
        color: #FFD85E;
        display: block;
    }
    .bannerWrapper h2 {
        font-size: 19px;
        font-weight: normal;
        color: #FFF;
    }
    a.minimize,
    a.regroup,
    a.training {
        position: absolute;
        opacity: 0;
        display: block;
        cursor: pointer;
        width: 50%;
        height: 20%;
        background-color: #f00;
    }
    a.minimize {
        top: 35%;
        left: 0;
    }
    a.regroup {
        top: 35%;
        right: 0;
    }
    a.training {
        top: 15%;
        right: 0;
    }
    /*---------------------article-------------------*/
    article {
        padding: 50px 15px;
    }
    article h2 {
        font-size: 23px;
        color: #fff;
    }
    article h3 {
        font-size: 21px;
    }
    /*-- trendList --*/
    #trendList li {
        padding: 20px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    #trendList li h3 {
        text-align: center;
    }
    #trendList li .areaLeft {
        width: 30%;
        margin: 0 auto 20px auto;
    }
    #trendList li:last-of-type {
        border: none;
        padding-bottom: 0;
    }
    /*-- intro --*/
    #intro {
        background-color: #a9e1de;
    }
    #intro .left {
        width: 250px;
        height: 250px;
        margin: 0 auto 20px auto;
        background-image: url(../images/ECOM.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    /*-------------minimize--------------------*/
    #minimize {}
    /*-------------regroup--------------------*/
    #regroup {
        background-color: #65c9c4;
    }
    /*-------------training--------------------*/
    #training {}
    /*-------------adecco--------------------*/
    #adecco {
        text-align: center;
        background-image: url(../images/bgAdecco.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: #fff;
    }
    /*-------------footer--------------------*/
    footer {
        background: #000;
        color: #fff;
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
    }
    footer h4 {
        width: 195px;
        height: 30px;
        display: block;
        background-image: url(../images/logoFooter.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto 20px auto;
    }
    #footLeft {
        margin-bottom: 10px;
    }
    #footLeft ul li {
        display: inline-block;
        margin-right: 10px;
    }
    #footLeft ul li:last-child {
        margin-right: 0;
    }
}