html,
body {
    width: 100%;
    height: 100%;
    font-family: Arial, '微軟正黑體', 'sans-serif';
    /* background-color: #f5f5f5; */
}

a {
    color: #2376c3;
}

/*ted*/

.floatR {
    float: right;
}

.safeAndShare {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.firm_pic {
    margin: 176px auto 0 auto !important;
}

.hideHeader {
    max-height: 30px;
    min-height: 30px;
    overflow: hidden;
}

.Job_opening {
    padding: 0;
}

.positionA {
    position: absolute;
}

/*ted*/
/*-------------------------連結樣式--------------------------*/
.link_text_black {
    color: #292929;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.link_text_black:hover {
    text-decoration: underline;
}

.link_text_blue {
    color: #2376c3;
    text-decoration: underline;
}

.link_text_blue:hover {
    text-decoration: none;
}

.link_text_blue_border {
    color: #2376c3;
    border: 1px solid #2376c3;
    border-radius: 5px;
    padding: 2px 5px;
    text-decoration: none;
}

.link_text_blue_border:hover {
    color: #fff;
    background-color: #2376c3;
}

.link_text_gray_border {
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    padding: 2px 5px;
    text-decoration: none;
}

.link_text_gray_border:hover {
    color: #fff;
    background-color: #656565;
    border: 1px solid #656565;
}

.link_text_green {
    color: #18881b;
    text-decoration: none;
}

.link_text_green:hover {
    text-decoration: underline;
}

/*-------------------------文字顏色--------------------------*/
.text_blue {
    color: #2376c3;
    text-decoration: none;
}

.text_brown {
    color: #e17626;
}

/*-------------------------文字大小--------------------------*/
.fz13 {
    font-size: 13px;
}

.fz15 {
    font-size: 15px;
}

/*-------------------------文字摺行--------------------------*/
.br_none {
    display: none;
}

.br_none_s {
    display: none;
}

.br_block {
    display: block;
}

/*-----------------------------文字行距-------------------------------*/
.line_height16 {
    line-height: 1.6;
}

.line_height3_s {
    line-height: 1.6;
}

/*-------------------------顯示&隱藏--------------------------*/

.show {
    display: block;
}

.show_s {
    display: block;
}

.hide {
    display: none;
}

.hide_s {
    display: none;
}

/*-------------------------控制距離--------------------------*/
.s_mt10 {
    margin-top: 10px;
}

.s_mt10_s {
    margin-top: 0px;
}

.s_mt20 {
    margin-top: 20px !important;
}

.s_mt17 {
    margin-top: 17px;
}

.s_mt0 {
    margin-top: 0 !important;
}

.s_mb10 {
    margin-bottom: 10px;
}

.s_mb0 {
    margin-bottom: 0 !important;
}

.s_mb20 {
    margin-bottom: 20px !important;
}

.s_mr10 {
    margin-right: 10px;
}

.s_mr20 {
    margin-right: 20px;
}

.s_ml10 {
    margin-left: 10px;
}

.s_ml10_s {
    margin-left: 10px;
}

.s_ml60_br {
    margin-left: 0px;
}

.s_pt20 {
    padding-top: 20px;
}

.s_pb0 {
    padding-bottom: 0px !important;
}

.s_pb68 {
    padding-bottom: 68px;
}

.s_pb100 {
    padding-bottom: 100px;
}

/*-------------------------對齊方向--------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto !important;
}

.middle {
    vertical-align: middle;
}

.float_none {
    float: none !important;
}

/*-------------------------線--------------------------*/
.border_b_pink {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e40177;
}

/*-------------------------回頂端----------------------------*/
#back-to-top {
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 10%;
    right: 2%;
    background: url(../images_2020/basic/gotop.png) no-repeat;
    background-size: 36px auto;
    z-index: 70;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    cursor: pointer;
}

#back-to-top:hover {
    background-position: left bottom;
}

#back-to-top.show {
    opacity: 0.7;
}

@media screen and (max-width: 1001px) {
    /*-------------------------顯示&隱藏--------------------------*/
    .show_s {
        display: block !important;
    }
}

@media screen and (max-width: 945px) {
    /*-------------------------控制距離--------------------------*/
    .s_mt10_s {
        margin-top: 10px;
    }

    .s_mb20_s {
        margin-bottom: 15px !important;
    }

    .s_ml10_s {
        margin-left: 5px;
    }
    .s_ml60_br {
        display: block;
        margin-left: 60px;
    }

    /*-------------------------文字摺行--------------------------*/
    .br_none {
        display: block;
    }

    .br_block {
        display: none;
    }

    /*-----------------------------文字行距-------------------------------*/
    .line_height3_s {
        line-height: 2;
    }

    /*-------------------------回頂端----------------------------*/
    #back-to-top {
        bottom: 70px;
        left: 2%;
    }
}

@media screen and (max-width: 821px) {
    /* .sum_up_pic {
        padding: 250px 20px 20px 20px;

    } */

    .box_job > .job_explain:first-child {
        /* margin-top: 190px !important; */
    }

    .firm_pic {
        margin: 0 !important;
    }

    .box_link_m_main {
        bottom: 73px;
    }

    /*-------------------------顯示&隱藏--------------------------*/
    .show_s {
        display: none !important;
    }

    .hide_s {
        display: block !important;
    }
}

@media screen and (max-width: 769px) {
    /*-------------------------文字摺行--------------------------*/
    .br_none_s {
        display: block;
    }
}

@media screen and (max-width: 544px) {
}

/* .sum_up_pic {
    padding: 255px 20px 20px 20px;
} */

@media screen and (max-width: 415px) {
    /* .sum_up_pic {
        padding: 190px 20px 20px 20px;
    } */

    /* #owl-demo {
        height: 66px;
    } */
}

@media screen and (max-width: 360px) {
    /* #owl-demo {
        height: 70px;
    } */
}
