body {
    margin: 0;
    padding: 0;
    font-family: 'NotoSansTC';
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('../fonts/NotoSansTC-Regular.otf') format('truetype');
}

hr {
    border: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.main_content {
    width: 1200px;
}

button {
    cursor: pointer;
}

.nav_active {
    color: #F7B500 !important;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_column {
    flex-direction: column;
}

header {
    width: 100%;
    height: 100px;
    background-color: #B9153D;
    z-index: 99;
    transition: 400ms;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}


.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_content .header_ul {
    display: flex;
}

.header_content .header_ul a {
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-size: 16px;
}

.header_content .header_ul a:hover {
    color: #F7B500;
    transition: 400ms;
}

.container {
    height: 1000px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 50px 0 30px 0;
    width: 100%;
}

.footer_contact_info {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 14px;
}

.hr_title {
    background-color: #B9153D;
    height: 5px;
    width: 42px;
    margin: 15px 0;
}

.title_index {
    font-size: 30px;
}

.contact_link {
    color: #B9153D;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

#phone_menu_icon {
    display: none;
}

.nav-menu {
    display: none;
}

.nav-menu.show {
    max-height: 650px;
}

.index_banner {
    height: 710px;
}

.index_banner h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    font-family: 'FFScala-Bold';
    text-align: center;
}

.header_email_box {
    height: 60px;
    background-color: #eeeeee
}

.header_email {
    text-align: right;
}

.contact_a {
    color: #B9153D;
}

.index_data {
    padding: 50px 0;
    background-color: #E6E6E6;
}

.footer_logo {
    height: 45px;
}

.footer_about {
    width: 600px;
}

.footer_about p {
    letter-spacing: 2px;
    line-height: 34px;
    margin-top: 15px;
}

.footer_nav {
    display: flex;
    margin-top: 35px;
}

.footer_nav li {
    margin: 15px 0;
}

.footer_nav a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 2PX;
}

.footer_nav ul {
    margin-left: 55px;
}

.footer_nav a:hover {
    color: #F7B500;
    transition: 400ms;
}

.copyright_box {
    margin-top: 30px;
}

.detail_title {
    font-size: 40px;
    font-weight: normal;
    padding: 30px 0;
}

.detail_hr {
    background-color: #54595F;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}

.sub_detail_hr {
    background-color: #d5d5d5;
    height: 1px;
    width: 100%;
    margin: 30px 0;
}

.index_contact_item {
    width: 50%;
    height: 300px;
}

.index_career_bg {
    background-color: #cccccc;
}

.index_contact_bg {
    background-color: #B9153D;
}

.index_contact_item button {
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
    border: none;
    transition: 400ms;
}

.index_contact_item button:hover {
    background-color: #F7B500;
    color: #fff;
}

.index_contact_item p {
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 20px;
    text-transform: uppercase;
}

.index_career_bg button {
    background-color: #B9153D;
    color: #fff;
}

.index_career_bg p {
    color: #B9153D;
}

.index_contact_bg p {
    color: #F7B500;
}

.detail_sub_title {
    font-size: 26px;
    padding: 10px 0;
    line-height: 36px;
    font-weight: normal;
}

.contact_email {
    color: #000;
}



@media (min-width: 1920px) and (max-width: 2559px) {
    .main_content {
        width: 1600px;
    }

    .index_banner {
        height: 775px;
    }

    .index_banner h1 {
        font-size: 68px;
    }

    .index_banner_text p {
        font-size: 24px;
        line-height: 32px;
    }

    .index_banner_text button {
        padding: 15px 30px;
    }

    .title_index {
        font-size: 34px;
    }

    .header_content .header_ul a {
        font-size: 18px;
    }


}

@media (min-width: 2560px) {
    .main_content {
        width: 2000px;
    }

    .index_banner {
        height: 875px;
    }

    .index_banner h1 {
        font-size: 78px;
    }

    .index_banner_text p {
        font-size: 28px;
        margin-top: 25px;
        line-height: 36px;
    }

    .index_banner_text button {
        padding: 18px 35px;
        margin-top: 40px;
        font-size: 18px;
    }

    .title_index {
        font-size: 38px;
    }

    .header_content .header_ul a {
        font-size: 20px;
    }

}

@media screen and (max-width: 767px) {
    .header_nav {
        display: none;
    }

    .phone_flex_column {
        display: flex;
        flex-direction: column;
    }

    .footer_contact_info {
        width: 100%;
    }

    footer {
        padding: 15px;
        box-sizing: border-box;
    }

    .footer_about {
        width: 100%;
    }

    .main_content {
        width: 100%;
    }

    .phone_column_box {
        flex-direction: column;
    }

    .footer_nav {
        width: 100%;
    }

    header {
        padding: 15px;
        box-sizing: border-box;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
    }

    .logo {
        height: 25px;
    }

    #phone_menu_icon {
        display: block;
        width: 40px;
        height: 40px;
    }

    .nav-menu {
        width: 100%;
        position: fixed;
        top: 80px;
        display: flex;
        background: #f4f7f9;
        margin: 0;
        padding: 0;
        transition: max-height 0.2s ease-out;
        overflow: hidden;
        max-height: 0;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(186, 186, 186, 0.25);
    }

    .nav-menu a {
        color: #454545;
        padding: 18px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        border-top: 1px solid #dddcdc;

    }

    .nav-menu ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .index_contact_item p {
        font-size: 16px;
    }

    .index_contact_item {
        height: 270px;
    }

    .footer_nav {
        margin-top: 20px;
    }

    .copyright_box {
        font-size: 14px;
        margin-top: 20px;
    }

    .footer_about p {
        line-height: 28px;
    }

    .header_email_box {
        display: none;
    }

    .detail_title {
        margin-top: 80px;
        font-size: 26px;
        font-weight: normal;
        padding: 10px 0;
    }

    .detail_hr {
        margin: 10px 0;
    }

    .sub_detail_hr {
        margin: 10px 0;
    }
}