@charset "UTF-8";
.login_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 10px solid rgba(12, 13, 13, 0.25);
    display: block;
    height: auto;
    margin: 5% auto;
    width: 360px;
    padding: 0;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}

.login_box .title {
    background: #333;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
    width: 100%;
}

.login_box .forget_pw {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-decoration: underline;
    padding: 5px 0;
    text-align: right;
}

.page-login {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/login_bg.png) 0 0 no-repeat #AEADAC;
}

.left_box {
    display: inline-block;
}

.go_btm {
    width: 100%;
    padding: 0 0 20px 0;
}

.go_btm .send {
    width: 80%;
    margin: 15px 10%;
}

.go_btm .send a {
    background-color: #02a388;
    color: #fff;
    border-radius: 4px;
    transition: all 0.15s linear;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0;
}

.go_btm .reg {
    font-size: 18px;
    width: 80%;
    margin: 25px 10%;
    display: block;
    text-align: center;
}

.go_btm .reg a {
    background-color: #124cb8;
    color: #fff;
    border-radius: 4px;
    transition: all 0.15s linear;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0;
    margin-top: 5px;
}

.fullin_user {
    padding: 20px;
    overflow: hidden;
}

.fullin_user .fbox {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.fullin_user .fbox .left_box {
    float: left;
    width: 35%;
    line-height: 20px;
}

.fullin_user .fbox .left_box p {
    width: 100%;
    margin-top: 7px;
}

.fullin_user .fbox .right_box {
    float: right;
    width: 65%;
}

.fullin_user .fbox .right_box input[type="text"],
.fullin_user .fbox .right_box input[type="password"] {
    width: 178px;
}

.fullin_user .fbox .right_box font {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.fullin_user .fbox .right_box label {
    float: left;
    /*width: 50%;*/
    line-height: 35px;
}

.go_btm .fb_login a {
    background: #1b4483;
}

.go_btm .g_login a {
    background: #df4a32;
}

.go_btm .in_login a {
    background: #0077b5;
}

.member-kv {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 32px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #efefef;
    height: 240px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/page_kv1.png) right 0 no-repeat #eee;
}

.page-kv .member-kv-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #333;
    border-left: 1px solid #aaa;
    margin: 80px 10%;
    padding: 20px 0 20px 25px;
}


/* 會員專區 
****************************************************************/

.member_note {
    display: block;
    margin: 15px 0;
    font-size: 16px;
}

.member-info {
    margin: 20px 0 0 0;
}

.member-info-h {
    margin: 25px 0 25px 0;
}

.member-info .title {
    display: block;
    background: #124cb8;
    padding: 15px 15px;
    color: #fff;
    width: auto;
}

.member-info-table {
    width: 100%;
    border-top: 1px #d2d9e6 solid;
    border-left: 1px #d2d9e6 solid;
    font-size: 16px;
    color: #555;
    line-height: 24px;   
}

.message-reply-list .msgdate {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #ddd;   
}

.message-reply-list td {
    padding: 15px 25px !important;
}

.message-textarea, .message-textarea td {
    border: none !important;
    padding: 15px 0!important;
}

.message-textarea textarea {
    padding: 6px 2%;
    border: 1px solid #999;
    font-size: 15px;
    border-radius: 2px;
    width: 96%;
    margin: 13px 0;
}

.member-info-table input[type="text"] {
    padding: 6px 10px;
    border: 1px solid #999;
    color: #555;
    font-size: 15px;
    margin: 5px 0;
}

.member-info-table .lastname {
    margin: 5px 8px !important;
}

.member-info-table .firstname {
    margin: 5px 8px !important;
}

.member-info-table select {
    padding: 5px 10px;
    border: 1px solid #999;
    font-size: 15px;
    color: #555;
    margin: 5px 0;
    width: 97%;
}

.member-info-table .member_yy,
.member-info-table .member_mm,
.member-info-table .member_dd {
     width: 20% !important;   
}

.member-info-table td {
    padding: 7px 25px;
    border-right: 1px #d2d9e6 solid;
    border-bottom: 1px #d2d9e6 solid;
    position: relative;
}

.member-info-table a {
    color: #124cb8;
    text-decoration: underline;
}

.member-info-table .l_title {
    width: 25%;
    background: #e8efff;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    line-height: 20px;
		    padding: 7px 30px;
}

.member-info-table .l_title .sp {
    color: #ff9600;
}

.member-info-table-list ul {
    margin: -10px 0;
}

.member-info-table-list li {
    margin: 10px 0;
}

.member-info-table .lang-status {
    margin: 15px 0 0 0;
}

.member-info-table .lang-status li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.member-info-table .table-note {
    display: block;
    color: #ec9b9b;
    font-size: 14px;
}

.message-list .num {
    text-align: center;
    padding: 7px 10px;
    vertical-align: middle;
    width: 30px;  
}

.message-list .msgdate {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;   
}
.star {
    color: #ee3838;
    font-weight: bold;
    font-size: 16px;
    /*float: left;*/
    margin-right: 4px;
}

.member-info-table-h {
    width: 100%;
    border-top: 1px #d2d9e6 solid;
    border-right: 1px #d2d9e6 solid;
    margin-top: 10px;
}

.member-info-table-h th,
.member-info-table-h td {
    padding:  15px 15px;
    vertical-align: middle;
}

.member-info-table-h th {
    background: #F4F4F4;
    border-bottom: 1px #d2d9e6 solid;
    border-left: 1px #d2d9e6 solid;
}

.member-info-table-h td {
    border-bottom: 1px #d2d9e6 solid;
    border-left: 1px #d2d9e6 solid;
    text-align: center;
	vertical-align: middle;
	    line-height: 25px;
}

