/*ted*/
.safeAndShare > div:nth-child(1) {
    margin-right: 4px;
    margin-top: -3px;
}

.overflow_h {
    overflow: hidden;
}

.h100 {
    height: 100% !important;
}

.pr-20 {
    padding-right: 20px;
}

.positionA {
    position: absolute;
}

.positionR {
    position: relative;
}

.flex1 {
    flex: 1;
}

.save_job {
    max-width: 125px;
}

.save_job a:hover {
    color: #fff;
    text-decoration: none;
}

.job_refer_comp_header {
    width: 100%;
    min-height: 120px;
    max-height: 360px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.save_firm,
.save_firm_sp {
    min-width: 125px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
}

.right_link img {
    width: 24px;
    height: 24px;
    margin-left: 7px;
}

.hideHeader {
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.Job_opening {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.Job_opening a:hover {
    text-decoration: none;
}

.Job_opening_block {
    display: block;
}

.Job_opening_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 16px 40px;
    margin-bottom: 10px;
    /* border-left: 3px solid #e40177; */
    transition: all 0.3s;
}

.Job_opening_item_title {
    -webkit-box-flex: 3;
    /* -ms-flex: 3; */
    flex: 3;
    margin-right: 20px;
    overflow: hidden;
}

.Job_opening_item_title h4 {
    color: #4588c4;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Job_opening_item_title_payment {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.Job_opening_item_title_payment > span {
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Job_opening_item_title > h4 > a {
    display: -webkit-box;
    color: #e40177;
}

.Job_opening_block:hover > div {
    background: rgb(255, 253, 237);
}

.Job_opening_item_title > h3 {
    color: #555;
    font-weight: normal;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Job_opening_item_info {
    -webkit-box-flex: 2;
    /* -ms-flex: 2; */
    flex: 2;
    color: #555;
    font-size: 14px;
    margin-right: 20px;
    overflow: hidden;
}

.Job_opening_item_info > div {
    margin: 4px 0;
    line-height: 1.5;
}

.Job_opening_item_info > div > div {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 8px;
}

.Job_opening_item_info > div > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: block;
}

.Job_opening_item_icon {
    color: rgb(167, 167, 167);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    transition: all 0.3s;
}

.Job_opening_M {
    width: 100%;
    display: none;
}

.icon_commonStyle {
    height: 16px;
    min-width: 17px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin: 1px 0;
}

.Online24H_icon {
    display: inline-block;
    height: 16px;
    width: 35px;
    margin-right: 3px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-image: url(/admin/images_2020/basic/icon_24h.png);
}

.bottom_icon {
    background-image: url(/admin/images_2020/m_menu/bottom.png);
}

.location_icon {
    background-image: url(/admin/images_2020/m_menu/location.png);
}

.company_icon {
    background-image: url(/admin/images_2020/m_menu/company.png);
}

.more_icon {
    background-image: url(/admin/images_2020/m_menu/more.png);
    cursor: pointer;
}

.payment_icon {
    background-image: url(/admin/images_2020/m_menu/payment.png);
}

.user_icon {
    background-image: url(/admin/images_2020/m_menu/user.png);
}

.hostTag {
    color: #aaa;
    display: flex;
}

.safety {
    margin-top: 10px;
    padding: 4px 13px 13px 0;
    background-color: #fff;
    color: #777;
    position: relative;
}

.safety div > p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.safety > div > div {
    display: flex;
    justify-content: space-between;
    /*margin-top: 10px;*/
}

.safety > div > p {
    font-size: 13px;
    width: 90%;
    line-height: 1.5;
}

.toggle_btn {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.toggle_btn > h1 {
    margin-right: 10px;
    color: #aaa;
    font-size: 14px;
}

.toggle_btn:hover {
    text-decoration: underline;
}

.favorite_icon {
    height: 25px;
    width: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-image: url(/admin/images_2020/basic/save_job_normal.png);
    transition: all 0.3s;
    cursor: pointer;
}

.favorite_icon:hover {
    background-image: url(/admin/images_2020/basic/save_job_touch.png);
    transition: all 0.3s;
}

#star_btn:checked + div {
    background-image: url(/admin/images_2020/basic/save_job_touch.png);
    animation: clickStar 0.3s 1;
}

@keyframes clickStar {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.companyLocation {
    color: #138dc4;
}

.companyLocation:hover {
    text-decoration: underline;
}

.flexSapce-between {
    display: flex;
    justify-content: space-between;
}

.flexSapce-between > h2 {
    font-weight: normal;
    font-size: 14px;
    color: #777;
    margin-top: 3px;
}

.icon_poppu {
    top: 32px;
    right: 19px;
    width: 104px;
    height: 13px;
    padding: 7px;
    position: absolute;
    border: #aaa solid 1px;
    font-size: 13px;
    color: #888;
    background-color: #fff;
    display: none;
    z-index: 5;
    cursor: pointer;
}

.marquee {
    border: 1px solid #0060ba;
    margin-top: 10px;
    width: 440px;
    line-height: 2.1;
    font-size: 13px;
    font-family: Arial;
}

.pagination {
    justify-content: center;
    padding: 10px 0;
}

.pagination > ul {
    display: flex;
    justify-content: center;
}

.pagination > ul > li:first-child > a {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-right: 0;
}

.pagination > ul > li:last-child > a {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
}

.pagination > ul > li > a {
    width: 34px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination > ul > li > a:hover {
    background-color: #4588c4;
    color: #fff;
    transition: all 0.3s;
}

.other_job_header {
    margin-bottom: 20px;
}

.other_job_header > h3 {
    font-size: 15px;
    font-weight: normal;
    border-left: 3px solid #e40177;
    color: #e40177;
    padding-left: 10px;
    margin-top: 3px;
}

.silder_subtitle {
    background: rgba(0, 0, 0, 0.5);
    width: 300px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 10px;
}

.silder_subtitle_M {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 10px;
}

.owl-item li {
    list-style: none;
}
.recruit_features {
    border: 1px solid#138dc4;
    border-radius: 25px;
    color: #138dc4;
    padding: 2px 10px;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
}
.compnay_features {
    border: 1px solid#ff6776;
    border-radius: 25px;
    color: #ff6776;
    padding: 2px 10px;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
}
/*ted*/

.box_job_header {
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e40177;
    padding: 45px 0px 0px 0px;
}

.box_job_header_center {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.box_job_header_center h1 {
    font-size: 26px;
    line-height: 1.6;
    color: #292929;
    font-weight: normal;
    margin-bottom: 5px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

/*---------------------職缺名稱、企業名稱、logo----------------------*/
.box_job_header_center .left_header {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.box_job_header_center .left_header_firm {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

#limit_word_count img {
    margin-right: 7px;
}

.box_firm_name {
    font-size: 21px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    line-height: 1.2;
}

.firm_logo {
    margin-right: 20px;
    max-width: 100px;
    float: left;
}

.firm_logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*---------------------徵才影音----------------------*/
.firm_movie,
.box_firm_pic_cycle {
    /* width: 500px;
    height: 230px; */
    float: left;
    margin: 7px 0px 0px 50px;
    position: relative;
    z-index: 0;
}

.movie_box {
    width: 100%;
    height: 100%;
}

.movie_box iframe {
    width: 100%;
    height: 100%;
}

/*---------------------滑動頁籤----------------------*/
.btn_box_pa {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    bottom: 0px;
}

.anchor {
    margin-left: 1px;
}

.anchor ul {
    list-style: none;
}

.anchor li a {
    font-size: 14px;
    color: #595959;
    float: left;
    padding: 0px 10px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    text-decoration: none;
    margin: 0px 0px 15px -1px;
}

.anchor li a.active {
    color: #2376c3 !important;
}

/*---------------------企業形象圖----------------------*/
.firm_pic {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 950px;
    margin: 146px auto 0 auto !important;
    padding: 20px 0px 0px 0px;
}

.firm_pic img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*----------------------企業照片-------------------------*/
#firm_pic_cycle {
    width: 300px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.firm_pic_no {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.firm_pic_no img {
    width: 100%;
}

#firm_pic_cycle ul {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    overflow: initial;
    margin: 0;
}

#firm_pic_cycle li {
    width: 300px;
    display: block;
    float: left;
    cursor: pointer;
    padding: 0;
}

#firm_pic_cycle_little_bit {
    width: 200px;
    height: 20px;
    margin: 0 auto;
}

#firm_pic_cycle_little_bit ul {
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
}

#firm_pic_cycle_little_bit li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 4px;
    cursor: pointer;
    padding: 0;
}

#firm_pic_cycle_little_bit li.red {
    background-color: #797979;
}

/*----------------------綜合圖片輪播-------------------------*/
.sum_up_pic {
    overflow: hidden;
}

#owl-demo .owl-item img {
    display: block;
    width: 100%;
}

/*---------------------徵才說明----------------------*/
.box_job {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 20px 0px;
}

.box_job.unopened .job_explain {
  display: flex;
  align-items: center;
}

.box_job.unopened .job_explain_photo {
  width: 25%;
}

.box_job.unopened .job_explain_photo img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.box_job.unopened p {
  font-size: 18px;
  margin-bottom: 4px;
  color: #e40077;
}

.box_job.unopened div {
  color: #444;
  line-height: 1.5;
}

/*---------------------一般list----------------------*/
.job_explain {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.job_explain h3,
.job_suit h3 {
    font-size: 15px;
    color: #595959;
    font-weight: normal;
    border-left: 3px solid #e40177;
    color: #e40177;
    padding-left: 10px;
    margin-top: 3px;
}

.job_explain ul {
    list-style: none;
    overflow: hidden;
    margin: 5px 0px 5px 0px;
}

.job_explain li {
    padding-left: 13px;
}

.job_explain li .left_title,
.job_explain li .right_main,
.job_explain li .exception {
    float: left;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 5px;
}

.job_explain li .left_title {
    width: 76px;
    color: #595959;
}

.job_explain li .right_main {
    color: #292929;
    width: calc(100% - 76px);
}

.job_explain li .right_main img {
    vertical-align: text-bottom;
}

.job_explain li .exception {
    width: 100%;
}

/*---------------------員工這麼說----------------------*/
.people_say {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
}

.people_say .left_pic {
    width: 100% !important;
    max-width: 64px !important;
    margin-right: 10px;
}

.people_say .left_pic img {
    width: 100%;
}

.people_say .right_txt h4 {
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.people_say .right_txt h5 {
    font-size: 14px;
    color: #595959;
    font-weight: normal;
    padding-top: 5px;
    line-height: 1.6;
}

/*----------------------------篩選條件--------------------------------*/
.box_filter {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    color: #292929;
    flex: 2;
}

.box_option {
    float: right;
}

.box_option span {
    padding-top: 5px;
}

.flex_box {
    float: left;
    display: flex;
}

.option_w130 {
    height: 28px;
    margin-right: 10px;
    border: none;
    font-size: 14px;
    font-family: '微軟正黑體', 'sans-serif';
    font-weight: 300;
    line-height: 26px;
    background: url(/admin/images_2020/basic/inverted_triangle.png) no-repeat right 5px center;
    background-size: 12px auto;
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #292929;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

_:-ms-fullscreen,
:root .option_w130 {
    background: none;
}

.option_w130 {
    width: 130px;
}

/*---------------------特殊list（適合職缺、同性質職缺、最近瀏覽職缺）---------------*/
.tab_list {
    width: 98%;
    margin: 0 auto;
}

.tab_list ul {
    list-style: none;
}

.tab_list li a {
    width: 33.33%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding: 10px 0px;
    text-decoration: none;
    color: #797979;
    font-size: 15px;
    background-color: #eee;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #e40177;
}

.tab_list li:nth-child(1) a,
.tab_list li:nth-child(2) a {
    border-right: 1px solid #ccc;
}

.tab_list li a.nowTab {
    color: #e40177;
    background-color: #fff;
    border: 1px solid;
    border-bottom: 0;
    border-radius: 6px 6px 0px 0px;
}

.tab_main {
    width: 98%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 930px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding-top: 20px;
    display: none;
}

.job_suit {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
    align-content: flex-start;
}

.job_suit_main {
    flex: 430px;
    overflow: hidden;
    margin: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #5eb5dd;
    background-color: #fff;
    position: relative;
}

.job_suit_main a {
    text-decoration: none;
}

.job_suit_main ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.job_suit_main li {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #4e4e4e;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 3px;
}

.job_suit_main li:nth-child(2),
.job_suit_main li:nth-child(3),
.job_suit_main li:nth-child(4) {
    width: 80%;
}

.job_suit_main li:first-child {
    font-size: 18px;
}

/*------------------------求職安全--------------------------*/
.be_careful {
    /* width: 90%; */
    margin: 0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.be_careful ul {
    list-style: none;
}

.be_careful li {
    font-size: 13px;
    color: #797979;
    line-height: 1.6;
    margin-bottom: 5px;
    text-indent: -10px;
    margin-left: 10px;
}

/*---------------------置底按鈕----------------------*/
.box_height {
    overflow: hidden;
}

/* #btn_box_down {
    opacity: 0;
    display: none;
    transition: opacity 0.2s ease-out;
}

#btn_box_down.show {
    opacity: 1;
    display: block;
} */

.btn_box_down {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0px;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    z-index: 10;
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
}

.btn_box_down a:hover {
    color: #fff;
    text-decoration: none;
}

.btn_box_down_center {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

/*-----------------儲存工作--------------------*/
.save_job input[type='checkbox'],
.save_job_notxt input[type='checkbox'],
.save_firm input,
.save_firm_sp input[type='checkbox'],
.save_firm_notxt input[type='checkbox'] {
    display: none;
}

.save_job input[type='checkbox'] + label {
    display: inline-block;
    cursor: pointer;
    float: left;
    height: 50px;
    width: 50px;
    margin-top: -2px;
}

.save_job input[type='checkbox'] + label,
.save_firm_sp[type='checkbox'] + label,
.save_firm input[type='checkbox'] + label {
    display: inline-block;
    cursor: pointer;
    float: left;
    height: 50px;
    margin-top: -2px;
}

.save_job input[type='checkbox'] + label {
    background: url(/admin/images_2020/basic/save_job_normal.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

.save_job input[type='checkbox'] + label:after,
.save_firm_sp input[type='checkbox'] + label:after,
.save_firm input[type='checkbox'] + label:after {
    line-height: 45px;
    margin-left: 45px;
}

/* .save_job input[type="checkbox"]+label:after {
    content: '儲存工作';
} */

.save_job input[type='checkbox']:checked + label {
    background: url(/admin/images_2020/basic/save_job_touch.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

/*-----------------儲存工作 無文字--------------------*/
.save_job_notxt input[type='checkbox'] + label,
.save_firm_notxt input[type='checkbox'] + label {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}

.save_job_notxt input[type='checkbox'] + label {
    background: url(/admin/images_2020/basic/save_job_normal.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

.save_job_notxt input[type='checkbox']:checked + label {
    background: url(/admin/images_2020/basic/save_job_touch.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

/*-----------------追蹤器業--------------------*/
.save_firm input[type='checkbox'] + label,
.save_firm_sp input[type='checkbox'] + label {
    background: url(/admin/images_2020/basic/track_normal.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

.save_firm input[type='checkbox'] + label:after,
.save_firm_sp input[type='checkbox'] + label:after {
    content: '追蹤企業';
    font-size: 20px;
    font-weight: 300;
}

.save_firm input[type='checkbox']:checked + label,
.save_firm_sp input[type='checkbox']:checked + label {
    background: url(/admin/images_2020/basic/track_touch.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

/*-----------------追蹤器業 無文字--------------------*/
.save_firm_notxt input[type='checkbox'] + label {
    background: url(/admin/images_2020/basic/track_normal.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

.save_firm_notxt input[type='checkbox']:checked + label {
    background: url(/admin/images_2020/basic/track_touch.png) top 6px left 10px no-repeat;
    background-size: 30px auto;
}

/*-----------------我要應徵按鈕--------------------*/
.bt_apply {
    display: table;
    text-align: center;
    padding: 12px 18px 10px 18px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #e40177;
}

.bt_apply:hover {
    background: #aa0058;
}

/*-----------------分享連結--------------------*/
.btn_box_down_center .right_link {
    float: right;
    display: table;
    padding-top: 14px;
}

.btn_box_down_center .right_link img {
    width: 24px;
    margin-left: 15px;
    -webkit-filter: grayscale(1);
}

.btn_box_down_center .right_link img:hover {
    -webkit-filter: grayscale(0);
}

.btn_box_down .box_link_m {
    display: none;
}

.box_link_m_main {
    display: none;
}

.box_link_m_main_again {
    display: none;
}

/*-------------------------線--------------------------*/
.border_b_pink {
    display: none;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e40177;
}

@media screen and (max-width: 1001px) {
    .box_job_header {
        padding: 40px 20px 0px 20px;
    }

    .Job_opening_item_info {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 220px;
        margin-right: 20px;
    }

    .box_job_header_center h1 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    /*---------------------職缺名稱、企業名稱、logo----------------------*/
    .box_job_header_center .left_header {
        float: none;
        flex: 2;
        overflow: hidden;
    }

    .box_firm_name {
        font-size: 18px;
    }

    /*---------------------徵才影音----------------------*/
    .firm_movie,
    .box_firm_pic_cycle {
        flex: 1;
        float: none;
    }

    /*---------------------企業形象圖----------------------*/
    .firm_pic {
        padding: 20px 20px 10px 20px;
    }

    /*---------------------徵才說明----------------------*/
    .box_job {
        padding: 0px 20px 20px 20px;
    }

    /*---------------------特殊list（適合職缺、同性質職缺、最近瀏覽職缺）----------------------*/
    .job_suit_main {
        flex: 390px;
    }
}

@media screen and (max-width: 821px) {
    .box_job_header_center .left_header_firm {
        width: 65%;
    }

    .box_job_header {
        padding: 40px 20px 0px 20px;
    }

    .box_job_header_center {
        max-width: none;
        flex-wrap: wrap;
    }

    #limit_word_count img {
        vertical-align: middle;
    }

    /*---------------------職缺名稱、企業名稱、logo----------------------*/
    .box_firm_name {
        font-size: 18px;
    }

    .firm_logo {
        float: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /*---------------------徵才影音----------------------*/
    .firm_movie,
    .box_firm_pic_cycle {
        margin: 0 auto;
        flex: 1;
        float: none;
    }

    .movie_box {
        width: 100%;
        margin: 0 auto;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        /* fix:有些瀏覽器對伸縮式 iframe 會有問題 */
    }

    .movie_box iframe {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: absolute;
        /* fix:有些瀏覽器對伸縮式 iframe 會有問題 */
        z-index: 5;
    }

    /*---------------------滑動頁籤----------------------*/
    .btn_box_pa {
        position: relative;
    }

    .border_b_pink {
        display: block;
    }

    /*---------------------企業形象圖----------------------*/
    .firm_pic {
        padding: 0px 0px 10px 0px;
        margin: 129px auto 0 auto !important;
    }

    /*----------------------綜合圖片輪播-------------------------*/
    .sum_up_pic {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* padding: 20px 20px 20px 20px; */
    }

    .owl-buttons {
        display: none;
    }

    /*---------------------一般list----------------------*/
    .job_explain ul {
        margin-bottom: 0px;
    }

    .job_explain li .left_title,
    .job_explain li .right_main,
    .job_explain li .exception {
        margin-top: 3px;
    }

    /*-------------------篩選條件----------------*/
    .box_filter {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .box_option {
        width: 100%;
    }

    .box_option span {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .flex_box {
        float: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .option_w130 {
        flex: 45%;
        height: 40px;
        padding: 0px 10px;
    }

    .option_w130:nth-child(1),
    .option_w130:nth-child(2) {
        margin-bottom: 10px;
    }

    .option_w130:nth-child(2),
    .option_w130:nth-child(4) {
        margin-right: 0px;
    }

    /*---------------------特殊list（適合職缺、同性質職缺、最近瀏覽職缺）----------------------*/
    .tab_list {
        border-bottom: 1px solid #e40177;
        height: 32px;
    }

    .tab_list li a {
        font-size: 12px;
        border-radius: 10px 10px 0px 0px;
    }

    .tab_main {
        width: 100%;
        padding-top: 20px;
        background-color: #fff;
    }

    .job_suit {
        width: 100%;
        display: initial;
    }

    .job_suit_main {
        flex: 100%;
        margin: 0px 0px 20px 0px;
    }

    /*---------------------求職安全----------------------*/
    .be_careful {
        width: 100%;
        padding: 10px 15px 0px 15px;
        margin: 10px 0 0 0;
    }

    /*---------------------置底按鈕----------------------*/
    .btn_box_down {
        padding: 15px 30px 10px 30px;
    }

    .btn_box_down_center {
        max-width: none;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    /*-----------------我要應徵按鈕--------------------*/

    /*-----------------分享連結--------------------*/
    .btn_box_down_center .right_link {
        display: none !important;
    }

    .btn_box_down .box_link_m {
        display: block;
        width: 32px;
        height: 32px;
        float: right;
        padding: 5px 5px 0px 0px;
    }

    .btn_box_down .box_link_m img {
        width: 100%;
    }

    .box_link_m_main {
        width: 50px;
        overflow: hidden;
        position: absolute;
        bottom: 68px;
        padding: 10px 10px 0px 10px;
        left: 17px;
        background-color: #f1f1f1;
        text-align: center;
        z-index: 5;
        box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
        border: 1px solid #ccc;
        border-bottom: 0;
    }

    .box_link_m_main img {
        width: 26px;
        height: 26px;
        margin: 0 auto;
        margin-bottom: 10px;
        -webkit-filter: grayscale(1);
    }

    .box_link_m_main img:hover {
        -webkit-filter: grayscale(0);
    }

    .box_link_m_main_again {
        display: block;
    }
}

@media screen and (max-width: 544px) {
    .sum_up_pic {
        /* padding: 20px 20px 20px 20px; */
    }

  .box_job.unopened .job_explain {
    flex-direction: column;
    justify-content: center;
  }

  .box_job.unopened .job_explain_photo {
    width: 50%;
  }
}

@media screen and (max-width: 490px) {
    .firm_pic {
        margin: 163px auto 0 auto !important;
    }
}

@media screen and (max-width: 443px) {
    .firm_pic {
        margin: 198px auto 0 auto !important;
    }
}

@media screen and (max-width: 415px) {
    .bt_apply {
        width: 47%;
    }

    .firm_pic {
        margin: 120px auto 0 auto !important;
    }

    .box_job_header_center .left_header_firm {
        width: 100%;
    }

    .btn_box_down {
        display: block;
    }

    .displayNone {
        display: none;
    }

    .Job_opening_item_info > div {
        line-height: 1.2;
    }

    .Job_opening {
        padding: 0;
        position: relative;
    }

    .Job_opening {
        display: none;
    }

    .Job_opening_item {
        padding: 20px 20px;
        min-height: 140px;
        display: block;
    }

    .Job_opening_item_title > h4 {
        color: #e40177;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    .Job_opening_item_title {
        margin: 0 0 10px 0;
    }

    .Job_opening_item_icon {
        position: absolute;
        right: 36px;
        bottom: 42px;
    }

    .Job_opening_M {
        display: block;
        position: relative;
    }

    .Job_opening_M > a {
        color: #000;
        text-decoration: none;
    }

    .Job_opening_M h4 {
        font-weight: normal;
    }

    .Job_opening_item_M {
        display: flex;
        padding: 15px 15px 0 15px;
        background-color: #fff;
        border-bottom: #eee solid 1px;
    }

    .Job_opening_item_info_M {
        flex: 10;
        overflow: hidden;
        position: relative;
    }

    .Job_opening_item_info_M > div {
        margin-bottom: 12px;
        overflow: hidden;
        justify-content: space-between;
    }

    .hostTag > h2:first-child {
      flex: 1;
    }

    .hostTag > h2 {
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .Job_opening_item_info_M .favorite_btn {
        position: absolute;
        top: 45px;
        right: 0px;
        overflow: initial;
    }
	.Job_opening_item_info_M .comp_favorite_btn {
    position: absolute;
    top: 30px;
    right: 0px;
    overflow: initial;
	}

    .Job_opening_item_info_M h4 {
        width: 250px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .Job_opening_item_title_M {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .icon_commonStyle_M {
        height: 14px;
        width: 14px;
        display: block;
        background-size: 14px;
        margin-right: 7px;
    }

    .Job_opening_item_title_M .Online24H_icon {
        display: block;
        height: 16px;
        width: 35px;
        margin-right: 3px;
        background-size: 35px;
        background-repeat: no-repeat;
        background-image: url(/admin/images_2020/basic/icon_24h.png);
    }

    .Job_opening_item_icon_M > div:first-child {
        font-size: 14px;
        height: 20px;
    }

    .Job_opening_item_title_M > :first-child > h4 {
        font-size: 16px;
        color: #4588c4;
    }

    .Job_opening_M .favorite_icon {
        height: 27px;
        width: 27px;
        background-size: 27px;
        background-repeat: no-repeat;
        background-image: url(/admin/images_2020/basic/save_job_normal.png);
        transition: all 0.3s;
    }

    .toggle_btn {
        position: absolute;
        top: 108px;
        right: 16px;
    }

    .marquee {
        display: none;
    }

    .firm_movie {
        /* width: 378px;
        height: 213px; */
    }

    .save_firm {
        display: none;
    }

    .box_job_header_center h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    /*---------------------職缺名稱、企業名稱、logo----------------------*/
    .box_firm_name {
        font-size: 15px;
    }

    .sum_up_pic {
        /* padding: 20px 20px 20px 20px; */
    }
}

@media screen and (max-width: 361px) {
    .tab_list li a {
        font-size: 11px;
    }
}

@media screen and (max-width: 321px) {
    .box_job_header_center h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    /*---------------------職缺名稱、企業名稱、logo----------------------*/
    .box_firm_name {
        font-size: 16px;
    }

    /*---------------------滑動頁籤----------------------*/
    .anchor li a {
        padding: 0px 6px;
    }

    /*------------------------求職安全--------------------------*/
    .be_careful {
        width: 100%;
        padding: 10px;
    }

    .be_careful li {
        font-size: 12px;
    }

    /*-----------------我要應徵按鈕--------------------*/
    .bt_apply {
        padding: 12px 8px 10px 8px;
        margin-left: -6px;
    }

    .h30 {
        height: 45px;
    }
}

@media screen and (min-width: 1002px) {
    .firm_movie {
        margin: 77px 0;
        width: 380px;
        height: 200px;
    }
}
