@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.dropdown-content {
    width: 190px;
}

.teamenwrd {
    writing-mode: vertical-lr;
}

@media screen and (max-width: 480px) {
    .teamenwrd {
        writing-mode: unset;
    }
}