@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);


* {
    font-family: 'Noto Sans TC', sans-serif;
}

body {
    width: 100%;
    height: 100%;
}

section {
    border-top-style: solid;
    border-top-width: thin;
    border-color: #ccc;
}

div {
    word-wrap: break-word;
    word-break: normal;

}

h1 {
    letter-spacing: 10px;
}

h2 {
    font-weight: normal;
}

h4 {
    font-size: 22px;
    letter-spacing: 3px;
}


h3,
p {
    letter-spacing: 2px;
}

p {
    word-break: break-all;
    letter-spacing: 2px;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

/* navbar */

b {
    font-size: 22px;
}

a {
    font-size: 18px;
    color: rgb(150, 150, 150);
}

.navbar-toggler-icon {
    width: 100%;
    height: 100%;
}

.navbar-nav li>a:hover,
.navbar-nav li>a:focus {
    background-color: rgb(236, 240, 240);
    color: rgb(104, 104, 104);
}

.navbar-nav li.active>a {
    font-weight: bold;
    color: #004b70;
}

.nav-item {
    width: 98px;
    position: relative;
}

.nav-item>a:before {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    background: rgb(236, 240, 240);
    position: absolute;
    margin-left: -9px;
    top: 11px;
}

/* header */

.headTitle {
    color: white;
    text-shadow: 3px 3px 10px rgba(23, 41, 61, 0.685);
    font-weight: bold;
    position: relative;
    top: 37%;
}

/* 小nav */

#currentDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* 超過範圍隱藏 */
    white-space: nowrap;
    /* 不斷行 */
}

#currentDiv ul li {
    display: inline;
    /* 水平排列 */
}

#currentDiv ul li a {
    display: inline-block;
    /* 水平內顯示為區塊 */
    text-decoration: none;
    line-height: 21px;
}

#currentDiv ul li a:before {
    content: ">";
    margin-left: 5px;
    margin-right: 5px;
}

.topSpace {
    width: 100%;
    height: 98px;
    background-color: #004b70;
    border-color: #004b70;
}

/* 首頁 */

/* header */
.brandIntro>img {
    display: block;
    height: auto;
    max-width: 100%;
    background-image: url('../img/header.PNG');
    background-repeat: no-repeat;
}

.videoIntro {
    border-bottom-style: solid;
    border-color: white;
    border-width: 5px;
}

/* 產品 */

#productSection {
    height: 500px;
    line-height: 500px;
    text-align: center;
    font-size: 30px;
    color: rgba(168, 168, 168, 0.685);
}

/* 品牌理念 */

.brandHeader {
    width: 100%;
    height: 250px;
    background-image: url('https://picsum.photos/2000/500?image=972');
    background-repeat: no-repeat;
    background-size: cover;
}

.brandTitle {
    letter-spacing: 10px;
    font-weight: bolder;
}

/* 公司簡介 */

.introHeader {
    widows: 100%;
    height: 250px;
    background-image: url('https://picsum.photos/2000/500?image=668');
    background-repeat: no-repeat;
    background-size: cover;
}

#introSection {
    height: auto;
    border-top-style: solid;
    border-top-width: thin;
    border-color: #ccc;
}

.intro-1 {
    height: auto;
}

.intro-2 {
    height: auto;
}

.intro-3 {
    height: auto;
}

.intro-1>p:before {
    content: "<i class="fas fa-angle-right"></i>";
}

.intro-2>p:before {
    content: "";
}

.intro-3>p:before {
    content: "<i class="fas fa-angle-right"></i>";
}

.intro-1>p:hover {
    background: white;
    font-size: 125%;
}

.intro-2>p:hover {
    background: white;
    font-size: 125%;
}

.intro-3>p:hover {
    background: white;
    font-size: 125%;
}

.text-bold {
    font-weight: bolder;
}



/* 最新消息 */

.btn-news {
    height: auto;
    width: 280px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.picHoverd:hover {
    filter: brightness(85%) grayscale(50%);
}

/* 技術演進 */

.year button>p:hover,
.year button>p:focus {
    background-color: rgb(233, 233, 233);
}

.evolutionHeader {
    width: 100%;
    height: 250px;
    background-image: url('../img/advantage-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#NTO {
    width: 100%;
    background: #004b70;
    border: none;
}

#timeOptions>.active {
    background-color: #004b703a;
}


.btn-title {
    position: relative;
    width: 100%;
    height: 30px;
    font-weight: 400;
    cursor: help;
    user-select: none;
    border: 1px solid transparent;
    font-size: 20px;
    letter-spacing: 3px;
}

.evoContent:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b70;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}


.evoContent {
    text-align: left;
    word-wrap: break-all;
    word-break: normal;
    font-size: 20px;
}

.evo-1:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b70;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.evo-2:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b70ec;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.evo-3:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b70da;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.evo-4:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b70c2;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.evo-5:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b70ab;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.evo-6:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b7088;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.evo-7:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b705d;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.evo-8:before {
    content: "";
    position: absolute;
    display: block;
    background: #004b703d;
    height: 30px;
    width: 30px;
    border-radius: 30px;
}

.timeLine {
    display: block;
    background-color: #004b7081;
    height: 80px;
    width: 2px;
    margin-left: 21px;
}

/* 徵才訊息 */

#recruitmentSection {
    border-top-style: solid;
    border-top-width: thin;
    border-color: #ccc;
}

.pic {
    filter: brightness(100%) grayscale(50%);
}

/* 頁腳 */

footer {
    width: 100%;
    height: 100%;
    background: #ddd;
    color: #686868;
}

#address {
    font-size: 23px;
    vertical-align: middle;
    position: absolute;
}

#phone {
    font-size: 26px;
    vertical-align: top;
    position: absolute;
}

.phone {
    padding-left: 30px;
}

#line {
    position: absolute;
    vertical-align: middle;
}

.line {
    padding-left: 33px;
}

#mail {
    font-size: 26px;
    vertical-align: middle;
    position: absolute;
}

.mail {
    padding-left: 32px;
}


.copyright {
    font-size: 10px;
    border-top-style: solid;
    border-width: 1px;
    border-color: #72727271;
}