.rwd-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    float: left;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 0 15px #333;
    -moz-box-shadow: 0 0 15px #333;
    box-shadow: 0 0 15px #333;
}

.rwd-logo {
    float: left;
    width: 146px;
    margin: 4px 0 4px 3%;
}

.rwd-logo img {
    float: left;
    width: 100%;
}

.rwd-nav-btn {
    display: block;
    float: right;
    width: 33px;
    padding: 20px 0;
    background: #fff;
    cursor: pointer;
    margin-right: 30px;
}

.rwd-nav-btn .navicon-line {
    display: block;
    background: #000;
    width: 100%;
    height: 5px;
    margin: 7px auto;
}

.rwd-footer-info {
    display: none;
}

.rwd-video {
    width: 100%;
    position: absolute;
    display: none;
    z-index: 99;
    bottom: 0px;
}

.rwd-video img {
    width: 100%;
}

.rwd-news,
.rwd-web2 {
    position: absolute;
    z-index: 99;
    width: 68%;
    left: 16%;
    display: none;
}

.rwd-news {
    top: 20px;
}

.rwd-web2 {
    top: 357px;
}

.rwd-news img,
.rwd-web2 img {
    width: 100%;
}

/*rwd選單
********************************************/

.rwd-nav {
    display: none;
    font-size: 24px;
    line-height: 30px;
}

.rwd-nav a {
    text-decoration: none;
    color: #fff;
}

/* 搜尋 */
.rwd-nav-search {
    padding: 10px 4%;
    overflow: hidden;
}

.rwd-nav-search .textfield {
    padding: 5px 15% 5px 4%;
    width: 81%;
    height: 30px;
    float: left;
    border: 0px;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'Open Sans', Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170317/https://www.contacttaiwan.tw/assets_e/images/rwd_search_btn.png) 95% center no-repeat #fff;
    background-size: 7%;
}

.rwd-nav-search .btn {
    width: 100%;
    font-size: 22px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #3566b2;
}

.rwd-nav-search .adv-btn {
    width: 55%;
    float: right;
    display: none;
}


/* 搜尋 end */


/* 語言選擇 */

.rwd-language {
    color: #fff;
    width: 100%;
    border-top: solid 1px #444;
    border-bottom: solid 1px #444;
    cursor: pointer;
}

.rwd-language em {
    display: inline-block;
}

.rwd-language .nowCountry {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170317/https://www.contacttaiwan.tw/assets_e/images/arrow_down.png) 96% 23px no-repeat;
    padding: 15px 4%;
    width: 92%;
    display: block;
}

.rwd-language .nowCountry-close {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170317/https://www.contacttaiwan.tw/assets_e/images/arrow_up.png) 96% 23px no-repeat;
}

.rwd-language-control a:hover {
    color: #fff;
}

.rwdCountryList {
    display: none;
    padding-bottom: 5px;
    background: #333;
    font-size: 20px;
}

.rwdCountryList li {
    border-top: solid 1px #444;
    /*text-align: center;*/
}

.rwdCountryList li:hover {
    background-color: #333;
}

.rwdCountryList li a {
    display: block;
    padding: 10px 4%;
}


/* 語言選擇 end */


/* rwd 主選單 */

.rwd-sub-nav {
    font-size: 22px;
}

.rwd-nav-row {
    color: #FFF;
    /*background-color: #153c79;*/
    border-bottom: 1px solid #444;
}

.rwd-nav-row a {
    display: block;
    width: 92%;
    padding: 15px 4%;
}

.rwd-nav-row a:hover,
.rwd-nav-row a:active {
    background-color: #666;
}

.rwd-nav-row .no-arr {
    background: none;
}

.rwd-sub-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #444;
}

.rwd-sub-nav li {
    border-top: solid 1px #555;
}

.rwd-nav-row .rwd-sub-nav a {
    font-size: 20px;
    padding: 15px 4% 15px 12%;
    width: 84%;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170317/https://www.contacttaiwan.tw/assets_e/images/arrow_right.png) 17px 25px no-repeat;
}

.rwd-sub-nav .has-link {
    width: 100%;
    display: block;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170317/https://www.contacttaiwan.tw/assets_e/images/rwd_arr_open.png) right 8px no-repeat;
}

.rwd-sub-nav .has-link-close {
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170317/https://www.contacttaiwan.tw/assets_e/images/rwd_arr_close.png) right 8px no-repeat;
}

.rwd-sub-nav li a:hover {
    background-color: #777;
}

.rwd-third-nav {
    background: #333;
    display: none;
}

.rwd-third-nav li a {
    padding-left: 5%;
}


/* rwd 主選單 end */

.rwd-nav-msic {
    width: 100%;
    border-top: solid 1px #353535;
    font-size: 18px;
}

.rwd-nav-msic a {
    display: block;
    width: 92%;
    margin: 15px 4%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #444;
}

.rwd-social {
    width: 92%;
    float: left;
    padding: 15px 4% 35px 4%;
}

.rwd-social ul {
    float: left;
    width: 100%;
}

.rwd-social ul li {
    float: left;
    width: 18%;
    margin: 0 1%;
}

.rwd-social ul li img {
    width: 100%;
}

/* rwd 會員登入 */
.rwd-member-btn {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #444;
    padding: 10px 0;
}

.rwd-member-btn a {
    display: inline-block;
    width: 86%;
    margin: 5px 2%;
    padding: 6px 2%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #666;
}

.talent_recruit_unit {
    margin-top: 5px;
    margin-bottom: -10px;
}
.rwd-recruit-item {
    display: none;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;    
}





/*
     FILE ARCHIVED ON 17:03:17 九月 15, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 18:10:26 五月 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)).
*/