.rwd_table_item {
    margin-right: 10px;
    color: #555;
    display: none;
}

.member-info-collection {
    margin: 0 0 45px 0;
    float: left;
    width: 100%;
}

.condition_list .item,
.condition_list .content {
    display: inline-block;
}

.condition_list li {
    margin: 8px 0;
    padding-left: 10px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/fat_footer_bullet.png) 0 6px no-repeat;
}

.member-info-table-job-name {
    padding: 15px 15px!important;
    border-top: 1px #d2d9e6 solid;    
    background-color: #124cb8;
}

.member-info-table-job-name a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.member-info-table-job-btn-section {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}

a.member-info-table-job-btn {
    display: inline-block;
    background: #0c79d6;
    color: #fff;
    margin: 20px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: normal;
    text-decoration: none;
}

.member-ctrl {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.member-paging {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background: #f3f3f3;
    /*border-top: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;*/
}

.member-paging-qty {
    float: left;
}

.member-sort {
    float: right;
}

.member-info-table-btn {
    display: inline-block;
    background: #0c79d6;
    color: #fff !important;
    margin: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: normal;
    border: 0;
    text-decoration: none!important;
}

.member-info-td-btn {
    display: inline-block;
    background: #0c79d6;
    color: #fff !important;
    margin: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: normal;
    border: 0;
    width: 60%;
    text-decoration: none!important;
	    text-align: center !important;
}

.member-setting-table {
    margin-bottom: 20px;
}

.member-setting-btn {
    position: absolute;
    right: 10px;
    display: block;
    top: 0;
}

.member-setting-btn a {
    margin: 5px 0 5px 10px !important;
    padding: 2px 15px;    
}

.re_search {
    display: inline-block;
    background: #0c79d6;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: normal;
    border: none;
}

.member-added {
    font-size: 24px;
    margin-right: 5px;
    line-height: 24px;
    color: #f64100;
}

.member-info-collection .note,
.member-info .note {
    margin: 10px 0;
    display: block;
    font-size: 15px;
    color: #ff6161;
}

.member-info-query {
    margin: 10px 0;
}

.member-info-query li {
    margin: 10px 0;
}

.member-form {
    float: left;
    width: 99%;
    background: #fafafa;
    font-size: 16px;
    margin-left: 0.5%;
    line-height: 22px;
}

.member-info .txt_note {
    margin: 0 0.5% 25px 0.5%;
    display: block;
    color: #333;
    font-size: 16px;
    width: 99%;
    font-weight: bold;
}

.page-inner .must {
    font-size: 15px;
    display: block;
    margin: 10px 0;
    /*float: left;*/
}

.page-inner .must .star {
    margin: 0 2px;
    float: none;
}

.member-form-query {
    padding: 16px 0;
    float: left;
    width: 100%;
}

.member-form-query li {
    padding: 10px 2%;
    float: left;
    width: 96%;
}

.member-form-query li .label {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    margin-right: 20px;
}

.member-form .note {
    margin: 10px 0 0 0;
    display: block;
    font-size: 15px;
    color: #ff9494;
}

.member-form-row {
    width: 100%;
    display: block;
    float: left
}

.member-info-form-row {
    width: 100%;
    display: block;
    float: left
}

.member-form-col {
    position: relative;
    display: block;
    float: left;
    padding: 20px 2%;
}

.member-form-item {
    width: 26%;
    background: #e8efff;
}

.member-form-item .label {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    margin-right: 20px;
}

.member-form-item .sp {
    color: #ff7302;
    font-weight: bold;
}

.member-form-content {
    width: 66%;
    padding: 11px 2%;
    min-height: 34px;
    word-wrap: break-word;
}

.member-form-content .txt {
    display: block;
    padding: 8px 0;
    word-wrap: break-word;
}

#media_list {
    margin: 5px 0 5px 15px;
    line-height: 40px;
}

/*.member-form-col-full {
     width: 96%;      
}*/

.member-form-col ul,
.member-form-col ol {
    padding: 8px 2%;
}

.member-form-col li {
    padding: 8px 0;
}

.member-form-unit {
    width: 96%;
    padding: 14px 2%;
    color: #fff;
    font-size: 20px;
    background: #124cb8;
}

.member-form-content .name_en {
    padding: 0!important;
}

.member-form-content .birthday {
    padding: 0!important;
}

.member-form-content .birthday li {
    padding: 0!important;
    float: left;
    margin-right: 5px;
}

.member-info .tab-switch {
    width: 99%;
    margin: 0 0.5%;
    overflow: hidden;
    border-bottom: 2px solid #003b84;
}

.member-info .tab-switch li {
    float: left;
    width: 50%;
    background: #eee;
}

.member-info .tab-switch li a {
    display: block;
    text-align: center;
    width: 90%;
    padding: 20px 5%;
    color: #666;
    cursor: pointer;
}

.member-info .tab-switch .current {
    background: #003b84;
}

.member-info .tab-switch .current a {
    color: #fff;
}

.page-sort {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}

.page-sort span {
    margin: 0 1% 0 0;
}

.page-sort .c1 {
    margin: 0 1%;
}

.employ-name-form {
    margin: 0 0 25px 0.5%;
}

.msg-list {
    margin: 25px 0.5%;
    width: 99%;
    font-size: 16px;
}

.msg-list-table {
    width: 100%;
    margin: 0 auto;
}

.msg-list-table td {
    border-bottom: 1px solid #ccc;
    padding: 20px 2%;
    background: #fafafa;
}

.msg-list-num {
    width: 20px;
    text-align: center;
}

.msg-list-date {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 0 0 15px 0;
}

