﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

:root {
    --main-color: #3066d0;
    --hover-color: #1072e0;
    --text-color: #333333;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    overflow-x: hidden;
    font-family: "Roboto", "Noto Sans SC", "Noto Sans TC", sans-serif!important;
}

text,
.dxc-title,
.dxc-title text {
    font-weight: 300;
    font-family: "Roboto", "Noto Sans SC", "Noto Sans TC", sans-serif!important;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 22px;
}

.form-control {
    height: 39px;
    border-radius: 0;
}

.a-wrapper {
}

.a-lang {
    margin-bottom: 30px;
    column-gap: 20px;
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
    cursor: pointer;
}

.a-lang > div:hover {
    color: var(--main-color);
}

@media screen and (max-width: 1199px) {
    .table_02,
    .table_03,
    .table_04 {
        text-align: center!important;
    }

    /* .a-wrapper {
        padding: 0 20px;
    } */
}