
* {
    position: relative;
    box-sizing: border-box;
    font-family: 'NotoSansCJKtc','Microsoft JhengHei','微軟正黑體', sans-serif;
}

html, body {
    overflow-x: hidden;
}

/*header*/
.header_title {
    padding-top: 53px;
    font-family: 'NotoSansCJKtc','Microsoft JhengHei','微軟正黑體', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-align: left;
    color: #2352b0;
}

    .header_title:after {
        content: '各行各業專家助你找到好工作';
        height: 27px;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 2.5px;
        text-align: left;
        color: #2352b0;
    }

.header a, .header a:hover {
    text-decoration: none;
}

.member {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.9px;
    text-align: left;
    color: #244280;
    position: absolute;
    right: 0;
    top: 93px;
}

.nav_bg {
    background-color: #448aca;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.22);
    z-index: 11;
}

.nav_btn {
    display: inline-block;
    padding: 10px 5px;
    padding-bottom: 20px;
    background-color: #448aca;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.3s;
    border-left: 3px solid #ffffff;
}

.nav_btn_lg_md_last {
    border-right: 3px solid #ffffff;
}

.nav_btn .nav_icon {
    width: 34px;
    height: 36px;
    object-fit: contain;
    top: 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.nav_icon1 {
    background-image: url("../images/icon/nav_icon/icon_nav1.png");
}

.nav_icon2 {
    background-image: url("../images/icon/nav_icon/icon_nav2.png");
}

.nav_icon3 {
    background-image: url("../images/icon/nav_icon/icon_nav3.png");
}

.nav_icon4 {
    background-image: url("../images/icon/nav_icon/icon_nav4.png");
}

.nav_icon5 {
    background-image: url("../images/icon/nav_icon/icon_nav5.png");
}

.nav_icon6 {
    background-image: url("../images/icon/nav_icon/icon_nav6.png");
}

.nav_icon7 {
    background-image: url("../images/icon/nav_icon/icon_nav7.png");
}

.nav_icon9 {
    background-image: url("../images/icon/nav_icon/icon_nav9.png");
}

.nav_icon10 {
    background-image: url("../images/icon/nav_icon/icon_nav10.png");
}

.big_nav {
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: 2.3px;
    text-align: left;
    color: #ffffff;
    top: 2px;
    transition: color 0.3s;
}

.nav_btn:hover {
    background-color: #e7f4ff;
}

    .nav_btn:hover .big_nav {
        color: #2352b0;
    }

    .nav_btn:hover .nav_icon1 {
        background-image: url("../images/icon/nav_icon/icon_nav1_hover.png");
    }

    .nav_btn:hover .nav_icon2 {
        background-image: url("../images/icon/nav_icon/icon_nav2_hover.png");
    }

    .nav_btn:hover .nav_icon3 {
        background-image: url("../images/icon/nav_icon/icon_nav3_hover.png");
    }

    .nav_btn:hover .nav_icon4 {
        background-image: url("../images/icon/nav_icon/icon_nav4_hover.png");
    }

    .nav_btn:hover .nav_icon5 {
        background-image: url("../images/icon/nav_icon/icon_nav5_hover.png");
    }

    .nav_btn:hover .nav_icon6 {
        background-image: url("../images/icon/nav_icon/icon_nav6_hover.png");
    }

    .nav_btn:hover .nav_icon7 {
        background-image: url("../images/icon/nav_icon/icon_nav7_hover.png");
    }

    .nav_btn:hover .nav_icon9 {
        background-image: url("../images/icon/nav_icon/icon_nav9_hover.png");
    }

    .nav_btn:hover .nav_icon10 {
        background-image: url("../images/icon/nav_icon/icon_nav10_hover.png");
    }
/* edit */
/* breadcrumbs */

.page_name, .diraction {
    display: inline-block;
    font-size: 16px;
}


.diraction {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.row .breadcrumbs_line_nopadding {
    padding-left: 0px;
}

.row .breadcrumbs_padding48 {
    padding-left: 48px;
}

/* edit end*/

/*hide_nav*/

.hide_nav {
    width: 100%;
    position: absolute;
    background-color: #448aca;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
    left: 0px;
    margin-top: 20px;
}

    .hide_nav span {
        width: 100%;
        display: block;
        padding: 19px;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 2.3px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

        .hide_nav span:hover {
            background-color: #e7f4ff;
            color: #2352b0;
        }

    .hide_nav a {
        text-decoration: none;
    }

        .hide_nav a:hover {
            text-decoration: none;
        }

.nav_btn:nth-child(4):hover .hide_nav {
    display: block;
}

.nav_btn:nth-child(4) {
    cursor: default;
}

.nav_btn:nth-child(6):hover .hide_nav {
    display: block;
}

.nav_btn:nth-child(6) {
    cursor: default;
}

.hidden-computer {
    display: none;
}

.hidden-mobile {
    display: none;
}

.menu_rec {
    width: 100vw;
    height: 4px;
    background-color: #448aca;
}
/* edit */
/* breadcrumbs */

.page_name, .diraction {
    display: inline-block;
    font-size: 16px;
}


.diraction {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.row .breadcrumbs_line_nopadding {
    padding-left: 0px;
}

.row .breadcrumbs_padding48 {
    padding-left: 48px;
}

/* edit end*/
/*burger menu*/
.menu {
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 64px;
    z-index: 900;
    cursor: pointer;
    transition: all 1s;
}

.icon-bar {
    background-color: #2352b0;
    display: block;
    height: 3px;
    margin: 0 auto 6px;
}
/*footer*/
.footer_bg {
    background-color: #3c3c3c;
}

.footer {
    text-align: center;
    vertical-align: middle;
}
/* edit */
.footer_text, .footer_small_text {
    font-family: 'NotoSansCJKtc','Microsoft JhengHei','微軟正黑體', sans-serif;
    letter-spacing: 2.9px;
    text-align: left;
    color: #ffffff;
    text-align: center;
}

.footer_text {
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 30px;
}

.footer_small_text {
    font-size: 14px;
    padding-bottom: 80px;
}

/* edit end */

/*topbtn*/
.top_btn, .top_btn_RaTai {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

.mail_btn {
    position: fixed;
    bottom: 110px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

.question_btn {
    position: fixed;
    bottom: 190px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

.signUp_side_btn {
    position: fixed;
    bottom: 270px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

.edit_CV_side_btn {
    position: fixed;
    bottom: 350px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}




.top_btn_RaTai img {
    width: 30px;
    height: 30px;



    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}

    .top_btn img, .mail_btn img, .question_btn img, .signUp_side_btn img, .edit_CV_side_btn img {
        width: 68px;
        height: 68px;
        background-color: #2352b0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
    }

.top_QA img {
    width: 75px !important;
    height: 75px !important;
    bottom: 75px;
}

.top_JOB img {
    width: 75px !important;
    height: 75px !important;
    bottom: 157px;
}

.top_RaTai img {
    width: 75px;
    height: 75px;
    bottom: 242px;
}

@media (max-width: 767px){
    .top_RaTai img {
        width: 51px;
        height: 51px;
        bottom: 175px;
        right: 6px;
    }
}





/*.signUp_side_btn img{
  animation-name: blin_btn;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}*/

/*page job_article_all*/
#mainSec {
    padding-bottom: 20px;
}

.search_word {
    font-size: 14px;
    letter-spacing: 2.8px;
    color: #9b9b9b;
    display: inline-block;
}

.search_keyword {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.8px;
    color: #9b9b9b;
}

.search_keyword_all {
    display: none;
}

.search_sec {
    margin-top: 29px;
}

.container .search_sec:nth-child(1) {
    margin-top: 51px;
}

.container .job_article_all_search {
    padding-left: 0px;
}

.article_search_title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-align: left;
    color: #244280;
}

.side_btn {
    width: 100%;
    height: 63px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
}

    .side_btn > span {
        font-size: 24px;
        letter-spacing: 8.1px;
        color: #2352b0;
        line-height: 63px;
    }

        .side_btn > span:before {
            position: absolute;
            display: inline-block;
            content: '';
            width: 22px;
            height: 22px;
            background-image: url("../images/icon/arrow/arrow_right_white.png");
            background-size: cover;
            background-repeat: no-repeat;
            left: -21px;
            top: 4px;
        }

    .side_btn:hover, .side_btn_hover {
        background-color: #2352b0;
    }

        .side_btn:hover span, .side_btn_hover span {
            color: #fff;
        }

.search_input {
    border: solid 2px #2352b0;
    width: 100%;
    height: 57px;
    font-size: 18px;
    letter-spacing: 2.9px;
    text-align: left;
    padding-left: 48px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #c2c2c2;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c2c2c2;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c2c2c2;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c2c2c2;
}

.search_icon {
    position: absolute;
    width: 23.2px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
    margin-left: 17px;
}

.search_sm_input {
    border: solid 2px #2352b0;
    width: 100%;
    height: 57px;
    font-size: 18px;
    letter-spacing: 2.9px;
    text-align: left;
    padding-left: 20px;
    padding-right: 60px;
}

.search_sm_btn {
    position: absolute;
    width: 23.2px;
    height: 24px;
    background-color: #2352b0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
    margin-left: 17px;
    margin-right: 15px;
}

.search_icon_bg {
    background-color: #2352b0;
    width: 55px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.article_all {
    margin-top: 85px;
}

.article_sq {
    background-color: #fff;
    border: solid 1px #cbcbcb;
    height: 135px;
    margin-bottom: 11px;
    margin-top: 11px;
    cursor: pointer;
    transition: box-shadow 0.6s;
}

    .article_sq:hover {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    }

.article_photo {
    width: 30%;
    max-width: 158px;
    min-width: 120px;
    height: 100%;
    background-image: url("../images/index_bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
}

.article_text {
    display: inline-block;
    width: 66%;
    max-width: 630px;
    position: absolute;
    top: 10px;
    margin-left: 2.4%;
}

.article_all_title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2.7px;
    text-align: left;
    color: #244280;
    margin-bottom: 6px;
    height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article_all_detail {
    font-size: 1.6rem;
    letter-spacing: 2.1px;
    text-align: left;
    color: #3c3c3c;
    overflow: hidden;
    height: 42px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article_all_date {
    font-size: 13px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #3c3c3c;
    margin-top: 10px;
    display: inline-block;
    margin-left: 2.4%;
    position: absolute;
    bottom: 8px;
}

.article_arthor {
    display: inline-block;
    margin-right: 8px;
}

.article_all_continue {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.9px;
    text-align: left;
    color: #244280;
    display: inline-block;
    position: absolute;
    right: 1.2%;
    bottom: 8px;
}

/*pages*/

.pages_all {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 96px;
    padding-bottom: 81px;
}

.pages a {
    text-decoration: none;
}

    .pages a:hover {
        text-decoration: none;
    }

.page_left_arrow {
    width: 23px;
    height: 34px;
    background-image: url("../images/icon/arrow/arrow_left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.left_arrow_disable {
    background-image: url("../images/icon/arrow/arrow_left_disable.png");
}

.page_right_arrow {
    width: 22px;
    height: 33px;
    background-image: url("../images/icon/arrow/arrow_right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.right_arrow_disable {
    background-image: url("../images/icon/arrow/arrow_right_disable.png");
}

.page_number {
    display: inline-block;
    top: -6px;
    margin-left: 10px;
    margin-right: 10px;
}

    .page_number span {
        font-size: 24px;
        letter-spacing: 3.8px;
        text-align: left;
        color: #244280;
        padding: 2px 12px;
        padding-right: 9px;
    }

    .page_number .number_active {
        background-color: #448aca;
        color: #fff;
    }

/*job_QA*/
.QA_title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 4.8px;
    text-align: center;
    color: #244280;
    margin-top: 46px;
}

.row .QA_bar {
    /*background-image: linear-gradient(to top, rgba(245, 250, 255, 0.0), #e7f4ff 29%, rgba(231, 243, 255, 0.86) 46%, rgba(251, 253, 255, 0.68) 73%, rgba(255, 255, 255, 0.62));*/
    height: 719px;
    padding: 0;
    z-index: 1;
}

.QA_Q, .QA_A {
    width: 100%;
}

.QA_all {
    margin-top: 128px;
    /*margin-bottom: 153px;*/
}

.btn-qa {
    background-image: -webkit-linear-gradient(top,#2452b0 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#2452b0 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2452b0),to(#2aabd2));
    background-image: linear-gradient(to bottom,#2452b0 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    background-color: #2452b0;
    border-color: #2452b0;
    color: #fff;
}

.QA_Q {
    border-top: 3px solid #2352b0;
    cursor: pointer;
    z-index: 5;
}

.QA:last-child {
    border-bottom: 3px solid #2352b0;
}

.QA_number {
    padding: 15pt 15pt 20pt 25pt;
    /*padding-right: 39px;*/
    display: inline-block;
}

.Q_text, .A_text {
    display: inline-block;
    height: auto;
    font-size: 16px;
    letter-spacing: 2.1px;
    text-align: left;
    color: #3c3c3c;
    width: 75%;
    vertical-align: middle;
    padding-right: 10px;
}

.QA_number span {
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #2352b0;
    text-align: center;
    padding: 10px;
    background-color: #e7f4ff;
}

.QA_A .QA_number span {
    left: 3px;
}

.QA_content {
    padding-top: 36px;
    padding-bottom: 37px;
    vertical-align: middle;
}

.QA .QA_A {
    background-color: #e7f4ff;
    border-bottom: 0px;
    display: none;
}

.QA_arrow {
    width: 40px;
    height: 20px;
    background-image: url("../images/icon/arrow/arrow_down.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
}

.QA_arrow_top {
    background-image: url("../images/icon/arrow/arrow_top.png");
}

/*article*/
#sns_fixed, #sns_relative {
    width: 220px;
    padding: 15px;
    float: left;
}

#sns_relative {
    display: inline-block;
}

#sns_fixed {
    display: none;
    position: fixed;
    top: 20px;
}

#article_date {
    margin-top: 50px;
    text-align: left;
}

#article_title {
    text-align: left;
    font-weight: bold;
}

#article_author {
    text-align: right;
    float: right;
}

#content {
    text-align: left;
}
/* edit */
.article_block {
    width: 75%;
    float: right;
    margin-bottom: 94px;
}
/* edit end */

.article_date {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-align: left;
    color: #3c3c3c;
    margin-top: 80px;
    margin-bottom: 10px;
}

.article_title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: left;
    color: #244280;
}

.article_person {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-align: left;
    color: #3c3c3c;
    margin-bottom: 17px;
}

.article_inside_photo {
    width: 100%;
    height: 448px;
    background-image: url("../images/signUp_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 47px;
}

.share {
    width: 100%;
}

.share_word {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: center;
    color: #244280;
    margin-bottom: 12px;
}

.nav_btn_hover {
    background-color: #e7f4ff;
    color: #2352b0;
}

    .nav_btn_hover > .big_nav,
    .nav_btn_hover > div > .big_nav {
        color: #2352b0;
    }

    .nav_btn_hover .nav_icon1 {
        background-image: url("../images/icon/nav_icon/icon_nav1_hover.png");
    }

    .nav_btn_hover .nav_icon2 {
        background-image: url("../images/icon/nav_icon/icon_nav2_hover.png");
    }

    .nav_btn_hover .nav_icon3 {
        background-image: url("../images/icon/nav_icon/icon_nav3_hover.png");
    }

    .nav_btn_hover .nav_icon4 {
        background-image: url("../images/icon/nav_icon/icon_nav4_hover.png");
    }

    .nav_btn_hover .nav_icon5 {
        background-image: url("../images/icon/nav_icon/icon_nav5_hover.png");
    }

    .nav_btn_hover .nav_icon6 {
        background-image: url("../images/icon/nav_icon/icon_nav6_hover.png");
    }

    .nav_btn_hover .nav_icon9 {
        background-image: url("../images/icon/nav_icon/icon_nav9_hover.png");
    }

    .nav_btn_hover .nav_icon10 {
        background-image: url("../images/icon/nav_icon/icon_nav10_hover.png");
    }

/* edit */
.backtoPage {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
    background-color: #2352b0;
    margin-top: 30px;
    border-radius: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .backtoPage:hover {
        background-color: #244280;
    }
/* edit end */
.social_icon {
    width: 100%;
    height: 49px;
    border-radius: 9px;
    margin-bottom: 12px;
    text-align: center;
    cursor: pointer;
}

    .social_icon img {
        width: 45px;
        display: inline-block;
    }



.icon_fb:hover {
    background-color: #213F7F;
}

.icon_twitter:hover {
    background-color: #348DD1;
}

.icon_google:hover {
    background-color: #C9382B;
}

.icon_line:hover {
    background-color: #01B901;
}

.icon_fb {
    background-color: #3b5998;
}

.icon_twitter {
    background-color: #55acee;
}

.icon_google {
    background-color: #dc4e41;
}

.icon_line {
    background-color: #4ECD00;
}
/* edit */
.article_content {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-align: left;
    line-height: 30px;
    color: #3c3c3c;
    /* margin-bottom: 94px; */
}
/* edit end */

.relative_sec {
    background-color: #f3f3f3;
    padding-bottom: 122px
}

.relative_title {
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: left;
    color: #2352b0;
    margin-top: 76px;
    margin-bottom: 24px;
}

.relative_text {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #2352b0;
    padding-left: 4.4%;
    margin-bottom: 0;
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relative_line {
    border-radius: 8px;
    background-color: #ffffff;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 33px;
    transition: all 0.5s;
}

    .relative_line:hover {
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.14);
        -o-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.14);
        -ms-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.14);
    }

.relative_arrow {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

    .relative_arrow img {
        width: 40px;
    }

/*signup_free*/

.signup_kv {
    height: 464px;
    background-image: url("../images/signUp_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.signup_kv span {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    color: #244280;
    width: 100%;
    position: absolute;
    right: 0;
    top: 370px;
}

.sec_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5.4px;
    text-align: center;
    color: #244280;
    margin-top: 59px;
    /*margin-top: 127px;*/
    margin-bottom: 57px;
}

.index_gw {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    color: #3c3c3c;
    text-align: l;
    margin-top: 50px;
    border: solid 1px #244280;
    padding: 25px 54px;
    margin-right: -15px;
    margin-left: -15px;
}

.nav_container .row {
    position: relative;
}
/*.nav_container .row .hd_index{
    position:absolute;
    right:-195px;
    width: 195px;
}*/
.col-md-2 {
    /*width: 14.25% !important;*/
}

.nav_btn {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

@media screen and (min-width:992px) and (max-width:1366px) {


    .nav_container {
        width: 100% !important;
        margin-right: 2px !important;
        margin-left: 2px !important;
    }
}


@media screen and (max-width:991px) {
    /*.nav_container .row .hd_index{
    position:relative;
    right:0px;
    width: 100%;
}*/ .col-md-2 {
        width: 16.66666667%;
    }

    .nav_bg {
        display: none;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width:456px) {

    .index_gw {
        margin-top: 59px;
        text-align: left;
        font-size: 15px;
        margin-right: 0px;
        margin-left: 0px;
        padding: 25px 15px;
        border: solid 3px #244280;
    }


    .nav_container .row .hd_index {
        position: relative;
    }
}

.sec_title:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 37px;
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
    background-color: #2352b0;
    position: relative;
    right: 7px;
    top: 5px;
}

.sec_title:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 37px;
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
    background-color: #2352b0;
    position: relative;
    left: 7px;
    top: 5px;
}

.step_picture img {
    width: 100%;
}

.signUp_btn {
    text-align: center;
}

    .signUp_btn span:hover {
        background-color: #0E3991;
    }

    .signUp_btn span {
        display: inline-block;
        font-size: 26px;
        letter-spacing: 6.8px;
        text-align: center;
        color: #ffffff;
        border-radius: 8px;
        background-color: #2352b0;
        padding: 5px 46px;
        margin-top: 83px;
        margin-bottom: 96px;
        cursor: pointer;
        padding-right: 36px;
    }

.signup_step_bg {
    background-image: url("../images/index_bg3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .signup_step_bg .step_signup_picture {
        margin-bottom: 159px;
    }

.signup_QA .QA_all {
    margin-top: 0px;
    margin-bottom: 102px;
}

.signup_detial_bg {
    /*background-color: #f3f3f3;*/
    background-color: #fff;
}

    .signup_detial_bg p {
        width: 90%;
        font-size: 16px;
        letter-spacing: 2.1px;
        text-align: left;
        color: #3c3c3c;
        margin: 0 auto;
        margin-bottom: 25px;
    }

.text_title {
    font-weight: bold;
}

.signup_word {
    margin-bottom: 60px;
}

/*signup_money*/
.service_sec_all {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 131px;
}

    .service_sec_all .service_sec {
        width: 280px;
        height: 353px;
        border: solid 2px #2352b0;
        box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.18);
        -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.18);
        -o-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.18);
        -ms-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.18);
        text-align: center;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        cursor: pointer;
        transition: all 0.4s;
    }

        .service_sec_all .service_sec:hover {
            transform: scale(1.1);
            margin-top: 20px;
            margin-bottom: 30px;
        }

.service_title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 4.3px;
    color: #244280;
    margin-top: 43px;
    margin-bottom: 15px;
}

.service_detail {
    /*font-size: 12px;*/
    font-size: 16px;
    letter-spacing: 2.2px;
    color: #2352b0;
    width: 75%;
    margin: 0 auto;
}

.service_money_sec {
    width: 100%;
    height: 118px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e7f4ff;
}

.service_money {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #2352b0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service_money_sec .service_signUp_btn span {
    letter-spacing: 0;
    margin: 0px;
    font-weight: normal;
}

.arrow_L {
    background-image: url("../images/icon/arrow/arrow_left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 150px;
    cursor: pointer;
}

.arrow_R {
    background-image: url("../images/icon/arrow/arrow_right.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 150px;
    cursor: pointer;
}


@media (max-width : 991px) {
    .container-fluid {
        /*display:none;*/
        padding: 0 !important;
    }

        .container-fluid .nav_container {
            padding: 0;
            margin: 0 auto;
            width: 100%;
        }

    /*header*/
    .container .nav_btn {
        border: 0px;
        padding-right: 0px;
    }

        .container .nav_btn:nth-child(3) {
            /*padding-bottom: 0;*/
        }

            .container .nav_btn:nth-child(3) #jobRaiders {
                padding-bottom: 20px;
            }

    .row a:nth-child(8) .nav_btn {
        border: 0px;
    }

    .row .hide_nav {
        position: relative;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hide_nav span {
        font-size: 20px;
    }

    .nav_btn .hidden-mobile {
        display: none;
    }

    .hidden-computer {
        display: block;
    }

    .nav_btn:nth-child(3):hover .hide_nav {
        display: none;
    }

    .header_title {
        padding-top: 30px;
    }



    /*job_article_all*/

    .container .job_article_all_search {
        padding-right: 0px;
    }

    .container .job_article_all_article {
        padding-right: 0;
        padding-left: 0;
    }

    .article_all_title {
        /*height: 50px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .article_search_title {
        text-align: center;
    }

    .article_text {
        width: 70%;
    }
    /*job_QA*/

    .QA_all {
        margin-top: 50px;
    }

    .row .QA_bar {
        background-color: #fff;
        height: auto;
    }

    .QA_content {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .QA_A .QA_content {
        padding-bottom: 30px;
    }

    .QA_number {
        display: block;
        text-align: center;
        padding: 0px;
        padding-bottom: 15px;
    }

        .QA_number span {
            width: 50px;
            height: 50px;
            display: inline-block;
            text-align: center;
            padding: 0px;
            font-size: 26pt;
        }

    .Q_text, .A_text {
        text-align: center;
        width: 90%;
        padding: 0px;
        font-size: 16pt;
    }

    .QA_arrow {
        width: 50px;
        display: block;
        margin: 20px auto;
        margin-top: 25px;
        float: none;
    }

    .QA_A .QA_number span {
        left: 0px;
    }
    /*article*/
    #sns_relative, #sns_fixed {
        width: 100px;
        margin-left: 40px;
    }

    .relative_title, .article_title, .article_date, .article_person, .article_content {
        text-align: center;
    }

    .article_title {
        margin-bottom: 20px;
    }

    .share {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .social_icon {
        display: inline-block;
        width: 75%;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    /*signup_free*/
    .signup_detial_bg .text_title, .signup_detial_bg .text_detail {
        text-align: left;
    }

    .signup_kv span {
        text-align: center;
        position: relative;
        display: inline-block;
        top: 135px;
    }

    .signup_kv {
        text-align: center;
        height: 304px;
    }
}

@media (max-width : 1199px) and (min-width : 992px) {
    .nav_btn .nav_icon {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media (max-width : 767px) {
    /*header*/
    .header_title:after {
        display: none;
    }

    .header_title {
        font-size: 30px;
        left: 10px;
    }

    .menu {
        top: 42px;
    }

    /* edit */
    /* breadcrumbs */
    .row .breadcrumbs_line_nopadding {
        padding-left: 15px;
    }

    .row .breadcrumbs_padding48 {
        padding-left: 20px;
    }

    .diraction {
        margin-top: 20px;
    }

    /* edit end */

    /*top_btn*/
    .top_btn, .top_btn_RaTai, .mail_btn, .question_btn, .signUp_side_btn, .edit_CV_side_btn {
        right: 20px;
    }

        .top_btn img, .top_btn_RaTai, .mail_btn img, .question_btn img, .signUp_side_btn img, .edit_CV_side_btn img {
            width: 44px;
            height: 44px;
        }

    .top_QA img {
        width: 51px !important;
        height: 51px !important;
        bottom: 50px;
    }

    .top_JOB img {
        width: 51px !important;
        height: 51px !important;
        bottom: 108px;
        left: 0px;
    }

    .mail_btn {
        bottom: 85px;
    }

    .question_btn {
        bottom: 140px;
    }

    .signUp_side_btn {
        bottom: 195px;
    }

    .edit_CV_side_btn {
        bottom: 250px;
    }

    /*page job_article_all*/
    .search_sec {
        text-align: center;
    }

    .search_input {
        width: 90%;
        margin: 0 auto;
    }

    .search_icon {
        left: 5%;
    }

    /*article*/
    #sns_relative, #sns_fixed {
        display: inline-block;
        height: 100px;
        margin: 0px;
        padding: 0px;
        width: 100%;
        background-color: #ffffff;
    }

    #sns_fixed {
        z-index: 10;
        padding-top: 0px;
        display: none;
    }

    #article_title {
        font-size: 25px;
    }

    .article_block {
        width: 100%;
    }

    .social_icon {
        display: inline-block;
        width: 50px;
        margin-left: 0px;
    }

    .relative_text {
        width: 85%;
        overflow: auto;
        white-space: normal;
    }

    .article_text {
        width: 50%;
    }

    .article_all_title {
        height: 50px;
        white-space: inherit;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    /*footer*/
    .footer_text {
        font-size: 14px;
    }
}

@keyframes blin_btn {
    from {
        background-color: #2352b0;
    }

    to {
        background-color: #80c2ff;
    }
}

@-moz-keyframes blin_btn {
    from {
        background-color: #2352b0;
    }

    to {
        background-color: #80c2ff;
    }
}

@-webkit-keyframes blin_btn {
    from {
        background-color: #2352b0;
    }

    to {
        background-color: #80c2ff;
    }
}

@-o-keyframes blin_btn {
    from {
        background-color: #2352b0;
    }

    to {
        background-color: #80c2ff;
    }
}

@-ms-keyframes blin_btn {
    from {
        background-color: #2352b0;
    }

    to {
        background-color: #80c2ff;
    }
}

/*新foorter_20210820_start*/
.l-footer {
    background-color: #3c3c3c;
}

.l-footer__copyright {
    padding: 30px 0 35px 0;
    text-align: center;
    border-top: 1px solid #535353;
    max-width: 796px;
    margin: auto;
}

    .l-footer__copyright p {
        color: white;
        letter-spacing: 0.4px;
        margin: 0;
    }

.l-footer__copyright-company {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 11px;
}

.l-footer__copyright-support {
    font-size: 0.875rem;
    line-height: 1;
}

.l-footer__link-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 0;
    margin-bottom: 0;
    max-width: 796px;
    margin-right: auto;
    margin-left: auto;
}

.btn-link-1 {
    color: #ff7477;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 0px 4px 0px;
    display: inline-block;
    position: relative;
    
}
.btn-link-1:hover{
    font-size: 18px;
    font-weight: bold;
    color: #f4494d;
    text-decoration: none;
}
.btn-link-1 img{
    border: none;
    position: relative;
    bottom: 2px;
    left: 4px;
}
@media (max-width: 768px) {
    .l-footer__link-group {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 30px 0 0 0;
        max-width: 290px;
        margin: auto;
    }
}

.l-footer__link-item {
    list-style: none;
    padding: 1px 0px 1px 5px;
    border-left: 5px solid #97d7ff;
}

    .l-footer__link-item a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #97d7ff;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .l-footer__link-item {
        margin-bottom: 21px;
        padding-right: 22px;
    }

        .l-footer__link-item a {
            font-size: 16px;
        }
}

@media (max-width: 768px) {
    .l-footer {
        padding: 0 15px;
    }

    .l-footer__copyright-company {
        font-size: 14px;
    }
}
/*新foorter_20210820_end*/
/*ESO110092415【履歷健診】M版求職文章列表內容版型調整_start*/
@media (max-width: 768px) {
    .article_sq {
        height: 90px;
    }

    .article_text {
        width: 57%;
    }

    .article_photo {
        width: 20%;
        max-width: 140px;
        min-width: 100px;
    }
    .article_inside_photo {
        height: 200px;
    }
}
/*ESO110092415【履歷健診】M版求職文章列表內容版型調整_end*/

/*ESO110092914【履歷健診】M版求職文章分類版型調整_start*/
@media (max-width:767px) {
    .article_search_title {
        display: none;
    }

    .article_search {
        position: relative;
    }

        .article_search::before {
            content: '';
            width: 30px;
            height: 70px;
            display: block;
            position: absolute;
            left: 0;
            top: 48px;
            z-index: 1;
            background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        .article_search::after {
            content: '';
            width: 30px;
            height: 70px;
            display: block;
            position: absolute;
            right: 0;
            top: 48px;
            z-index: 1;
            background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

    .article_search_block {
        overflow-x: scroll;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .article_search_block .side_btn {
            background-color: #2352b0;
            border-radius: 15px;
            margin-right: 15px;
            width: auto;
            padding: 0 15px;
            flex-shrink: 0;
        }

            .article_search_block .side_btn span {
                color: white;
            }

    .side_btn > span:before {
        display: none;
    }
}
/*ESO110092914【履歷健診】M版求職文章分類版型調整_end*/