@charset "UTF-8";
body {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    background-color: #fff;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
a {
    /*color: #00377e;*/
    color: #09C;
    text-decoration: none;
    transition: linear 0.3s;
}
a:hover {
    color: #e00012;
    text-decoration: none;
}
h2 {
    font-size: 22px;
    line-height: 24px;
    padding: 5px 0px 8px 0px;
}
h3 {
    padding: 10px 0px 5px 0px;
}
p {
    padding: 5px 0px 10px 0px;
}
table {
    width: 100%;
    overflow-x: scroll;
}
tr,
td {
    padding: 3px;
    line-height: 24px;
}
.clear {
    clear: both;
    height: 0px;
}
input[type="button"],
input[type="text"],
textarea {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    border: #ccc solid 1px;
    background-color: #FFF;
    outline: none;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    width: 50%;
    margin: 0px 5px 0px 0px;
}
input[type="password"],
input[type="submit"],
.btnArea a.btnSubmit,
input[type="reset"],
input[type="file"] {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    border: none;
    background-color: #00377e;
    color: #FFF;
    outline: none;
    padding: 15px 5%;
    border-radius: 3px;
    font-size: 14px;
    margin: 0px 3px;
    cursor: pointer;
    transition: linear 0.3s;
}
input[type="password"]:hover,
input[type="submit"]:hover,
.btnArea a.btnSubmit:hover,
input[type="reset"]:hover,
input[type="file"]:hover {
    background-color: #e00012;
}
select {
    font-family: "微軟正黑體", "Microsoft JhengHei", "Arial", "新細明體";
    border: #ccc solid 1px;
    background-color: #FFF;
    outline: none;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0px 5px 0px 0px;
    width: auto;
    min-width: 150px;
}
i {
    vertical-align: middle;
    padding-right: 5px;
}
sub,
sup {
    font-size: 12px;
}

/*----------字體樣式----------*/

.w-red {
    color: #C63;
}
.w-14-red {
    color: #C63;
    font-size: 14px;
}
.w-16-red-b {
    color: #C63;
    font-size: 16px;
    font-weight: bold;
}
.w-16-green-b {
    color: #060;
    font-size: 16px;
    font-weight: bold;
}
.w-30-b {
    font-size: 30px;
    font-weight: bold;
}
.w-gray-eee {
    color: #eee;
}
.w-gray-999 {
    color: #999;
}
.w-gray-666 {
    color: #666;
}
.w-gray-666-13 {
    color: #666;
    font-size: 13px;
}
.w-blue {
    color: #00377e;
}
.w-blue-b {
    color: #00377e;
    font-weight: bold;
    font-size: 16px;
}

/*----------header----------*/

header {
    width: 90%;
    margin: auto;
    position: relative;
    padding: 0px;
}
.logo {
    width: 200px;
    float: left;
    position: relative;
}
.logo img {
    width: 100%;
    height: auto;
}
.header-link {
    width: 70%;
    float: right;
    position: relative;
    padding-top: 3px;
}
.search {
    width: 200px; /*160 > 200 */
    float: right;
    position: relative;
    margin-top: 3px;
}
.language {
    width: 120px;
    float: right;
    position: relative;
    padding-right: 10px;
    padding-top: 10px;
}
.language select {
    width: 120px;
    min-width: 120px;
}
.fe-link {
    width: 80px;
    float: right;
    position: relative;
    padding-right: 10px;
    padding-top: 13px;
}
.home {
    width: 30px;
    float: right;
    position: relative;
    padding-top: 15px;
    padding-right: 10px;
}
.home i {
    font-size: 18px;
}
.fe-link a,
.home a {
    color: #666;
}
.fe-link a:hover,
.home a:hover {
    color: #000;
}
.fe-link img {
    vertical-align: middle;
}

/*google search*/

.cse .gsc-control-cse,
.gsc-control-cse {
    border: none;
    padding: 0;
    margin: 0;
}
.gsc-control-cse tr td {
    padding: 3px;
}
nav {
    background-color: #00377e;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
footer {
    background-color: #00377e;
    position: relative;
}
.sitemap {
    width: 90%;
    position: relative;
    margin: auto;
    padding: 10px 0px;
}
.sitemap h2 {
    color: #FFF;
    font-size: 16px;
    border-bottom: #336699 dotted 1px;
    display: block;
}
.sitemap h2 a {
    color: #FFF;
    padding-left: 20px;
    text-transform: uppercase;
}
.sitemap h2 a:hover {
    color: #ccc;
}
.sitemap-list {
    width: 10%;
    position: relative;
    float: left;
    padding-right: 1.1%;
}
.sitemap-list h3 a {
    color: #FFF;
    font-size: 14px;
}
.sitemap-list h3 a:hover {
    color: #ccc;
}
.sitemap-list ul {
    margin: 0;
    padding: 0;
}
.sitemap-list ul li {
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 2px;
    list-style: none;
}
.sitemap-list ul li a {
    color: #ccc;
}
.sitemap-list ul li a:hover {
    color: #999;
}
.copyright-bg {
    background-color: #333;
    position: relative;
    padding: 10px 0px;
}
.copyright {
    width: 90%;
    margin: auto;
    position: relative;
}
.copyright-logo {
    width: 200px;
    float: left;
    position: relative;
    padding-top: 10px;
}
.copyright-logo img {
    width: 100%;
    height: auto;
}
.copyright-info {
    width: 60%;
    color: #CCC;
    float: left;
    padding-left: 2%;
    font-size: 13px;
    line-height: 18px;
}
.copyright-info a {
    color: #999;
}
.copyright-youtube {
    width: 50px;
    float: right;
    text-align: center;
    padding-top: 8px;
}
.copyright-youtube a {
    font-size: 12px;
    color: #CCC;
}
.copyright-youtube a:hover {
    color: #e00012;
}
.copyright-youtube a i {
    font-size: 50px;
    display: block;
    vertical-align: auto;
    padding: 0px;
    height: 40px;
}
.footer-fe-link {
    text-align: center;
    position: relative;
    padding-top: 5px;
    display: none;
}
.footer-fe-link a {
    color: #FFF;
    font-size: 14px;
}
.footer-fe-link a:hover {
    color: #ccc;
}
.footer-fe-link img {
    vertical-align: middle;
}

/*----------gotop----------*/

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background-color: #e00012;
    display: none;
    z-index: 9999;
}
.back-to-top:hover {
    color: #CCC;
}

/*----------ie8----------*/

.ie8 {
    position: relative;
    width: 40%;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}
.ie8 div {
    position: relative;
    width: 21%;
    padding: 0px 2%;
    float: left;
}
.ie8 div img {
    width: 100%;
    height: auto;
}
.ie8 div.logo {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    float: none;
}
.ie8 .logo img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

/*----------no scrept----------*/

.no-scrept {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.no-scrept section {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 40%;
    margin-left: -25%;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
}
.no-scrept section h2 {
    font-size: 16px;
}

/*----------首頁----------*/
.mainBanner{
    position: relative;
}
.bannerBtn{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    opacity: 0.6;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 999;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    line-height: 49px;
    border-radius: 50%;
    transition: ease 0.3s;
    display: none;

}
.bannerBtn:hover{
    opacity: 0.8;
}
.bannerBtn i{
    padding: 0 0 0 3px;
}
/*影片*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*最新消息*/

.news {
    position: relative;
    width: 90%;
    padding: 10px 0px;
    margin: auto;
}
.news-area {
    width: 30%;
    float: left;
    padding: 1.5%;
    position: relative;
}
.news-area h2 {
    font-weight: normal;
}
.news-area ul {
    margin: 20px 0 10px 0;
    padding: 0;
    position: relative;
}
.news-area ul li {
    margin: 0;
    padding: 0 0 8px 0;
    position: relative;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-area ul li a {
    color: #000;
}
.news-area ul li a:hover {
    color: #e00012;
}
.news-area .more a {
    display: block;
    width: 60px;
    text-align: center;
    border: #00377e solid 1px;
    font-size: 13px;
    color: #00377e;
}
.news-area .more a:hover {
    color: #FFF;
    background-color: #00377e;
}
.news-area figure {
    position: relative;
}
.news-area figure img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}
.news-area h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.news-area h3 a {
    color: #000;
}
.news-area:hover figure img {
    opacity: 0.7;
}
.news-area:hover h3 a {
    color: #e00012;
}

/*csr*/

.index-csr {
    background: url(../images/index/index_csr_bg.jpg) left bottom no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}
.index-csr-info {
    width: 60%;
    margin: auto;
    position: relative;
    text-align: center;
}
.index-csr-more a {
    display: block;
    width: 70px;
    padding: 5px;
    margin: 10px auto;
    color: #00377e;
    font-size: 13px;
    border: #00377e solid 1px;
    font-weight: bold;
    text-align: center;
}
.index-csr-more a:hover {
    color: #fff;
    background-color: #00377e;
}

/*----------內頁banner----------*/

.inside-mainbg {
    position: relative;
    min-height: 800px;
}
.inside-banner {
    position: relative;
}
.inside-banner.csr {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}
.inside-banner img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.inside-banner img.phone {
    position: relative;
    display: none;
}
.inside-banner-des {
    width: 90%;
    margin: auto;
    padding: 80px 0px 110px 0px;
    position: relative;
}
.inside-banner.csr .inside-banner-des {
    width: 90%;
    padding: 0px;
    position: absolute;
    left: 5%;
    top: 40%;
}
.inside-banner-des h1 {
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    text-shadow: #FFF 0px 0px 10px;
}
.inside-banner-des p {
    font-size: 18px;
    padding-top: 10px;
}
.inside-mainbg.ir {
    background: url(../upload/inside_banner/inside_investor.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.ir {
    background: url(../upload/inside_banner/inside_investor.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.industry {
    background: url(../upload/inside_banner/inside_industry.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.industry {
    background: url(../upload/inside_banner/inside_industry.jpg) center center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.cg {
    background: url(../upload/inside_banner/inside_cg.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.cg {
    background: url(../upload/inside_banner/inside_cg.jpg) center center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.about {
    background: url(../upload/inside_banner/inside_about.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.about {
    background: url(../upload/inside_banner/inside_about.jpg) center center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.research {
    background: url(../upload/inside_banner/inside_research.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.research {
    background: url(../upload/inside_banner/inside_research.jpg) center center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.lastnews {
    background: url(../upload/inside_banner/inside_news.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.lastnews {
    background: url(../upload/inside_banner/inside_news.jpg) center center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.gsearch {
    background: url(../upload/inside_banner/inside_gsearch.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.gsearch {
    background: url(../upload/inside_banner/inside_gsearch.jpg) center center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.hr {
    background: url(../upload/inside_banner/inside_hr.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.hr {
    background: url(../upload/inside_banner/inside_hr.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-mainbg.contact {
    background: url(../upload/inside_banner/inside_contact.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.contact {
    background: url(../upload/inside_banner/inside_contact.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.csr-news {
    background: url(../upload/inside_banner/inside_csr_news.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.csr-csr {
    background: url(../upload/inside_banner/inside_csr_csr.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.csr-question {
    background: url(../upload/inside_banner/inside_csr_question.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.interactive {
    background: url(../upload/inside_banner/inside_csr_interactive.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.report {
    background: url(../upload/inside_banner/inside_csr_report.jpg) top center no-repeat;
    background-size: 100% auto;
}
.inside-banner.environment {
    background: url(../upload/inside_banner/inside_csr_environment.jpg) bottom no-repeat;
    background-size: 100% auto;
}
.inside-banner.labor {
    background: url(../upload/inside_banner/inside_csr_labor.jpg) top no-repeat;
    background-size: 100% auto;
}
.inside-banner.associate {
    background: url(../upload/inside_banner/inside_csr_associate.jpg) center no-repeat;
    background-size: 100% auto;
}
.inside-banner.society {
    background: url(../upload/inside_banner/inside_csr_society.jpg) center no-repeat;
    background-size: 100% auto;
}

/*----------內頁共用----------*/

.inside-main {
    width: 86%;
    position: relative;
    margin: auto;
    background-color: #FFF;
    padding: 20px 2%;
}
.subdomain-item {
    position: relative;
    width: 21%;
    float: left;
    padding: 2%;
    margin-bottom: 10px;
}
.subdomain-item figure {
    position: relative;
}
.subdomain-item figure img {
    width: 100%;
    height: auto;
}
.subdomain-item h3 {
    position: relative;
    font-size: 16px;
    height: 44px;
    padding: 0;
}
.subdomain-item h3 a {
    color: #000;
}
.subdomain-item p {
    position: relative;
    color: #666;
    height: 132px;
    overflow: hidden;
    padding-top: 0;
}
.subdomain-item.en p,
p.subdomain-rd {
    height: 154px;
}
.subdomain-item .more a {
    position: relative;
    display: block;
    width: 100px;
    text-align: center;
    background-color: #00377e;
    color: #FFF;
}
.subdomain-item .more a:hover {
    background-color: #e00012;
}
.subdomain-item:hover .subdomain-item-hover {
    opacity: 0.7;
}
.subdomain-item-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: linear 0.3s;
}
.subdomain-item-hover a {
    display: block;
    position: absolute;
    width: 80px;
    margin: auto;
    height: 30px;
    text-align: center;
    color: #FFF;
    border: #FFF solid 2px;
    line-height: 30px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -40px;
}
.subdomain-item-hover a:hover {
    color: #000;
    background-color: #FFF;
    font-weight: bold;
}
.subdomain-item-hover i {
    text-align: center;
    color: #FFF;
    font-size: 60px;
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    padding: 0;
}
.subdomain-link {
    position: relative;
}
.subdomain-link-list {
    position: relative;
    width: 20%;
    float: left;
}
.subdomain-link.tw-news .subdomain-link-list {
    width: 16.6666667%;
}
.subdomain-link-list:hover .subdomain-item-hover {
    opacity: 0.7;
}
.subdomain-link-list figure {
    position: relative;
    transition: linear 0.3s;
}
.subdomain-link-list figure img {
    width: 100%;
    height: auto;
    display: block;
}
.subdomain-link-list h2 {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.subdomain-link-list h2 a {
    display: block;
    color: #FFF;
    padding: 10px;
}

/*麵包屑*/

.brcome {
    position: relative;
    padding: 5px 3%;
    color: #999;
    text-align: right;
}
.brcome a {
    padding: 0px 3px;
    color: #666;
}
.brcome a:hover {
    color: #000;
}
.brcome span.here {
    color: #e00012;
    padding: 0px 3px;
}
.brcome i {
    font-size: 16px;
}
.inside-content {
    position: relative;
    /*width:90%;*/
    /*margin:auto;*/
    padding: 10px 3% 20px 0px;
}
.sub-menu {
    width: 25%;
    float: left;
    position: relative;
}
.submenu-phone {
    display: none;
}

/*右欄*/

.inside-right {
    width: 72%;
    float: right;
    position: relative;
    padding-bottom: 20px;
    background-color: #FFF;
    border-radius: 10px;
    min-height: 500px;
}
.inside-title {
    font-size: 22px;
    line-height: 26px;
    padding: 0px 0px 10px 0px;
    margin-bottom: 20px;
    border-bottom: #003 solid 2px;
    font-weight: bold;
}
.inside-right-content {
    position: relative;
    padding-bottom: 20px;
}
.inside-right-content h2 {
    font-size: 18px;
    color: #C63;
}
.inside-right-content h3 {
    font-size: 16px;
}
.inside-right-content ul,
.inside-right-content ol,
.inside-right-content li {
    margin: 10px 0px 15px 25px;
    position: relative;

}
.inside-right-content ul li {
    /*list-style: disc outside;*/
    padding: 0px 0px 6px 0px;
    margin: 0px;
}
.inside-right-content ul li ol li {
    /*list-style: decimal outside;*/
    padding: 0px 0px 6px 0px;
    margin: 0px;
}
.inside-right-content ol li {
    /*list-style: decimal outside;*/
    padding: 0px 0px 6px 0px;
    margin: 0px;
}
.inside-right-content ol li ul li {
    /*list-style: disc outside;*/
    padding: 0px 0px 6px 0px;
    margin: 0px;
}
ul.content-item li {
    list-style: url(../images/share/menu_arrow.png);
}
.inside-right-content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.inside-right-content time {
    color: #C33;
}
.inside-right-content table {
    margin: 15px 0px;
    border-top: #CCC solid 1px;
    border-right: #CCC solid 1px;
}
.inside-right-content table tr td,
.inside-right-content table tr th {
    padding: 3px;
    border-bottom: #CCC solid 1px;
    border-left: #CCC solid 1px;
}
.inside-right-content table thead tr td,
.inside-right-content table thead tr th {
    font-weight: bold;
    color: #FFF;
    padding: 3px;
}
.inside-right-content table thead tr td img,
.inside-right-content table thead tr th img {
    vertical-align: middle;
}
.inside-right-content table tbody tr td,
.inside-right-content table tbody tr th,
.inside-right-content table tr td {
    padding: 3px;
    position: relative;
}
.inside-content-bg {
    position: relative;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 10px;
}
.inside-content-bg .ir-download-list:last-child {
    border: none;
}

/*頁碼*/

.page {
    position: relative;
    padding-top: 30px;
    text-align: left;
}
.page span {
    display: inline-block;
    width: 30px;
    border: #eee solid 2px;
    text-align: center;
    line-height: 30px;
    color: #777;
    font-weight: bold;
}
.page a {
    display: block;
    text-align: center;
    color: #777;
}
.page a:hover,
.page a.this {
    background-color: #00377e;
    color: #fff;
}
.page i {
    padding: 0px;
    font-size: 16px;
}
.page p {
    color: #999;
}

/*list*/

.inside-list {
    padding: 5px 0px;
    position: relative;
    clear: both;
}
.inside-list.small {
    width: 50%;
    float: left;
    clear: none;
}
.inside-list-name {
    padding: 5px 1%;
    position: relative;
    width: 18%;
    float: left;
    background-color: #eee;
    font-weight: bold;
    border-radius: 3px;
}
.inside-list-info {
    padding: 5px 0px;
    position: relative;
    width: 79%;
    float: right;
}
.inside-list.small .inside-list-name {
    width: 38%;
}
.inside-list.small .inside-list-info {
    width: 55%;
    margin-right: 3%;
}
.line {
    height: 1px;
    margin: 20px 0px;
    background: -moz-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 1) 10%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 1) 51%, rgba(204, 204, 204, 1) 90%, rgba(204, 204, 204, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 1) 10%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 1) 51%, rgba(204, 204, 204, 1) 90%, rgba(204, 204, 204, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 1) 10%, rgba(204, 204, 204, 1) 50%, rgba(204, 204, 204, 1) 51%, rgba(204, 204, 204, 1) 90%, rgba(204, 204, 204, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc', GradientType=1);
    /* IE6-9 */
}

/*內頁的聯絡人資訊*/

.content-info-title {
    padding-top: 25px;
    padding-bottom: 10px;
    color: #C63;
}
.content-area {
    position: relative;
    width: 47%;
    padding: 0;
    float: left;
    margin-bottom: 20px;
}
.content-area-list {
    position: relative;
}
.content-area-list-name {
    position: relative;
    width: 24%;
    font-weight: bold;
    float: left;
}
.content-area-list-info {
    position: relative;
    width: 74%;
    float: right;
}
.content-area:nth-child(even) {
    border-left: #CCC dotted 1px;
    padding: 0 0% 0 5%;
}
.content-area:nth-child(odd) {
    clear: both;
}

/*茅點*/

.content-tab {
    position: relative;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    background: linear-gradient(to bottom, #fefefe 10%, #eee 100%);
    display: block;
    box-shadow: #ddd 0px 3px 5px;
    text-align: center;
    padding: 15px 0px;
}
.content-tab ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}
.content-tab ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 24.5%;
    display: inline-block;
    border-right: #999 dotted 1px;
    box-sizing: border-box;
    font-size: 16px;
}
.content-tab ul li a {
    display: block;
    color: #00377e;
}
.content-tab ul li a:hover {
    display: block;
    color: #e00012;
}
.content-tab ul li:last-child {
    border: none;
}

/*----------轉投資事業----------*/

.business-fenc {
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.business-fenc h2 {
    padding-bottom: 15px;
}
.business-fenc:after {
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #66CCCC;
    content: "";
    bottom: -10px;
    left: 50%;
}
.business-subcompany {
    position: relative;
    margin-top: 10px;
    border: #66CCCC solid 2px;
    border-radius: 10px;
}
.business-subcompany-list {
    position: relative;
    width: 30.33333%;
    float: left;
    padding: 1.5%;
    transition: linear 0.3s;
}
.business-subcompany-list:hover {
    opacity: 0.7;
}
.business-subcompany-list:hover h2 i {
    margin-left: 10px;
}
.business-subcompany-list figure {
    position: relative;
}
.business-subcompany-list figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.business-subcompany-list h2 {
    font-weight: normal;
    padding-bottom: 0;
    position: relative;
}
.business-subcompany-list.en h2 {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
}
.business-subcompany-list h2 a {
    color: #069;
}

/*----------投資人專區----------*/


/*股價快訊*/

.quick-stock {
    position: absolute;
    width: 75%;
    background-color: rgba(255, 204, 0, 0.8);
    padding: 5px;
    right: 0;
    top: -60px;
    height: 50px;
}
.quick-stock-title {
    width: 12%;
    font-size: 16px;
    float: left;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}
.quick-stock-info {
    width: 35%;
    height: 100%;
    float: left;
    padding: 0px 1%;
    margin-right: 1%;
    border-right: #ffe88a solid 1px;
    border-left: #ffe88a solid 1px;
    font-weight: bold;
}
.quick-stock-des {
    width: 49%;
    height: 100%;
    float: left;
    padding-top: 5px;
    font-weight: bold;
}
.ir-link {
    position: relative;
    width: 30%;
    float: left;
    padding: 10px 1.5% 30px 1.5%;
}
.ir-link-content {
    position: relative;
    height: 180px;
    text-align: center;
}
.ir-link-content i {
    font-size: 60px;
    display: block;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #00377e;
    transition: linear 0.3s;
    padding-bottom: 10px;
}
.ir-link-content:hover i {
    color: #e00012;
}
.ir-link-content h3 {
    font-size: 16px;
    padding: 4px 0px;
}
.ir-link .index-csr-more a {
    width: 100px;
    border-radius: 3px;
}

/*近期檔案下載*/

.ir-download {
    position: relative;
    padding: 20px 0px;
    border-top: #CCC solid 1px;
}
.ir-download h2 {
    font-size: 18px;
    padding-bottom: 10px;
}
.ir-download-list {
    position: relative;
    padding: 10px 0px;
    border-bottom: #CCC dotted 1px;
}
.ir-download-list time {
    width: 15%;
    float: left;
    color: #00377e;
    padding: 3px 0px;
    display: block;
}
.ir-download-list h3 {
    width: 70%;
    float: left;
    padding: 3px 0px;
    margin: 0;
    font-size: 16px;
}
.ir-download-list h3 a {
    display: block;
    color: #000;
    /*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
}
.ir-download-list h3 a:hover {
    color: #e00012;
}
.ir-download-list h3 a i {
    color: #00377e;
    font-size: 14px;
}
.ir-download-btn {
    width: 13%;
    float: right;
}
.ir-download-btn a {
    display: block;
    background-color: #00377e;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}
.ir-download-btn a:hover {
    background-color: #e00012;
}
.ir-download-btn i {
    font-size: 16px;
}


/*add 20221212 by Vivi*/
.ir-play-btn {
    width: 13%;
    float: right;
	margin-left: 0px;
	margin-right: 20px;

}
.ir-play-btn a {
    display: block;
    background-color: #0078BD;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}
.ir-play-btn a:hover {
    background-color: #e00012;
}
.ir-play-btn i {
    font-size: 16px;
}
/*add 20221212 by Vivi end */

/*聯絡人資訊*/

.gray-bg {
    background-color: #f5f5f5;
    padding: 20px 2% 20px 2%;
}
.gray-bg h2 {
    font-size: 18px;
    padding-bottom: 15px;
    width: 92%;
    margin: auto;
}
.gray-bg h2 i.icon-contact {
    font-size: 30px;
}
.ir-contact {
    position: relative;
    margin: 0 10px;
}
.ir-contact-list-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: #CCC solid 1px;
    font-weight: bold;
    font-size: 16px;
}
.ir-contact-list {
    position: relative;
    margin: 0;
    padding: 0;
}
.ir-contact-list-name {
    position: relative;
    width: 26%;
    float: left;
    font-weight: bold;
}
.ir-contact-list-info {
    position: relative;
    width: 72%;
    float: right;
}

/*股價資訊*/

.ir-link-content figure {
    position: relative;
    width: 70%;
    margin: auto;
}
.ir-link-content figure img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: linear 0.3s;
}
.ir-link-content:hover figure img {
    opacity: 0.7;
}

/*營收統計表*/

.unit {
    width: 200px;
    float: left;
    position: relative;
    color: #666;
    padding-bottom: 20px;
    padding-top: 5px;
}
.total-year {
    width: auto;
    float: right;
    position: relative;
    text-align: right;
    padding-bottom: 20px;
}
.statistics-list {
    position: relative;
    border-bottom: #CCC dotted 1px;
    border-left: #CCC dotted 1px;
    border-right: #CCC dotted 1px;
}
.statistics-list:nth-child(2n+1) {
    background-color: #f5f5f5;
    background: linear-gradient(to bottom, #f5f5f5 10%, #eee 100%);
}
.statistics-list:hover {
    background-color: #ddd;
    background: linear-gradient(to bottom, #eee 10%, #ddd 100%);
}
.statistics-list.title {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    background-color: #069;
    background: linear-gradient(to bottom, #069 10%, #069 100%);
    border-radius: 3px;
    border: none;
    margin-top: 10px;
}
.statistics-list.title .statistics-list-info,
.statistics-list.title .statistics-list-info-b {
    float: left;
    text-align: center;
    padding: 1%;
    /*border-left: #FFF dotted 1px;*/
    box-sizing: border-box;
}
.statistics-list-year {
    text-align: center;
    border-bottom: #FFF dotted 1px;
    padding: 5px 0px;
}
.statistics-list-name {
    width: 20%;
    float: left;
    text-align: center;
    padding: 1%;
    box-sizing: border-box;
}
.statistics-list-info {
    width: 40%;
    float: left;
    text-align: center;
    padding: 1%;
    box-sizing: border-box;
}
.statistics-list-info-b {
    width: 35%;
    float: left;
    text-align: left;
    padding: 1%;
    box-sizing: border-box;
}
.statistics-list-info ol,
.statistics-list-info ul,
.statistics-list-info-b ol,
.statistics-list-info-b ul {
    margin-top: 0;
}
.statistics-list-info p {
    padding: 0;
    margin: 0;
}

/*股價資訊*/

.quick-stock.ir-stock {
    position: relative;
    width: 96%;
    margin: auto;
    background-color: rgba(255, 204, 0, 0.7);
    padding: 10px 2%;
    right: inherit;
    top: inherit;
    height: auto;
    border-radius: 5px;
}

/*股利政策暨股利分派*/

.dividend-year,
.dividend-list-info.total {
    width: 17%;
    position: relative;
    float: left;
    padding: 5px 0px;
    text-align: center;
}
.statistics-list.title .dividend-year,
.statistics-list.title .dividend-list-info.total {
    line-height: 48px;
    border-left: #FFF solid 1px;
}
.statistics-list.title .dividend-list-info {
    height: 48px;
    border-left: #FFF solid 1px;
}
.dividend-list {
    width: 42%;
    float: left;
    padding: 0px 0px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.dividend-list-name {
    width: 100%;
    border-bottom: #FFF solid 1px;
    border-left: #FFF solid 1px;
    padding: 5px 0px;
    height: 22px;
}
.dividend-list-info {
    width: 32%;
    float: left;
    padding: 5px 0px;
    /*border-left: #FFF solid 1px;*/
    height: 22px;
    text-align: center;
}

/*---------------公司治理---------------*/


/*董事會成員*/

time.gov-member-date {
    color: #666;
    text-align: right;
    position: relative;
    width: 100%;
    display: block;
}
.statistics-list.gov .statistics-list-name {
    width: 20%;
}
.statistics-list.gov .statistics-list-info {
    width: 16.5%;
}
.statistics-list.gov .statistics-list-info-b {
    width: 46%;
}

/*董事會重大決議*/

.statistics-list.resolution .statistics-list-name {
    width: 22%;
    color: #00377e;
}
.statistics-list.resolution .statistics-list-info {
    width: 56%;
    text-align: left;
}
.statistics-list.resolution.title .statistics-list-name {
    border-right: #FFF dotted 1px;
    color: #fff;
}
.statistics-list.resolution.title .statistics-list-info {
    border: none;
    text-align: center;
}

/*---------------關於遠東新--------------*/


/*公司介紹*/

.about-declaration {
    font-size: 17px;
    color: #00377e;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    font-style: italic;
}

/*----------研究發展中心----------*/


/*聯絡人資訊*/

.gray-bg.research {
    padding: 20px 10%;
}
.gray-bg.research .ir-contact-list {
    width: 40%;
    margin: 0 10% 0 0%;
}
.gray-bg.research .ir-contact-list-title {
    font-size: 16px;
}
.gray-bg.research .ir-contact-list p {
    font-size: 14px;
}

/*研發組織*/

#chartContainer {
    height: 400px;
    width: 100%;
}
.training {
    position: relative;
    width: 100%;
    overflow: auto;
}

/*研發領域及新產品*/

.reacher-list {
    position: relative;
    padding: 0;
    border-bottom: #CCC solid 1px;
}
.reacher-list.title,
.reacher-list.title .reacher-list-name {
    background-color: #333;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
.reacher-list-name {
    position: relative;
    width: 18%;
    float: left;
    font-weight: bold;
    color: #09C;
    padding: 8px 1%;
    font-size: 16px;
}
.reacher-list-direction {
    position: relative;
    width: 38%;
    float: left;
    padding: 8px 1%;
}
.reacher-list-new {
    position: relative;
    width: 38%;
    float: left;
    padding: 8px 1%;
}
.reacher-list-new ul {
    margin: 0 0 0 20px;
}
.reacher-list-new a {
    display: inline-block;
    background-color: #09C;
    padding: 0px 5px;
    color: #FFF;
    border-radius: 3px;
    margin-left: 3px;
}
.reacher-list-new a:hover {
    background-color: #e00012;
}

/*交通地理資訊*/

.map-left {
    width: 40%;
    float: left;
    position: relative;
}
.map-left i {
    font-size: 18px;
    color: #069;
}
.map-right {
    width: 58%;
    float: right;
    position: relative;
}
.map-right img {
    width: 100%;
    height: auto;
}

/*----------新聞中心----------*/

.news-time {
    display: block;
    position: relative;
    width: 45%;
    float: left;
    padding-bottom: 15px;
}
.news-source {
    display: block;
    position: relative;
    width: 45%;
    float: right;
    text-align: right;
    color: #666;
    padding-bottom: 15px;
}
.ir-download-list span.top {
    background-color: #C33;
    padding: 0px 5px;
    color: #FFF;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 3px;
}

/*聯絡人資訊*/

.gray-bg.news-contact .ir-contact-list {
    width: 24%;
    margin: 0 1% 0 0%;
}

/*上一篇下一篇*/

.pre-next {
    position: relative;
    color: #666;
}
.pre-next span {
    display: inline-block;
    border: #ccc solid 2px;
    color: #999;
    width: 80px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin: 0px 3px;
}
.pre-next a {
    display: block;
    color: #999;
}
.pre-next a:hover {
    color: #fff;
    background-color: #069;
}
.pre-next i {
    margin: 0;
    padding: 0;
}

/*----------人力資源----------*/


/*職缺介紹*/

.choose-job {
    position: relative;
    text-align: right;
    padding-bottom: 15px;
}
.choose-job select option {
    background-color: #f5f5f5;
}

/*薪資水準*/

.salary-list {
    position: relative;
    width: 46%;
    float: left;
    margin: 0px 0.5% 10px 0.5%;
    padding: 1%;
    border: #FC3 solid 1px;
    background-color: #fff;
    background: linear-gradient(to bottom, #fff 20%, #fff 80%, #fff 100%);
    border-radius: 3px;
    transition: linear 0.3s;
}
.salary-list:hover {
    background-color: #f5f5f5;
    background: linear-gradient(to bottom, #fff 20%, #f5f5f5 80%, #eee 100%);
}
.salary-list-pic {
    color: #F60;
    text-align: center;
    font-weight: bold;
    position: relative;
    height: 210px;
}
.salary-list-pic img {
    width: auto;
    height: 100%;
}
.salary-list-info {
    font-weight: bold;
    padding-top: 16px;
    position: relative;
    text-align: center;
    height: 44px;
}
.salary-list-s {
    position: relative;
    width: 20%;
    float: left;
    margin: 10px 0.5% 10px 0.5%;
    padding: 1%;
    transition: linear 0.3s;
    text-align: center;
}
.salary-list-s i {
    font-size: 50px;
    color: #00377e;
    display: block;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    padding: 0;
    transition: linear 0.3s;
}
.salary-list-s:hover i {
    color: #e00012;
}

/*遠東生活*/

.life-bg {
    position: relative;
    border: #eee solid 1px;
    border-radius: 3px;
    background-color: #f5f5f5;
    background: linear-gradient(to bottom, #fff 20%, #f5f5f5 80%, #eee 100%);
    padding: 10px;
    margin-bottom: 15px;
}
.life-bg .salary-list-s {
    position: relative;
    width: 23%;
    float: left;
    margin: 0px 0 10px 0;
    padding: 1%;
    border-bottom: #ddd solid 1px;
    height: 150px;
}
.life-bg .salary-list-s:nth-child(5n),
.life-bg .salary-list-s:nth-child(6n),
.life-bg .salary-list-s:nth-child(7n),
.life-bg .salary-list-s:nth-child(8n) {
    border-bottom: none;
    height: 110px;
}
.life-bg .salary-list-s i {
    font-size: 50px;
    color: #00377e;
    display: block;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    padding: 0;
    transition: linear 0.3s;
}
.life-bg .salary-list-s:hover i {
    color: #e00012;
}
.life-list {
    position: relative;
    width: 10.5%;
    float: left;
    text-align: center;
    padding: 10px 0%;
    margin: 2px;
    background-color: #069;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
    height: 80px;
}
.life-list i {
    display: block;
    font-size: 32px;
    text-align: center;
    padding: 0;
    line-height: 50px;
}

/*學習與發展*/

.learn-left {
    position: relative;
    /*width:40%;
	float: left;*/
    text-align: center;
}
.learn-left img {
    max-width: 488px;
    width: 100%;
    height: auto;
}
.learn-right {
    position: relative;
    /*width:58%;
	float: right;*/
}
.learn-right h3 {
    display: inline-block;
    background-color: #00377e;
    padding: 0px 10px;
    border-radius: 3px;
    color: #FFF;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

/*校際計畫*/

.statistics-list.plan .statistics-list-name {
    width: 20%;
}
.statistics-list.plan .statistics-list-info {
    width: 20%;
}
.statistics-list.plan .statistics-list-info.date {
    width: 40%;
}

/*越南菁英招募*/

.vn-list {
    position: relative;
    width: 17%;
    float: left;
    margin: 10px 0.5% 10px 0.5%;
    padding: 1%;
    transition: linear 0.3s;
    text-align: center;
}
.vn-list i {
    font-size: 50px;
    color: #00377e;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    padding: 0;
    transition: linear 0.3s;
}
.vn-list:hover i {
    color: #e00012;
}
.vn-list.recruit {
    width: 22%;
}
.vn-btn {
    position: relative;
    padding-top: 20px;
}
.vn-btn a {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #e00012;
    padding: 10px 0;
    border-radius: 3px;
    margin: auto;
}
.vn-btn a:hover {
    background-color: #09C;
}

/*----------聯絡資訊----------*/


/*聯絡表單*/

.contact-list {
    position: relative;
    padding-bottom: 10px;
    clear: both;
}
.contact-list-name {
    width: 13%;
    float: left;
    font-weight: bold;
    padding-top: 8px;
    position: relative;
}
.contact-list-info {
    width: 85%;
    float: left;
    position: relative;
}
.contact-list-info img {
    vertical-align: middle;
}
.contact-list.half {
    width: 50%;
    float: left;
    clear: none;
}
.contact-list.half .contact-list-name {
    width: 26%;
}
.contact-list.half .contact-list-info {
    width: 70%;
    float: left;
}
.contact-list select {
    background-color: #eee;
    border: none;
    padding: 8px;
}
.contact-list input[type="text"],
.contact-list textarea {
    background-color: #eee;
    border: none;
    padding: 8px;
    width: 97%;
}
.contact-list.half input[type="text"] {
    background-color: #eee;
    border: none;
    padding: 8px;
    width: 92%;
}
.contact-list input[type="text"]#coad {
    width: auto;
}
.contact-list-btn {
    text-align: center;
    padding-top: 10px;
}

/*利害關係人聯絡資訊*/

.statistics-list.contact .statistics-list-name {
    width: 19%;
    text-align: left;
    font-size: 14px;
}
.statistics-list.contact .statistics-list-info {
    width: 18%;
    text-align: left;
    font-size: 14px;
}
.statistics-list.contact .statistics-list-info.sec {
    width: 30%;
    text-align: left;
    font-size: 14px;
}
.statistics-list.contact .statistics-list-info-b {
    width: 33%;
    text-align: left;
    font-size: 14px;
}

/*----------企業社會責任----------*/

.inside-right-content.csr table {
    margin: 15px 0px;
   border-top: none;
    border-right: none;
}

/*.inside-right-content.csr table thead tr td, .inside-right-content.csr table thead tr th {
	font-weight: bold;
	color: #FFF;
	padding: 3px;
	background-color:#069;
}*/

.inside-right-content.csr table tr td,
.inside-right-content.csr table tr th {
    padding: 3px;
   border-bottom: none;
    border-left: none;
}
.inside-right-content.csr h2 {
    color: #C63;
}
.csr-video {
    width: 55%;
    float: left;
}
.csr-video video {
    display: block;
}
.csr-icon-area {
    position: relative;
    width: 45%;
    float: right;
    padding: 2% 0;
}
.csr-icon {
    position: relative;
    width: 33.3333%;
    padding: 2.8% 8px;
    float: left;
    text-align: center;
    transition: linear 0.3s;
    box-sizing: border-box;
}
.csr-icon:hover {
    opacity: 0.6;
}
.csr-icon figure {
    position: relative;
    display: block;
    margin: 0px auto 5px auto;
    padding: 0px;
    width: 60%;
    text-align: center;
}
.csr-icon figure img {
    width: 100%;
    height: auto;
    display: block;
}
.csr-icon p {
    padding: 0;
}
.csr-icon a {
    color: #000;
    font-size: 16px;
}
.subdomain-link-list.csr {
    width: calc(100% / 7 - 0.01%);
}
.subdomain-link-list.csr figure {
    position: relative;
    transition: linear 0.3s;
    padding-top: 40px;
}
.subdomain-link-list.csr h2 {
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.subdomain-link-list.csr.en h2 {
    font-size: 12px;
}
.subdomain-link-list.csr h2 a {
    padding: 0px;
}
.subdomain-link-list.csr h2.interactive {
    background-color: #e68112;
}
.subdomain-link-list.csr h2.question {
    background-color: #1caaaa;
}
.subdomain-link-list.csr h2.report {
    background-color: #1c98ce;
}
.subdomain-link-list.csr h2.csr-contact {
    background-color: #8bbb36;
}
.subdomain-link-list.csr h2.csr-news {
    background-color: #093875;
}
.subdomain-link-list.csr h2.epaper {
    background-color: #920783;
}
.subdomain-link-list.csr h2.video {
    background-color: #d82d55;
}
.subdomain-link-list.csr h2 i {
    font-size: 24px;
    font-weight: normal;
}

/*csr新聞*/

.inside-right.csr {
    width: 70%;
    float: right;
    position: relative;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px 2% 20px 2%;
}
.inside-right.csr .brcome {
    position: relative;
    padding: 0px 0% 15px 0px;
    color: #999;
    text-align: right;
}
.csr-news-list {
    position: relative;
    width: 23.5%;
    padding: 5px;
    margin: 5px 0.5%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.csr-news-list figure {
    position: relative;
}
.csr-news-list figure img {
    width: 100%;
    height: auto;
}
.csr-news-list time {
    color: #003399;
    padding-top: 5px;
    font-weight: bold;
}
.csr-news-list h3 a {
    font-size: 16px;
    color: #000;
}
.csr-news-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: linear 0.3s;
}
.csr-news-hover a {
    display: block;
    position: absolute;
    width: 80px;
    margin: auto;
    height: 30px;
    text-align: center;
    color: #FFF;
    border: #FFF solid 2px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -40px;
}
.csr-news-hover a:hover {
    color: #000;
    background-color: #FFF;
    font-weight: bold;
}
.csr-news-list:hover .csr-news-hover {
    opacity: 0.7;
}

/*線上問卷*/

.question-form {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.question-form h3 {
    color: #fff;
    background-color: #00377e;
    padding: 6px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.question-form ul {
    position: relative;
    padding: 0px 0 15px 0;
    margin: 0px 0 10px 0;
    border-bottom: #CCC dotted 1px;
}
.question-form ul li {
    position: relative;
    padding: 0 0 10px 0;
    margin: 0;
    list-style: none;
    width: 33.3%;
    float: left;
    display: block;
}
.question-list {
    position: relative;
    padding-bottom: 10px;
    border-bottom: #CCC dotted 1px;
    margin-bottom: 10px;
}
.question-list.half {
    width: 50%;
    float: left;
}
.question-list textarea {
    width: 100%;
    margin-bottom: 15px;
}
.question-list-name01 {
    width: auto;
    float: left;
    font-weight: bold;
    padding-top: 5px;
}
.question-list-info01 {
    width: 60%;
    padding-left: 10px;
    float: left;
}
.question-form .question-list-info01 input[type="text"] {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
}
.question-list-name02 {
    width: 70%;
    float: left;
    font-weight: bold;
    padding-top: 5px;
}
.question-list-info02 {
    width: 28%;
    float: right;
    text-align: right;
    padding-top: 5px;
}
.question-list-name03 {
    width: 56%;
    float: left;
    font-weight: bold;
    font-size: 16px;
}
.question-list-name03 span {
    display: block;
    padding-left: 18px;
}
.question-list-info03 {
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", "新細明體";
    width: 42%;
    float: right;
    text-align: right;
    color: #666;
    font-weight: bold;
    padding-top: 10px;
}
.question-list-info03 input[type="radio"],
.question-form input[type="checkbox"],
.question-form input[type="radio"] {
    transform: scale(1.5, 1.5);
}

/*下載專區*/

.report-download-list {
    position: relative;
    padding: 10px 0px;
    width: 20.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 2% 15px 2%;
}
.report-download-list figure {
    position: relative;
}
.report-download-list figure img {
    width: 100%;
    height: auto;
    display: block;
}
.report-download-list h3 {
    font-size: 16px;
    height: 44px;
    overflow: hidden;
    text-align: center
}
.report-download-list h3 a {
    display: block;
    color: #000;
}
.report-download-list h3 a:hover {
    color: #e00012;
}
.report-download-btn {
    width: 48%;
    float: left;
    margin: 1%;
}
.report-download-btn a {
    display: block;
    background-color: #00377e;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}
.report-download-btn a:hover {
    background-color: #e00012;
}
.report-download-chapters {
    /*width: 46%;
	float: left;
	margin: 0px 2%;*/
    border-bottom: #CCC dotted 1px;
}
.report-download-chapters h3 {
    font-size: 16px;
    width: 82%;
    float: left;
}
.report-download-chapters h3 a {
    color: #000;
}
.report-download-chapters h3 a:hover {
    color: #e00012;
}
.report-download-chapters .report-download-btn {
    width: 15%;
    float: right;
}
.report-chapters-title {
    background-color: #09c;
    color: #FFF;
    padding: 10px;
    border-radius: 3px;
}
.chapters-btn {
    position: relative;
    padding-top: 20px;
}
.chapters-btn a {
    display: block;
    width: 130px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border: #999 solid 2px;
    padding: 5px 10px;
    border-radius: 3px;
}
.chapters-btn a:hover {
    background-color: #e00012;
    color: #fff;
    border: #e00012 solid 2px;
}

/*註解*/

ul.star li:before,
ol.star li:before {
    content: "*";
    position: absolute;
    left: -23px;
    font-size: 12px;
    display: inline-block;
    margin-top: -3px;
}

/*--------------------英文版-------------------*/

.sitemap.en .sitemap-list {
    width: 24%;
    padding-right: 1%;
    padding-bottom: 10px;
}
.sitemap.en .sitemap-list:nth-child(6) {
    clear: both;
}

/*企業社會責任*/

.csr-icon-area.en {
    padding: 1.5% 0;
}
.csr-icon-area.en .csr-icon a {
    font-size: 14px;
}
.csr-icon-area.en .csr-icon figure {
    width: 57%;
}

/*茅點*/

.content-tab.en {
    /*text-align: left;*/
}
.content-tab.en ul li {
    position: relative;
    padding: 5px 10px;
    width: auto;
    display: inline-block;
    /*border-right: none;*/
    box-sizing: border-box;
    font-size: 15px;
}

/*投資人關係*/

.ir-link-content.en {
    height: 220px;
}

/*股價快訊*/

.quick-stock.en {
    top: -80px;
    height: 70px;
    width: 70%;
}
.quick-stock.en .quick-stock-title {
    width: 10%;
}
.quick-stock.en .quick-stock-info {
    width: 40%;
    padding: 10px 1% 0px 1%;
    box-sizing: border-box;
}
.quick-stock.en .quick-stock-des {
    width: 45%;
}

/*股價資訊*/

.quick-stock.ir-stock-en {
    position: relative;
    width: 98%;
    margin: auto;
    background-color: rgba(255, 204, 0, 0.7);
    padding: 10px 1%;
    right: inherit;
    top: inherit;
    height: auto;
    border-radius: 5px;
}
.quick-stock.ir-stock-en .quick-stock-title {
    width: 10%;
}
.quick-stock.ir-stock-en .quick-stock-info {
    width: 35%;
    padding: 10px 1% 10px 1%;
    box-sizing: border-box;
}
.quick-stock.ir-stock-en .quick-stock-des {
    width: 45%;
    box-sizing: border-box;
}

/*董事會成員*/

.statistics-list.gov.en .statistics-list-name {
    width: 15%;
}
.statistics-list.gov.en .statistics-list-info-b {
    width: 51%;
}

/*新聞*/

.subdomain-link.news-en .subdomain-link-list {
    position: relative;
    width: 25%;
    float: left;
}

/**/

.h1hide {
    display: none;
}

/*2022.08.02 Add*/
.search{
    padding-top: 8px;
}
.btnSearch{
    color: #fff;
    background: #00377e;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.btnSearch:hover{
    background: #e00012;
}
.btnSearch svg{
    fill: #FFFFFF;
}