@charset "UTF-8";

@import url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/*  RWD Grid  
************************************************************/

/*  Sections  */
.grid-section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  Column Setup  */
.grid-col {
	display: block;
	float:left;
	margin: 1% 0 1% 3.2%;
}
.grid-col:first-child {
	margin-left: 0;
}
/*  Grouping */
.grid-group:before, .grid-group:after {
	content:"";
	display:table;
}
.grid-group:after {
	clear:both;
}
.grid-group {
	zoom:1; /* For IE 6/7 */
}
/*  12 Grid Setup  */
.grid-col-12 {
	width: 100%;
}
.grid-col-11 {
	width: 91.4%;
}
.grid-col-10 {
	width: 82.8%;
}
.grid-col-9 {
	width: 74.2%;
}
.grid-col-8 {
	width: 65.6%;
}
.grid-col-7 {
	width: 57%;
}
.grid-col-6 {
	width: 48.4%;
}
.grid-col-5 {
	width: 39.8%;
}
.grid-col-4 {
	width: 31.2%;
}
.grid-col-3-2 {
	width: 20%;
}
.grid-col-3 {
	width: 22.6%;
}
.grid-col-2 {
	width: 14%;
}
.grid-col-1 {
	width: 5.4%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
/*@media only screen and (max-width: 480px) {
	.col {  
		margin: 1% 0 1% 0%; 
	}
	.grid-col-1, .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6, 
	.grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10, .grid-col-11, .grid-col-12 {
	  width: 100%; 
	}
}*/

/*  RWD Grid  End
************************************************************/


body {
	position: relative;
	font-family: 'Open Sans', Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a, p, div, strong, span, ul, li, label, em, h1, h2, h3, h4, h5, h6, input[type="text"], select, input {
	font-family: 'Open Sans', Microsoft JhengHei, "微軟正黑體", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	moz-transition: color;
	moz-transition-duration: 300ms;
	o-transition: color;
	o-transition-duration: 300ms;
	transition: color;
	transition-duration: 300ms;
	webkit-transition: color;
	webkit-transition-duration: 300ms;
}
img {
	display: block;
}
.clear {
	clear: both;
}
.divider {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
}
input[type="text"], input[type="password"] {
	padding: 6px 2%;
	border: 1px solid #999;
	font-size: 15px;
    border-radius: 2px; 
    margin-top:5px;         
}
input[type="submit"], input[type="button"] {
    -webkit-appearance:none;   
}
textarea {
    padding: 6px 2%;
    border: 1px solid #999;
    font-size: 15px;
    border-radius: 2px; 
}
select {
	padding: 5px 1%;
	border: 1px solid #999;
	font-size: 15px;
    border-radius: 2px;   
}
.wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.header {
	width: 100%;
	float: left;
}
.misc-position, .header-position, .main-nav-position, .fatfooter-position {
	width: 96%;
	margin: 0 2%;
	float: left;
	position: relative;
}
.misc-position .welcome {
	line-height: 29px;
	position: relative;
	top: -4px;
}
.misc-position .welcome strong {
	color: #FF6731;
	font-weight: bold;
}
.header .logo {
	float: left;
	width: 195px;
	margin: 0px 0;
}
.header .logo img {
	width: 100%;
}
.header .misc {
	font-size: 14px;
	float: left;
	width: 100%;
	padding: 5px 0;
	text-align: right;
	background: #f2f2f2;
}
.header .misc .misc-inner {
	float: right;
}
.header .misc ul, .header .misc ul li {
	display: inline-block;
}
.header .misc .links {
	width: 520px;
	position: relative;
	top: -4px;
	margin-right: 1%;
}
.header .misc .links li {
	margin: 0 1%;
	line-height: 29px;
    /*width: 16%;*/
}
.header .misc .links li .recruiting {
	background: #156394;
	color:#fff;
	padding: 2px 10px 3px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.header .misc .social {
	position: relative;
	top: 4px;
}
.header .misc .social li {
	margin: 0 1px;
}
.header .misc ul li a {
	color:#111;
}
.header .misc li a:hover {
	color:#999;
}
.joinUsOn {
	font-size: 13px;
	position: relative;
	top: -6px;
	font-weight: bold;
	margin-right: 2px;
    display: none;
}
.header-inner {
	float: right;
	margin-top: 31px;
}
.member-btn {
	float: left;
	font-size: 16px;
}
.member-btn a {
	float: left;
	display: block;
	margin-right: 10px;
	background: #ff7302;
	color: #fff;
	padding: 9px 15px;
	border-radius: 3px;
}
.member-btn a:hover {
	color: #fff;
	background: #999;
}
.header .search {
	text-align: right;
	float: left;
	width: 248px;
}
.search-boder {
	float: left;
	border: 1px #999 solid;
}
.header .search .textfield {
	font-size: 16px;
	padding: 0 8px;
	height: 32px;
	border: none;
	float: left;
	width: 200px;
}
.header .search .btn {
	float: left;
	width: 30px;
	height: 32px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/header_search_icon.png) center center no-repeat;
	border: none;
	margin-left: 0;
	padding: 0;
	font-size: 0;
	cursor: pointer;
}
.textfield {
	font-size: 15px;
	padding: 8px 8px;
	border: 1px #999 solid;
}
}
.header .select-language {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 1%;
}
.header .select-language a {
    color: #111;
    margin: 0 10px;
}
.header .select-language a:hover {
    color: #347dbb;
}
/*.header .select-language {
	float: left;
	font-size: 16px;
	width: 110px;
	margin-left: 8px;
	position: relative;
}
.header .select-language a {
	color: #111;
}*/
.select-language-current {
	display: block;
	cursor: pointer;
	border: 1px #999 solid;
	padding: 8px 10px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/select_language_arr.png) 88px 14px no-repeat;
}
.select-language-list {
	position: absolute;
	top: 33px;
	border: 1px #999 solid;
	background: #fff;
	width: 108px;
	z-index: 99;
	display: none;
}
.select-language-list li {
	padding: 10px 0;
	text-align: center;
}
.select-language-list li:hover {
	background: #f4f4f4;
}
.select-language-list li:hover a {
	color: #999;
}
.header .main-nav-section {
	font-size: 17px;
	width: 100%;
	float: left;
	background: #003b84;
}
.header .job-main-nav-section {
	/*border-bottom: 5px solid #f69600;*/
    background: #f69600;
}
.header .career-main-nav-section {
	background: #124cb8;
}
.header .investor-main-nav-section {
	background: #e27474;
}
.select-identity {
	float: left;
	position: relative;
	margin-top: 11px;

	margin-right: 1.5%;
}
.select-identity a {
	color: #111;
}
.select-identity .current {
	cursor: pointer;
	color: #000;
	padding: 13px 15px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/select_language_arr.png) 94% 20px no-repeat #fff;
}
.job-main-nav-section .select-identity .current {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/select_language_arr.png) 94% 20px no-repeat #fff;
}
.career-main-nav-section .select-identity .current {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/select_language_arr.png) 94% 20px no-repeat #fff;
}
.investor-main-nav-section .select-identity .current {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/select_language_arr.png) 94% 20px no-repeat #fff;
}
.select-identity .select-identity-list {
	position: absolute;
	width: 100%;
	border-top: 1px #999 solid;
	background: #fff;
	top:43px;
	z-index: 99;
	display: none;
	font-size: 16px;
}
/*.job-main-nav-section .select-identity .select-identity-list {
    background: #FFF6C6;
}
.career-main-nav-section .select-identity .select-identity-list {
    background: #d5f0f4;
}
.investor-main-nav-section .select-identity .select-identity-list {
    background: #ecd4e0;
}*/
.select-identity .select-identity-list ul, .select-identity .select-identity-list ul li {
	width: 100%;
}
.select-identity .select-identity-list ul {
	padding: 0;
}
.select-identity .select-identity-list ul li a {
	display: block;
	padding: 15px 15px;
}
.select-identity .select-identity-list ul li a:hover {
	display: block;
	padding: 15px 15px;
	background: #ddd;
}