.page-sort-btn {
    background: #898989;
    color: #fff;
    font-size: 16px;
    padding: 0.6% 2%;
}

.star_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 8px;
}

.employ-name-interview {
    position: relative;
    margin: 0 0 15px 0;
}

.file-btn {
    float: right;
    font-size: 16px;
    color: #333;
    background: #e3e3e3;
    padding: 4px 1.5%;
    margin: 0 1% 20px 0;
}


}
.interview-del {
    color: #000000;
    position: absolute;
    right: 17px;
    background: #e3e3e3;
    font-size: 15px;
    padding: 4px 1.5%;
    top: 10px;
}
.member-form-row-half {
    width: 50%;
    display: block;
    float: left;
}
.member-form-col-half {
    position: relative;
    display: block;
    float: left;
    padding: 4px 2%;
    min-height: 30px;
    line-height: 30px;
}
.member-form-content .txt2 {
    display: block;
    word-wrap: break-word;
}
.member-form-content .txt2 a {
    color: #333;
    text-decoration: underline;
}
.member-form-content strong {
    color: #124cb8 !important;
}
.file-btn {
    float: right;
    font-size: 16px;
    color: #333;
    background: #e3e3e3;
    padding: 4px 1.5%;
    margin: 0 1% 20px 0;
}
.match-box {
    margin: 0 10px 0 0;
}
.search-remark {
    font-size: 16px;
    background: #fafafa;
    margin: 20px 0 0 0;
    float: left;
    width: 94%;
    padding: 15px 3%;
}
.interview-setting-btn {
    color: #000000;
    background: #e3e3e3;
    font-size: 15px;
    padding: 4px 10px;
}
.interview-setting {
    float: right;
    text-align: right;
    width: 80%;
}
.interview-setting li {
    display: inline-block;
    margin: 0 0 0 1%;
}
.set-explan {
    width: 96%;
    float: left;
    background: #fafafa;
    padding: 1.5% 2%;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.set-explan .title {
    margin: 0 0 20px 0;
}
.set-explan p {
    margin: 0 0 13px 0;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/dot.jpg) 0 4px no-repeat;
    padding: 0 0 0 16px;
}
.talent_info {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.talent_info_title {
    padding: 15px 15px;
    border-left: 1px #d2d9e6 solid;
    border-right: 1px #d2d9e6 solid;
    border-top: 1px #d2d9e6 solid;
}
.talent_info_unit {
    background: #124cb8;
    padding: 15px 15px;
    color: #fff;
    overflow: hidden;
}
.talent_info_unit a {
    color: #fff;
    text-decoration: underline;
}
.talent_info_unit .star_added {
    color: #fff;
    margin-right: 5px;
    font-size: 20px;
}
.talent_info_table,
.talent_info_table_single {
    width: 100%;
    font-size: 16px;
    border-left: 1px #d2d9e6 solid;
    border-top: 1px #d2d9e6 solid;
    line-height: 24px;
}
.talent_info_table a,
.talent_info_table_single a {
    color: #124cb8;
    text-decoration: underline;
}
.talent_info_table th,
.talent_info_table td,
.talent_info_table_single th,
.talent_info_table_single td {
    padding: 12px 15px;
    border-right: 1px #d2d9e6 solid;
    border-bottom: 1px #d2d9e6 solid;
}
.talent_info_table th {
    width: 20%;
    text-align: left;
    background: #e8efff;
}
.talent_info_table td {
    width: 30%;
}
.talent_info_table td .select_list,
.talent_info_table_single td .select_list {
    list-style: disc;
    margin: 0 20px;
}
.talent_info_table td .select_list li,
.talent_info_table_single td .select_list li,
.talent_info_table_single td .msg_list li {
    margin-top: 15px;
}
.talent_info_table td .select_list li:first-child,
.talent_info_table_single td .select_list li:first-child {
    margin-top: 0;
}
.talent_info_table td .lang_list,
.talent_info_table_single td .lang_list {
    margin: 0;
}
.talent_info_table td .lang_list li,
.talent_info_table_single td .lang_list li {
    display: inline-block;
    padding: 0;
    margin: 0 12% 0 0;
}
.talent_info_table td .lang_list .note,
.talent_info_table_single td .lang_list .note {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    color: #000;
}
.table_ctrl_btn {
    background: #fafafa;
    padding: 15px 10px;
    text-align: center;
    border-left: 1px #d2d9e6 solid;
    border-right: 1px #d2d9e6 solid;
    border-bottom: 1px #d2d9e6 solid;
}
.table_ctrl_btn a {
    background: #4c9ee7;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    margin: 0 10px;
}
.talent_info_table_single th {
    width: 20%;
    text-align: left;
    background: #e8efff;
		    vertical-align: middle;
}
.talent_info_table_single td {
    width: auto;
}
.talent_info_table_cont {
    width: 100%;
    border-left: 1px #d2d9e6 solid;
    border-right: 1px #d2d9e6 solid;
    font-size: 16px;
}
.talent_info_table_cont td {
    padding: 12px 15px;
    border-bottom: 1px #d2d9e6 solid;
}
.talent_info_table_cont td a {
    color: #124cb8;
    text-decoration: underline;
}
.talent_msg {
    padding: 12px 15px;
    border-left: 1px #d2d9e6 solid;
    border-right: 1px #d2d9e6 solid;
    border-bottom: 1px #d2d9e6 solid;
    overflow: hidden;
    font-size: 16px;
}
.talent_msg li {
    padding: 12px 0;
    border-top: 1px #d2d9e6 solid;
}
.talent_msg li .textfield {
    width: 80%;
}
.talent_msg li textarea {
    width: 80%;
}
.talent_msg li:first-child {
    border-top: none;
}
.talent_msg .label {
    padding: 9px 15px;
    float: left;
}
.talent_msg .talent_msg_btn {
    text-align: center;
}
.talent_msg .talent_msg_btn a {
    display: inline-block;
    background: #999;
    margin: 5px 10px;
    color: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* 會員專區 end
****************************************************************/

#memberType {
    font-size: 18px;
    text-align: center;
    margin: 24px 0;
}

#memberType label {
    margin-right: 24px;
}