.select-identity-tooltip{
    position: absolute;
    z-index: 9999;
    top: 90px;
    left: 160px;   
}

.bubbletooltip_tip {
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #000;
    /* border: #DBDBDB 1px solid; */
    background: rgb(223, 227, 234);
    background: -moz-linear-gradient(top, rgba(223, 227, 234,1) 0%, rgba(255, 255, 255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(223, 227, 234,1) 0%,rgba(255, 255, 255,1) 100%);
    background: linear-gradient(to bottom, rgb(223, 227, 234) 0%,rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe3ea', endColorstr='#ffffff',GradientType=0 );
    -moz-box-shadow: 2px 3px 5px #000;
    -webkit-box-shadow: 2px 3px 5px #000;
    box-shadow: 2px 3px 5px #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 3px;
    position: relative;
}

.bubbletooltip_tip:after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left-color: #d2d9e6;
    top: -20px;
    left: 10px;
    z-index: -1;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
}

.header .main-nav {
	float: left;
	width: 78%;
}

.header .main-nav .fir_ul {
	float: left;
	width: 100%;
}

.header .main-nav .fir_ul .fir_li {
	position: relative;
	float: left;
	padding: 25px 1.4%;
}

.header .main-nav .fir_ul .fir_li:first-child a {
	border-left: 0;
}

.header .main-nav .fir_ul .fir_li:hover {
	background: #fff;
}

.header .main-nav .fir_ul .fir_li:hover a {
	color: #111;
}

.header .main-nav .fir_ul .fir_li a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

.header .main-nav .fir_ul .fir_li .current {
	color: #fff;
	background: #72b4bc;
}


/*第二層選單*/
.header .sub-nav {
	position: absolute;
	float: left;
	background: #fff;
	z-index: 100;
	top: 55px;
	left: 0;
	box-shadow: 4px 10px 14px #444;
	-webkit-box-shadow: 6px 10px 14px #444;
	-moz-box-shadow: 6px 10px 14px #444;

	display: none;
}

.header .sub-nav ul li {
	float: left;
	width: 100%;
	text-align: left;
}

.header .sub-nav ul li:hover {
	display: block;
	color: #111;
	border-bottom: 0;
	background: #eee;
}

.header .sub-nav ul li a {
	text-align: center;
	color: #111;
	font-size: 16px;
	line-height: 22px;
	padding: 14px 20px !important;
	border-left: 0;
	box-sizing: border-box;
}

.header .sub-nav .sub_ul {
	min-width: 160px;
	width: 100%;
}

.header .sub-nav .sub_ul .sub_li {
	padding: 0;
}

.header .sub-nav .sub_ul .sub_li:first-child {
	border-top: 0;
}

.header .sub-nav .sub_ul .sub_li:hover {
	display: block;
	color: #111;
	border-bottom: 0;
	background: #eee;
}

.header .sub-nav .sub_ul .sub_li a {
	text-align: center;
	color: #111;
	font-size: 16px;
	line-height: 22px;
	padding: 14px 20px !important;
	text-align: left;
	box-sizing: border-box;
}

.header .sub-nav .sub_ul .sub_li a {
	border-left: 0;
}
/* 第二層選單 end */



/* 優勢產業 */
.header .sub-nav-first {
	min-width: 260px;  
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px;
	text-align: left;
}

.header .sub-nav-first .sub-nav-col {
	width: 100%;
	float: left;
}

.header .sub-nav-first .sub-nav-col .title {
	color: #111;
	font-weight: bold;
	border: solid 1px #ccc;
	padding: 10px 10%;
	box-sizing: border-box;
}
/* 優勢產業 end */


/* sub Nav 其他 size */
/* 3 */
/*.header .sub-nav-three {
    width: 600px;
    float: left;
    background: #fff;
    padding: 20px 10px;
    text-align: left;
}
.header .sub-nav-three .sub-nav-col {
    width: 30%;
    float: left;
    margin: 10px;
}*/

/* 2 */
/*.header .sub-nav-two {
    width: 400px;
    float: left;
    background: #fff;
    padding: 20px 10px;
    text-align: left;
}
.header .sub-nav-two .sub-nav-col {
    width: 45%;
    float: left;
    margin: 10px;
}*/
/* sub Nav 其他 size end */

.index-content, .page-content {
	width: 100%;
	float: left;
}
.crumb {
	font-size: 14px;
	width: 100%;
	color: #666;
	padding: 8px 0;
	margin: 0 auto;
	float: left;
	border-bottom: 1px #ddd solid;
}
.crumb a {
	color: #666;
	margin-left: 8px;
	padding-left: 11px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/crumb_arr.png) 0 5px no-repeat;
}
.crumb a.home {
	padding-left: 15px;
	margin-left: 0;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/crumb_home.png) 0 5px no-repeat;
}
.crumb span {
	margin-left: 8px;
	padding-left: 11px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/crumb_arr.png) 0 5px no-repeat;
}
.crumb span.current {
	color: #ff7302;
	font-weight: bold;
	text-decoration: underline;
}
.crumb .crumb-wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
.page-kv {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 32px;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #efefef;
	height: 240px;
}
.page-kv .page-kv-title {
	display: block;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	color: #111;
	border-left: 1px solid #aaa;
	margin: 80px 10%;
	padding: 20px 0 20px 25px;
}
.page-wrap {
	width: 96%;
	float: left;
	margin: 0 2%;
    padding: 45px 0;
	font-size: 18px;
}
.page-side {
	float: left;
}
.page-content-section {
	float: right;
}
.page-side .unit-title {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0;
	background: #003B84;
}
.side-nav {
	background: #e3e3e3;
	padding: 15px;
}
.side-nav li {
	background: #fff;
	line-height: 30px;
	margin-top: 1px;/*border-top: 1px #c0bdb3 solid;*/
}
.side-nav li:first-child {
	border-top: none;
}
.side-nav li a {
	display: block;
	padding: 18px 15px 18px 15px;
	color: #111;
}
.side-nav .current a {
	font-weight: bold;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/arr_left_side_nav.png) 12px 21px no-repeat;
}
.side-nav li a:hover {
	color: #fff;
	background: #124cb8;
}
.sub-side-nav {
	display: block;
}
.sub-side-nav li {
	border-top: 1px #fff solid!important;
	background: #eee!important;
}
.sub-side-nav li:hover {
	border-top: 1px #fff solid!important;
	background: #f4f4f4!important;
}
.sub-side-nav li a {
	font-weight: normal!important;
	color: #666!important;
	background: none!important;
	font-size: 15px;
}
.sub-unit-title {
	width: 100%;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}