.join-term {
    font-size: 15px;
    line-height: 34px;
}

.join-term h1 {
    font-size: 24px;
    color: #fff;
    margin-top: 5px;    
    margin-bottom: 20px;
    text-align: center;
    background: #003b84;
    padding: 10px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.join-term h6 {
      font-size: 20px;
    color: #333;
    padding: 10px 0;
    text-align: left;
}
.join-term p {
       margin: 12px 0;
    font-size: 16px;
    line-height: 31px;
}

.join-term .txt a {
    margin: 0 0 10px 0;
    line-height: 30px;
    color: #124cb8;
}

.join-term strong {
    display: block;
    color: #124cb8;
    font-weight: bold;
}
.join-term ol {
    margin-left: 23px;
    list-style-type: decimal;
    list-style-position: outside;
}
.join-term ol li {
    margin: 10px 0 20px 0;
    line-height: 27px;
}
.join-term ul {
    list-style-type: disc;
    margin-left: 25px;
}
.join-term ul li {
    margin: 10px 0;
    line-height: 24px;
}
.red_font {
    color: red;
}
.contact-agree {
    font-size: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.go_btmregistMember {
    overflow: hidden;
    text-align: center;
}
.go_btmregistMember .fb_login,
.go_btmregistMember .g_login,
.go_btmregistMember .in_login {
    display: inline-block;
    margin: 0 2%;
    width: 26%;
}
.go_btmregistMember a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.go_btmregistMember .fb_login a {
    background: #1b4483;
}
.go_btmregistMember .g_login a {
    background: #df4a32;
}
.go_btmregistMember .in_login a {
    background: #0077b5;
}
.modify-section {
    background: #f4f4f4;
    padding: 20px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.about-taiwan {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/about_taiwan.jpg) 0 0 no-repeat;
    width: 100%;
    float: left;
    padding-bottom: 140px;
}
.about-taiwan-article {
    width: 55%;
    float: left;
    padding-top: 20px;
}

/*.page-article p a {
    color: #006792;
}*/
.life-taiwan b {
    font-weight: bold;
}
.life-taiwan {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.life-taiwan p {
    margin-bottom: 15px;
}
.rental-info {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/dot.jpg) 0 12px no-repeat;
    padding-left: 20px;
    margin-bottom: 3px;
}
.rental-info a {
    color: #006792;
}

/* 關鍵產業 
****************************************************/
.industry-industry4 {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry1.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-industry4-article {
    width: 55%;
    float: left;
}
.industry-energy {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry2.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-energy-article {
    width: 55%;
    float: left;
}
.industry-IC {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry3.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-IC-article {
    width: 55%;
    float: left;
}
.industry-equip {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry4.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-equip-article {
    width: 55%;
    float: left;
}
.industry-financial {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry5.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-financial-article {
    width: 55%;
    float: left;
}
.industry-medical {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry6.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-medical-article {
    width: 55%;
    float: left;
}
.industry-ux {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry7.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-ux-article {
    width: 55%;
    float: left;
}
.industry-cloud {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry8.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-cloud-article {
    width: 55%;
    float: left;
}
.industry-5g {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry9.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-5g-article {
    width: 55%;
    float: left;
}
.industry-creative {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/industry10.jpg) top right no-repeat;
    width: 100%;
    float: left;
    min-height: 400px;
}
.industry-creative-article {
    width: 55%;
    float: left;
}

/* 關鍵產業 end
****************************************************/

/* 聯絡我們 
****************************************************/
section.page-content-section.grid-col-11 {
    float: none;
    margin: 0 auto;
}
.page-content-mailbox {
    width: 80%;
    margin: 45px 10%;
    float: left;
}
.pagetitle {
    float: left;
    width: 100%;
    font-size: 180%;
    font-weight: bold;
    color: #535353;
    line-height: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eeeeee;
}
.contact-wrap {
    width: 100%;
    float: left;
    padding: 35px 0;
}
.contact-form {
    float: left;
    width: 48%;
    /*border-right: 1px #d8d8d8 solid;*/
}
.contact-term {
    width: 100%;
    font-size: 0.938em;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-term-content {
    float: left;
    /*width: 97.3%;*/
    
    height: 300px;
    margin-bottom: 10px;
    padding: 20px;
    line-height: 26px;
    color: #333;
    border: 1px #ccc solid;
    overflow-y: scroll;
}
.contact-intro {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.contact-form .note {
    float: left;
    font-size: 15px;
    text-align: right;
}
.contact-form li {
    margin: 10px 0;
    float: left;
    width: 100%;
}
.btn {
    width: 100%;
    float: left;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
.contact-term-content h1 {
    color: #333;
    width: 96%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 30px;
    border-bottom: 3px #004a91 solid;
    margin: 0 2% 30px 2%;
    font-size: 2em;
}
.contact-term-content .contact-term-txt {
    margin: 0 2% 0 2%;
    line-height: 36px;
}
.contact-intro p b {
    font-weight: bold;
    line-height: 3;
}
.contact-form li .list-item {
    float: left;
    width: 100%;
    font-weight: normal;
    padding-top: 6px;
    padding-left: 14px;
    margin-bottom: 8px;
    position: relative;
}
.contact-form li .list-item .star {
    left: 3px;
    position: absolute;
}
.contact-form li .list-content {
    float: left;
    width: 100%;
    font-weight: normal;
}
.contact-form li .list-content input {
      float: left;
}
.contact-form li .list-content img {
    float: left;
    width: 21%;
    height: 32px;
    border: 1px solid #ccc;
    margin: 0 2% 0 0;
}
.contact-form li .list-content .radomcode {
    padding-top: 8px;
    float: left;
    width: 100%;
}
.contact-form li .list-content a {
    width: 60%;
    margin: 0 1% 6px 0;
    color: #333;
    float: left;
    display: block;
    font-size: 14px;
}

.contact-form li .list-content .select {
    border: 1px #bfbfbf solid;
    padding: 4px 1%;
    margin: 0 0 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 98%;
}
/*
.contact-form li .list-content a {
    color: #333;
    display: block;
}
*/
.contact-form li .list-content .textfield {
    border: 1px #bfbfbf solid;
    padding: 5px 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 96%;
}
.btn .send {
    display: inline-block;
    margin: 0 20px;
    padding: 10px 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    background: #009999;
}
.btn .clear {
    background: #999;
}
.btn a {
    display: inline-block;
    margin: 0 20px;
    padding: 13px 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #009999;
}
.contact-konw {
    float: right;
    width: 48%;
}
.contact-konw .title {
    font-size: 1.5em;
    text-align: left;
    margin: 0 0 20px 0;
    width: 100%;
}
.contact-konw .contact-faq {
    margin: 0 0 50px 0;
}
.contact-konw .contact-faq .sub-title {
    color: #fff;
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 5px 10px;
    font-size: 0.938em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #004a91;
}
.contact-konw .contact-faq ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-konw .contact-faq ul li {
    width: 94%;
    font-size: 0.938em;
    margin: 20px 0;
    padding-left: 25px;
    line-height: 26px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/dot.jpg) 8px 9px no-repeat;
}
.contact-konw .contact-faq ul li a {
    color: #333;
    display: block;
    width: 100%;
}
.contact-konw .contact-faq ul li a:hover {
    color: #aaa;
}
.contact-form .attention {
    font-size: 22px;
    margin: 20px 0;
    color: #e03c14;
    /* text-align: center; */
}

/* 聯絡我們 end 
****************************************************/

/*-------內頁-常見問答-------*/
.faq_section {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.faq_list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
.faq_list li {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.faq_list li .quest {
    color: #333;
    display: block;
    padding: 16px 5px 16px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/q_icon.png) 15px 17px no-repeat #fff;
    line-height: 30px;
    border: 1px solid #bbb;
}
.faq_list li .ans {
    float: left;
    padding: 15px 15px 15px 50px;
    font-size: 0.9em;
    /*    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/a_icon.png) 9px 12px no-repeat;*/
    /*word-break: break-all;*/
    
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
    
    line-height: 1.5;
    display: none;
}

/* 網站導覽 */
.sitemap-section {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.sitemap-section .sitemap-title {
    width: 100%;
    border: 1px #ccc solid;
    font-weight: bold;
}
.sitemap-section .sitemap-title a {
    color: #333;
    padding: 15px 34px;
    display: block;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/sitemap-list-open.png) 12px 17px no-repeat;
}
.sitemap-section .sitemap-list-wrap {
    float: left;
    width: 100%;
    display: none;
}
.sitemap-section:first-child .sitemap-list-wrap {
    display: block;
}
.sitemap-section .sitemap-title .sitemap-list-close {
    color: #333;
    padding: 15px 34px;
    display: block;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/sitemap-list-close.png) 12px 17px no-repeat;
}
.sitemap-list {
    width: 14.66%;
    margin: 10px 1%;
    float: left;
}
.sitemap-list .list_item:first-child {
    margin-left: 0!important;
}
.sitemap-list .sitemap-unit {
    width: 100%;
    color: #333;
    font-weight: bold;
    border-bottom: 2px #ccc solid;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
}
.sitemap-list .sitemap-unit em {
    color: #333;
    font-weight: bold;
    padding: 10px 0px;
    display: block;
    float: left;
    margin-bottom: -2px;
}
.sitemap-list .sitemap-unit .main-site {
    border-bottom: 2px #1a5d8b solid;
}
.sitemap-list .sitemap-unit .jobseeker-site {
    border-bottom: 2px #ffde00 solid;
}
.sitemap-list .sitemap-unit .company-site {
    border-bottom: 2px #3b86e2 solid;
}
.sitemap-list .sitemap-unit .investor-site {
    border-bottom: 2px #f54a4a solid;
}
.sitemap-list ul {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 15px;
}
.sitemap-list ul li {
    margin: 10px 0;
    float: left;
    width: 100%;
    /*background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/sitemap-list-close.png) 12px 17px no-repeat;*/
}
.sitemap-list ul li a {
    color: #333;
}
.sitemap-list ul li a:hover {
    color: #aaa;
}
.sitemap-list-open {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/a_icon.png) 9px 12px no-repeat;
}
.download_table {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.download_table th {
    padding: 10px 10px;
    background: #F4F4F4;
}
.download_table th,
.download_table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 15px 20px;
}
.download_table td {
    text-align: center;
}
.down_type_icon {
    display: inline-block;
    margin: 1%;
}
.related-info {
    overflow: hidden;
    margin: 0 0 40px 0;
}
.related-info .title {
    width: auto;
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 25px;
}
.related-info .sub-title {
    width: 100%;
    padding: 5px 10px;
    color: #ff7302;
}
.related-info-list ul {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.related-info-list li {
    float: left;
    width: 15%;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px 2%;
}
.related-info-list li {
    border: 1px #ddd solid;
    width: 24%;
    margin: 1%;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/arr_icon_link.png) 94% 37px no-repeat;
    text-align: left;
    padding-right: 50px;
    vertical-align: middle;
    display: table;
}
.related-info-list li a {
    color: #2B64A5;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    height: 60px;
    float: none;
}
.related-info-list li:hover a {
    color: #aaa;
}
.related-info-sub {
    display: block;
    width: 100%;
    float: left;
    padding: 20px 0 10px 0;
}
.member_page,
.member_sort {
    font-size: 15px;
    margin-bottom: 30px;
}
.member_page {
    float: left;
}
.member_sort {
    float: right;
}
.member_page select,
.member_sort select {
    font-size: 15px;
    padding: 3px 0;
    border: 1px solid #aaa;
}
.member_sort .member-info-table-btn {
    margin: 0 0 0 5px;
    padding: 7px 10px;
    position: relative;
    top: -1px;
    font-size: 15px;
}
.top_tool {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.top_tool select {
    padding: 3px 0;
}

/* 成功頁面 */
.success {
    background: #f8f8f8;
    display: block;
    overflow: hidden;
    padding: 30px 0 0 0;
    width: 90%;
    margin: 50px auto 0 auto;
    text-align: center;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/success_icon.png) center 20px no-repeat #f4f4f4;
}
.success_article {
    font-size: 20px;
    margin: 70px auto 10px auto;
    line-height: 40px;
    width: 60%;
}
.failure {
    background: #f8f8f8;
    display: block;
    overflow: hidden;
    padding: 30px 0 0 0;
    width: 90%;
    margin: 50px auto 0 auto;
    text-align: center;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/failure_icon.png) center 20px no-repeat #f4f4f4;
}
.failure_article {
    font-size: 20px;
    margin: 70px auto 10px auto;
    line-height: 40px;
    width: 60%;
}

/*-------------------忘記密碼-------------------*/
.join-term .brown_font {
    color: brown;
}
.join-term .forgot_pw {
    display: inline-block;
    width: 20%;
}
.join-term .forgot_pw li {
    background-color: #f0f0f0;
    width: 20%;
}
.join-term .forgot_pw li {
    list-style: none;
    padding: 18px 17%;
    margin: 0 0;
    border-top: 1px solid #ccc;
    width: 84%;
    border-left: 1px solid #ccc;
}
.join-term .forgot_pw li:nth-child(2) {
    border-bottom: 1px solid #ccc;
}
.join-term ul.forgot_pw_2 {
    display: inline-block;
    width: 67%;
    margin: 0;
}
.join-term .forgot_pw_2 li {
    list-style: none;
    padding: 13px 0px 13px 46px;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.join-term .forgot_pw_2 li:nth-child(2) {
    border-bottom: 1px solid #ccc;
}
.join-term .forgot_pw_2 input[type="text"] {
    width: 48%;
    margin-left: 26px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.join-term .forgot_pw_2 input[type="text"] {
    width: 87%;
    margin-left: 26px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #888;
}
.join-term .forgot_pw_form {
    margin: 20px 0;
}
.join-term .text_center {
    margin-left: 25px;
}
.join-term .forgot_pw_2 .email_notice {
    margin: 0 0 0 20px;
}

/*-------------------忘記密碼 end-------------------*/

/*--*************************************Natasha新增********************************--*/

/*-------------------------會員專區_人才_編修基本資料-------------------------*/
.birthday li .year_text {
    line-height: 34px;
}
.member-form-content .birthday.style_2 {
    display: inline-block;
    vertical-align: middle;
}
.member-form-unit .important_infor {
    display: inline-block;
    /*padding: 25px;*/
    
    color: #ee3838;
}
.member-form-unit .unit_title {
    display: inline-block;
}
.member-form-query .note {
    padding: 8px 31px;
}

/*-------------------------會員專區_人才_編修基本資料 end-------------------------*/

/*-------------------------會員專區_人才_上線記錄-------------------------*/
.member-tips {
    width: 96%;
    padding: 14px 2%;
    color: #ffffff;
    font-size: 20px;
    background: #39b8dd;
    margin-bottom: 20px;
    font-weight: bolder;
}
.member-info-table .l_title {
    text-align: left;
    position: relative;
}
.member-info-table .l_title .star {
    text-align: left;
    position: absolute;
    left: 10px;
}
.member-tips select {
    border: 1px solid #39b8dd;
    color: #39b8dd;
}

/*-------------------------會員專區_人才_上線記錄 end-------------------------*/

/*-------------------------搜尋工作機會設定-------------------------*/
.member-section {
    background: #f4f4f4;
    padding: 20px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.member-section ul {
    list-style-type: disc;
    margin-left: 25px;
}
.member-section ul li {
    margin: 10px 0;
    line-height: 24px;
}
.member_seb {
    font-size: 20px;
    font-weight: 600;
	    margin: 0 0 20px 0;
}
.member-tips .member-info-table-btn {
    float: right;
    margin: -4px 8px;
}
.member-tips.style_2 {
    margin-bottom: 0px;
    background: #124cb8;
    color: #fff;
    font-weight: inherit;
}
.member-info-section {
    margin-bottom: 30px;
}
.member-tips.style_2 .member-info-table-btn {
    background: #39b8dd;
}
.note_important {
    width: 100%;
    float: left;
    padding: 11px 6px;
}
.note_important .note {
    font-size: 18px;
}

/*-------------------------搜尋工作機會設定 end-------------------------*/

/*-------------------------應徵工作資料-------------------------*/
.member-tips .left {
    width: 50%;
    display: inline-block;
}
.member-tips .right {
    float: right;
}
.member-tips .right .member-info-table-btn {
    float: right;
    margin: 3px 8px;
}

/*-------------------------應徵工作資料  end-------------------------*/

/*------------工作媒合結果----------------*/
.member-form-col .condition_list li {
    padding: 1px 9px;
}
.member-form-col ul.condition_list {
    padding: 0;
}

/*------------工作媒合結果-end---------------*/
.member-tips.style_2 a {
    color: #fff;
}

/*------------求才職缺列表---------------*/
.member-info-table .l_title1 {
    width: 10%;
    background: #F4F4F4;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}
.member-info-table .l_title2 {
    width: 25%;
    background: #F4F4F4;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}
.member-info-table .l_title3 {
    width: 25%;
    background: #F4F4F4;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}
.member-info-table .l_title4 {
    width: 15%;
    background: #F4F4F4;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}
.member-info-table .l_title5 {
    width: 25%;
    background: #F4F4F4;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}
.table-job {
    padding: 14px 15px !important;
    line-height: 21px;
    text-align: center;
}
.table-btn {
    display: inline-block;
    width: 100%;
}
.table-btn li {
    display: inline-block;
    background: #f4f4f4;
    font-size: 15px;
    padding: 8px 4.5%;
    margin: 0 0.5%;
}
.txt_note.red {
    color: #f64100;
}

/* tool tip */
#ContentPlaceHolder1_PanelC {
    display: inline-block;
}

/* tool tip end */
/*-------------------------登入後廠商-------------------------*/
.company_country {
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
}
.company_country select {
	    margin: 0 1%;
		    width: 21.5%;
}
.company_country input {
	    margin: 0 1%;
}
.box {
	   width: 47%;
}
.id-select {
	    width: 57%;
}
.name_input {
	width: 47%;
	}
.taiwan_city {
    margin: 0 1% 10px 0;
}
.taiwan_city_en {
   width: 53.5% !important;
}
.unit_desc {
	    width: 53% !important;
    font-family: 微軟正黑體;
    margin: 0 1% 0 0;
}
.nt {
    margin: 0 0 0 1%;
}
.note {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}
.must_remind {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.star_code {
	    margin: 0 0 0 2%;
    width: 5%;
    float: left;
    position: initial !important;
}
.member-info-table-h a {
	    text-align: left;
    color: #0c79d6;
}
.set-table-title {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #d2d9e6;
    /* margin: 0 0 0px 0; */
}
.member-info-table th {
    padding: 7px 10px;
    border-right: 1px #d2d9e6 solid;
    position: relative;
	width: 17%;
}
.work-place {
     float: left;
    width: 46%;
    margin: 0 0 12px 0;
}
.work-place span {
    float: left;
    width: 3%;
    margin: 0 1% 0 0;
}
.work-place .job_location_index {
    width: 94%;
    float: left;
}
.select_list.lang_list.lang-request li {
      width: 15%;
    float: left;
    margin: 0 2% 0 0;
}
.lang-request .note {
	  width: 100% !important;
    float: left !important;
    margin: 20px 0 0 0 !important;
}
.a-remark {
    float: left;
    width: 100%;
    margin: 18px 0;
}
.must.must-people {
	    float: left;
    width: 100%;
    margin: 15px 0;
}
.Searchbtn {
    display: inline-block;
}
.Searchbtn a {
    padding: 9px 12% !important;
	    width: 64% !important;
}
.member-info-table .num {
  text-align: center;
  vertical-align: middle;
}
.msgdate {
    font-weight: bold;
}
.member-info-table-btn.people-sent {
    padding: 10px 15px !important;
}
.member-info p {
    margin: 0 0 20px 0;
}
.talent_info_table_single2 {
    width: 100%;
    font-size: 16px;
    border-left: 1px #d2d9e6 solid;
    border-top: 1px #d2d9e6 solid;
    line-height: 24px;
}
.talent_info_table_single2 th {
    width: 20%;
    text-align: left;
    background: #e8efff;
    vertical-align: middle;
	  padding: 12px 15px;
	      border-right: 1px #d2d9e6 solid;
    border-bottom: 1px #d2d9e6 solid;
}
.talent_info_table_single2 td {
    width: auto;
	  padding: 12px 15px;
	      border-right: 1px #d2d9e6 solid;
    border-bottom: 1px #d2d9e6 solid;
}
.mess1 {
       margin: 0 2% 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px #ccc solid;
    padding: 0 0 8px 0;
}
.mess2 {
         margin: 0 1% 0 0;
    width: auto;
    float: left;
}
.mess3 {
    margin: 0 0.5% 0 0;
    width: auto;
    float: left;
}
.star-white {
	    color: #fff;
}
.member-info-table.member-setting-table.company-setting-table thead {
	width: 100%;
}
.member-info-table.member-setting-table.company-setting-table thead tr {
	width: 100%;
}
.member-info-table.member-setting-table.company-setting-table thead th {
	width: 100%;
	    float: none;
}
.member-info-table.member-setting-table.company-setting-table th {
    padding: 7px 10px;
    border-right: 1px #d2d9e6 solid;
    position: relative;
    width: 17%;
	border-bottom: 1px #d2d9e6 solid;
}
.company-email {
    float: left;
    width: 47%;
}

/* 故事分享 */
.sub-unit-title-success img {
    text-align: center;
    width: 55%;
}
.success_story_left {
    float: left;
    width: 43%;
}
.success_story_left img {
    width: 76%;
    margin-bottom: 10px;
}
.success_story_left p {
    width: 79%;
    line-height: 27px;
    font-size: 14px;
    color: #676464;
}
.success_nametitle {
    color: #d05b0e;
    font-size: 34px;
    line-height: 1.1;
    margin: 38px 0 20px 0;
}
.success_story_right .p_intro {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}
.success_story_right {
    float: left;
    width: 55%;
}
.success_story_right p {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 15px;
}
.success_story_right img {
    width: 93%;
}
.success_story_right .describe img {
    float: left;
    margin: 0px 16px 0 0;
}
.success_story_right .describe p {
    color: #7b7b7b;
    line-height: 20px;
    font-size: 14px;
    margin: 17px 16px 0 0;
}
.grid-col-9 .sub-unit-title-success strong {
    float: right;
    width: 39%;
    line-height: 44px;
    margin: 40px 2%;
    display: block;
    padding: 0;
    font-weight: normal;
    font-size: 30px;
}
.grid-col-9 .sub-unit-title-success {
    background-color: #eeeeee;
    border-bottom: none;
    padding-bottom: 0;
}
.sub-unit-title_withoutpic {
    background-color: #eeeeee;
    padding: 13px 20px;
}
.sub-unit-title_withoutpic strong {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 30px;
}
.success_story_left .old_pic {
    width: 35%;
    margin-bottom: 10px;
}
.company-edit .member-info-td-btn {
    display: inline-block;
    background: #0c79d6;
    color: #fff !important;
    margin: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 9px 1%;
    font-weight: normal;
    border: 0;
    width: 60%;
    text-decoration: none !important;
    text-align: center !important;
}
.member-info-table-h .r_line {
    padding: 18px 1%;
}
.member-info-table-h .r_line2 {
    padding: 18px 1%;
}
.mitb {
    padding: 9px;
}
.mitb2 {
    padding: 9px;
}
/* 故事分享 end */


/* 影音專區 */
.video_section  {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.video_section iframe {
    width: 100%;
}

.video_directions {
    margin-top: 30px; 
}
/* 影音專區 end */


/*-------------------------搜尋結果頁------------------------*/
.searchtable {
    width: 100%;
    border-top: 1px #d2d9e6 solid;
    border-left: 1px #d2d9e6 solid;
    font-size: 16px;
    color: #555;
    line-height: 24px;
	margin: 15px 0 0 0;
}
.searchtable td {
    padding: 7px 25px;
    border-right: 1px #d2d9e6 solid;
    border-bottom: 1px #d2d9e6 solid;
    position: relative;
	    text-align: center;
		    vertical-align: middle;
}
.searchtable td a {
      color: #0057c2;
    text-align: left;
    width: 100%;
    float: left;
}
.redkey {
	 color: #ff7302;
}

.job_opp_btn {
    text-align: center;
    width: 100%;
}
.job_opp_btn a {
    background: #1a96ef;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
}
.job_opp_btn {
    text-align: center;
    width: 100%;
}
.job_opp_btn a {
    background: #1a96ef;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
}
.other-note {
    width: 53%;
}
.name_input {
    width: 53%;
}
.job_location_index2 select {
    width: 45%!important;
    float: left;
    margin-right: 5px;
}
.indust-explan {
    width: 100%;
    margin: 13px 0 0 0;
    float: left;
}
.indust-explan input {
   width: 49%;
    margin: 0 1%;
}
.member-info-table .job_location_index2 select {
    width: 45%!important;
    float: left;
    margin-right: 5px;
}
.search-job-sort.search-job-sort2 select {
	width: 45%!important;
}
.search-job-sort.search-job-sort2 {
	width: 100%!important;
}
.publish-input {
    width: 40%;
}
.publish-textarea {
	 width: 40%;
}
.publish-select {
	 width: 44%;
}
.select_list.lang_list.lang-request .note input {
    padding: 6px 0.5%;
    width: 59.5%;
}
.publish-profess select {
     width: 33%;
}
.publish-sort {
    width: 100%;
}
.publish-sort select {
    width: 48%;
}
.publish-input2 {
	 width: 90%;
}

.keyword-type td {
    border:  none !important;
    padding-left: 0px;    
}
.mt_list {
    overflow: hidden;
}
.mt_list li {
    position: relative;
    width: 90%;
    padding-left: 27px;
    float: left;
}
.mt_list li .mt_subitem {
    position: absolute;
    display: block;
    left: 5px;
    top: 10px;
}

.mt_list li div {

    width: 100%;
}

select.member_payrange {
    width: 200px !important;
}

/* App下載 */

.app_inner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.app_inner .appItemP_left {
    float: left;
    width: 12%;
}
.app_inner .appItemP_left .app_cover {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.app_inner .appItemP_right {
    float: right;
    width: 85%;
    line-height: 30px;
}
.app_inner .appItemP_left .appDownload {
    width: 100%;
}
.app_inner .appItemP_left .appDownload li {
    margin: 20px 0;
}
.app_inner .appItemP_left .appDownload a {
    display: block;
    width: 100%;
    text-align: center;
}
.app_inner .appItemP_left .appDownload a img {
    display: inline;
    width: 90%;
    margin: 0 auto;
}
.app_inner .appItemP_left .appDownload a.ios {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/app_ios.png) no-repeat top left;
}

.app_inner .appItemP_left .appDownload a.android {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170311/https://www.contacttaiwan.tw/assets_e/images/app_android.png) no-repeat top left;
}

/* App下載 End */
.indust_sort select {
	       width: 28.5%;
}





/*
     FILE ARCHIVED ON 17:03:11 九月 15, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 16:30:15 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