.sub-unit-title strong {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
}
.page-inner {
	width: 100%;
	float: left;
}
.page-inner-title {
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #111;
	margin-bottom: 40px;
	display: none;
}
.share-hub {
	width: 100%;
	float: left;
	text-align: right;
	margin: 0 0 5px 0;
}
.share-hub a {
	display: inline-block;
}
.publish-info {
	width: 100%;
	float: left;
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.publish-info ul li {
	display: inline-block;
}
.page-article {
	float: left;
	word-wrap: break-word;
	word-break: normal;
	line-height: 190%;
	width: 100%;
}
.page-article b, .page-article strong {
    font-weight: bold;
}
.page-article table {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
.page-article table th, .page-article table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 5px 8px;
}
.pagination {
	text-align: center;
	display: block;
	margin: 30px 0px 30px 0px;
	float: left;
	width: 100%
}
.pagination a {
	padding: 5px 10px;
	color: #111;
	margin: 0 2px;
	border: 1px solid #777;
}
.pagination a:hover {
	color: #ffffff;
	background: #ccc;
}
.pagination a.disable {
	color: #999999;
	border: 1px solid #bbb;
}
.pagination a.disable:hover {
	color: #999999;
	background: transparent;
}
.pagination a.current {
	color: #ffffff;
	background: #999;
}
.list-controls {
	background: #eee;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
.page-control {
	text-align: center;
	display: block;
	margin: 25px 0 30px 0;
	padding-top: 6px;
	float: left;
	width: 100%
}
.page-control a {
	color: #111;
}
.page-control .back {
	padding: 5px 10px;
	margin: 0 9px;
	background: #aaa;
	color: #fff;
}
.page-control .prev {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/arr_prev_small.png) left 0 no-repeat;
	padding-left: 27px;
	width: 200px;
	display: block;
	text-align: left;
	float: left;
	line-height: 25px;
	margin-top: -6px;
}
.page-control .next {
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/arr_next_small.png) right 0 no-repeat;
	padding-right: 27px;
	width: 200px;
	display: block;
	text-align: right;
	float: right;
	line-height: 25px;
	margin-top: -25px;
}
.page-control .back-btn {
	width: 300px;
	margin: 0 auto;
}
.page-control .back-btn a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.page-control .send-btn {
	display: inline-block;
}
.page-control .send-btn a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #124cb8;
	padding: 15px 30px;
	margin: 0 9px;
	color: #fff;
	display: inline-block;
    line-height: normal;	
}
.page-control .pagination_1 {
	text-align: center;
	display: block;
	margin: 30px 0px;
}
.page-control .pagination_1 a {
	padding: 5px;
	color: #038c00;
	background: #ffffff;
	border: 1px solid #adf4aa;
}
.page-control .pagination_1 a:hover {
	color: #ffffff;
	background: #038c00;
	border: 1px solid #adf4aa;
}
.page-control .pagination_1 a.disable {
	color: #999999;
	background: #ffffff;
	border: 1px solid #bfbfbf;
}
.page-control .pagination_1 a.disable:hover {
	color: #999999;
	background: #ffffff;
	border: 1px solid #bfbfbf;
}
.page-control .pagination_1 a.current {
	color: #ffffff;
	background: #038c00;
	border: 1px solid #adf4aa;
}
.page-control .send-btn_word, .page-control .send-btn_print, 
.page-control .send-btn_print, .page-control .send-btn_mag,
.page-control .send-btn_mail, .page-control .send-btn_add {
    display: inline-block;
    margin: 10px 10px;
}
.page-control .send-btn_word a, .page-control .send-btn_print a, 
.page-control .send-btn_print a, .page-control .send-btn_mag a,
.page-control .send-btn_mail a, .page-control .send-btn_add a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background: #4c9ee7;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
}
.page-control .send-btn_back {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.page-control .send-btn_back a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #124cb8;
    padding: 15px 30px;
    margin: 0 9px;
    color: #fff;
    display: inline-block;
}
.NewsListImage {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.NewsListImage li {
	padding: 25px 0;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.NewsListImage li a {
	display: block;
	color: #111;
}
.NewsListImage li a .Date {
	color: #4c9ee7;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}
.NewsListImage li a .Topic {
	color: #434343;
}
.NewsListImage li a:hover .Topic {
	color: #999;
}
.label_news, .label_events {
	background: #ffa800;
	color: #fff;
	padding: 2px 5px;
	font-size: 14px;
	position: relative;
	top: -2px;
	margin-right: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.label_news {
	background: #ffa800;
}
.label_events {
	background: #F14444;
}
/* Fat Footer
***************************************************************************/
.fatfooter {
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 30px 0;
}
.fatfooter_inner {
	float: right;
}
.fatfooter_section {
	float: left;
	width: 13%;
	margin: 0 0 0 1%;
}
.fatfooter_section .fatfooter_unit {
	font-size: 16px;
	color: #555;
	border: solid 1px #ccc;
	padding: 10px 0;
	text-align: center;
	float: left;
	width: 100%;
	display: block;
	font-weight: bold;
}
.fatfooter_section ul.fatfooter_list {
	padding: 3px 0 10px 0;
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 18px;
}
.fatfooter_section ul.fatfooter_list li.fatfooter_list_unit {
	padding: 7px 0;
	width: 100%;
	float: left;
}
.fatfooter_section ul.fatfooter_list li.fatfooter_list_unit a {
	color:#535353;
	font-weight: bold;
}
.fatfooter_section ul.fatfooter_list li.fatfooter_list_unit a:hover {
	color:#999;
}
.fatfooter_section ul.fatfooter_list li.fatfooter_list_unit .num, .fatfooter_section ul.fatfooter_list li.fatfooter_list_unit .txt {
	display: block;
	float: left;
	font-style: normal;
}
.fatfooter_section ul.fatfooter_list li.fatfooter_list_unit a .num {
	width: 3px;
	height: 3px;
	position: relative;
	top: 8px;
	left: 8px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/fat_footer_bullet.png) 0 0 no-repeat;
	font-size: 0;
}
.fatfooter_section ul.fatfooter_list li.fatfooter_list_unit .txt {
	width: 80%;
	padding-left: 11px;
}
.fatfooter-identity {
	float: left;
}
.fatfooter-identity li {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.fatfooter-identity li a {
	font-size: 16px;
	color: #555;
	border: solid 1px #ccc;
	padding: 15px 0;
	text-align: center;
	float: left;
	width: 100%;
	display: block;
	font-weight: bold;
}
/* Fat Footer End
***************************************************************************/

.footer {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	background: #aaa;
}
.footer-nav {
	text-align: center;
	padding: 15px 0;
	font-size: 15px;
}
.footer-nav li {
	display: inline-block;
	border-right: 1px #fff solid;
	padding: 0 15px;
	margin-right: -3px;
}
.footer-nav li:first-child {
	border-left: 1px #fff solid;
}
.footer-nav li a {
	color: #fff;
}
.copyright {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #666;
	padding: 20px 0;
}
.best_view {
	display: block;
	margin-top: 10px;
}
.FloatLeftImg {
	float: left;
	margin: 0px 35px 15px 0px;
	width: 350px;
}
.FloatRightImg {
	float: right;
	margin: 0px 0px 15px 35px;
	width: 350px;
}
.FloatLeftImg .IMG, .FloatRightImg .IMG {
	border: 1px solid #dcdcdc;
	background: #ffffff;
	padding: 2px;
	width: 98%;
	display: block;
}
.FloatLeftImg .Description, .FloatRightImg .Description {
	background: #e5e5e5;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 20px;
	width: 94%;
}
.FloatLeftImg .Description .EnlargeIcon, .FloatRightImg .Description .EnlargeIcon {
	padding: 0 25px 0 0;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/enlarge_icon_001.png) no-repeat right 2px;
	display: block;
	color: #626262;
}
.FloatLeftImg .Description .EnlargeIcon, .FloatRightImg .Description .EnlargeIcon:hover {
	color: #111;
}
.SinglePiCenter {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.SinglePiCenter img {
	width: 100%;
	max-width: 690px;
	display: inline;
}
.photo-list-section {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.photo-list-section .title {
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
}
.photo-list {
	float: left;
	width: 100%;
	background: #000;
}
.photo-list .fotorama__nav--thumbs {
	background: #fff;
}
.txt-section-photo-list {
	margin-bottom: 50px;
}
.VideoInner {
	width: 60%;
	margin: 30px auto;
}
.RelatedContainer {
	margin: 25px 0px;
	float: left;
	width: 100%;
}
.RelatedContainer_inner {
	margin: 15px 0px;
	float: left;
	width: 100%;
}
.RelatedContainer .Header {
	padding: 6px 15px;
	background: #666;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	display: inline-block;
 *display: inline;
	margin: 0px 0px 5px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.RelatedContainer .ListContainer li {
	display: block;/*width: 680px;*/
	/*border-bottom: 1px dotted #038c00;*/
}
.RelatedContainer .ListContainer li .Inner dl {
	padding: 10px 25px 10px 25px;
	margin: 0px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/Download_Icon.jpg) no-repeat 5px 16px;
	position: relative;
	zoom: 1;
	border-bottom: 1px dotted #ddd;
}
.RelatedContainer .ListContainer li .Inner dl .Topic a {
	color: #434343;
	line-height: 160%;
	width: 98%;
	display: block;
}
.RelatedContainer .ListContainer li .Inner dl .Topic a:hover {
	color: #038c00;
}
.RelatedContainer .ListContainer .FileType {
	position: absolute;
	right: 10px;
	top: 13px;
}
/*-------------------------內頁-工作機會------------------------*/
.job {
	border-bottom: 1px dotted #aeaeae;
}
h1.page-inner-title.job_main_title {
	margin-bottom: 10px;
}
.job p {
	color: #878787;
	font-size: 16px;
	padding-bottom: 20px;
}
.job_title {
	font-size: 20px;
	color: #f69600;
	font-weight: bold;
}
ul.job_infor {
	margin-bottom: 20px;
}
ul.job_infor li {
	overflow: hidden;
	padding: 10px 12px 0px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/images/job_list_icon.jpg)left 24px no-repeat;
}
ul.job_infor li span {
	float: left;
	color: #111;
}
.job_cont {
	border-bottom: 1px dotted #aeaeae;
}
h1.job_title.contact_infor {
	margin-top: 20px;
}
ul.contact-form.message {
	overflow: hidden;
	margin-left: 0px;
}
ul.contact-form.message li {
	overflow: hidden;
	margin: 20px 0px;
}
.contact-form.message li .list-item {
	padding-top: 0px;
}
.btn .send.job_message {
	padding: 10px 27px;
	background: #bdbdbd;
}
a.clear.job_message {
	padding: 5px 27px;
}
.btn.contact-btn.job_message {
	padding: 0px;
}
.btn .recruited {
	padding: 14px 41px;
	background: #7a95b0;
	font-size: 18px;
}
.btn .save_work {
	padding: 14px 41px;
	background: #E07650;
	font-size: 18px;
}
/*---------------------------------Natasha新增--------------------------------*/

/*-----------------------醫療與社會福利---------------------*/
.cont_tit h1 {
	padding: 32px 0px 0px 20px;
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}
.style_2 p {
	padding-top: 15px;
}
.cont_tit {
	position: absolute;
}
.cont_tit h1:before {
	content: "";
	position: absolute;
	bottom: 14px;
	left: 0;
	height: 12px;
	width: 12px;
	margin: 0;
	padding: 0;
	background: #464646;
	z-index: 10;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/css/ie-css3.htc);
}
.industry-energy-article h1 a {
	color: #000;
	text-decoration: underline;
}
.inside_title h1 {
	font-size: 24px;
	padding: 0px;
	color: #004278;
	padding-bottom: 10px;
}
p.text_2 {
	margin-top: 46px;
}
p.text_3 {
	margin-top: 80px;
}
.industry-energy.style_2 {
	padding-bottom: 0px;
}
/*-------------------英文版-投資者-Taxation Investment Environment-------------------*/
ul.list_visit {
	padding: 7px 40px;
	list-style: initial;
	color: #6868AA;
	display: inline-block;
}
/*-------------------英文版-投資者-IP Protection-------------------*/
ul.list_visit.style_2 {
	color: #777;
}
h1.page-inner-title.en {
	display: block;
	margin-bottom: 60px;
}
/*-------------------------英文版-living in taiwan-----------------------------------*/
.cont_tit.en {
	margin-top: 14px;
}
.cont_tit.en h1 {
	padding: 32px 0px 0px 20px;
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-top: 20px;
}
/*---------------------------------Natasha新增-結束-------------------------------*/


/* 內頁調整
**********************************************************************/

.page-article ol {
	list-style-type: decimal;
}
.page-article ul {
	list-style-type: disc;
}
.page-article ol, .page-article ul {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.page-article ol li, .page-article ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.page-article p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.page-article sup {
    vertical-align: super;
    font-size: smaller;
}

.page-article sub {
    vertical-align: sub;
    font-size: smaller;
}

.page-article em {
    font-style: italic;
}
.page-section {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.page-article-intro {
	display: block;
	margin: 0 0 20px 0;
}
.page-section-title {
	padding: 0 0 0 20px;
	line-height: 2;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
	position: relative;
}
.page-section-title:before {
	content: "";
	position: absolute;
	bottom: 14px;
	left: 0;
	height: 12px;
	width: 12px;
	margin: 0;
	padding: 0;
	background: #464646;
	z-index: 10;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180915170308/https://www.contacttaiwan.tw/assets_e/css/pie.htc);
}
.FloatLeftImg img, .FloatRightImg img {
	width:100%;
}
.page-section-inner {
	float: left;
	width: 100%;
}
.page-article a, .page-section a {
	color: #006ABD;
	text-decoration: underline;
}
/* 內頁調整 end
**********************************************************************/

/*--------------------back top---------------------*/

.back_top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 999;
	width: 60px;
	height: 60px;
	cursor: pointer;
}






/*
     FILE ARCHIVED ON 17:03:08 九月 15, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 6:32:12 五月 25, 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)).
*/
