@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
* {
    font-family: 微軟正黑體;
    letter-spacing: 1.5px;
}

a {
    text-decoration: none;
    color: black;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translate(0, -5%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes slide-fade1 {
    0% {
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes shakeleft {
    0% {
        opacity: 0.5;
        margin-left: -3%;
    }
    50% {
        margin-left: -5%;
        opacity: 1;
    }
    100% {
        opacity: 0.5;
        margin-left: -3%;
    }
}

@keyframes shakeright {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
    transition: all 0.5s ease;
}

.whiteFade-enter,
.whiteFade-leave-to {
    opacity: 0;
}

.whiteFade-enter-active {
    transition: all 1s ease;
}

.rightIn-enter {
    transform: translateX(10%);
    opacity: 0;
}

.rightIn-leave-to {
    opacity: 0;
}

.rightIn-enter-active {
    transition: all 0.8s ease;
}

.noEnterFade-enter,
.noEnterFade-leave-to {
    opacity: 0;
}

.noEnterFade-leave-active {
    transition: all 0.5s ease;
}

.noLeaveFade-enter,
.noLeaveFade-leave-to {
    opacity: 0;
}

.noLeaveFade-enter-active {
    transition: all 0.5s ease;
}

.loadingfade-leave-to {
    opacity: 0;
}

.loadingfade-leave-active {
    transition: all 0.5s ease;
}

a {
    display: flex;
}

.hp {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 610px) {
    .hp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.hp.no_pageid {
    width: 97.5%;
}

.hp .hpTop {
    position: relative;
    width: 100%;
    min-height: 28vw;
    margin-right: 30px;
    border-top: solid 1px #AAAAAA;
    border-bottom: solid 1px #AAAAAA;
    box-sizing: border-box;
    padding: 2vw 0;
    margin-bottom: 1vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media all and (max-width: 1200px) {
    .hp .hpTop {
        height: auto;
        min-height: 61vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-right: 0;
        padding: 2vw 1vw;
    }
}

.hp .hpTop .pic {
    width: 25%;
    height: 25vw;
}

@media all and (max-width: 1500px) {
    .hp .hpTop .pic {
        width: 28%;
        height: 28vw;
    }
}

@media all and (max-width: 1200px) {
    .hp .hpTop .pic {
        width: 45%;
        height: 42vw;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .pic {
        width: 46%;
        height: 44vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .pic {
        width: 100%;
        height: 90vw;
    }
}

.hp .hpTop .textarea1 {
    width: 35%;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 2%;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 {
        width: 50%;
        height: 28vw;
        min-height: 300px;
        margin-left: 2.8vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 5px;
    }
}

.hp .hpTop .textarea1 .name {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .name {
        font-size: 30px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .name {
        font-size: 28px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .name {
        margin-top: 8px;
    }
}

.hp .hpTop .textarea1 .job_area_block {
    display: flex;
    flex-direction: row;
    margin-top: 0.5vw;
    letter-spacing: 2px;
}

@media all and (max-width: 1500px) {
    .hp .hpTop .textarea1 .job_area_block {
        margin-top: 0.5vw;
    }
}

@media all and (max-width: 350px) {
    .hp .hpTop .textarea1 .job_area_block {
        display: flex;
        flex-direction: column;
        margin-top: 2vw;
    }
}

.hp .hpTop .textarea1 .job_area_block .projob {
    margin-right: 0.5vw;
    border-right: solid 1px #999;
    padding: 0 0.5vw 0 0;
    font-size: 18px;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .job_area_block .projob {
        font-size: 16px;
        margin-right: 1vw;
        padding: 0 1vw 0 0;
    }
}

@media all and (max-width: 350px) {
    .hp .hpTop .textarea1 .job_area_block .projob {
        border-right: 0;
    }
}

.hp .hpTop .textarea1 .job_area_block .area {
    margin-right: 0.5vw;
    border-right: solid 1px #999;
    padding: 0 0.5vw 0 0;
    font-size: 18px;
    cursor: pointer;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .job_area_block .area {
        font-size: 16px;
        margin-right: 1vw;
        padding: 0 1vw 0 0;
    }
}

@media all and (max-width: 350px) {
    .hp .hpTop .textarea1 .job_area_block .area {
        border-right: 0;
        margin-top: 1.5vw;
    }
}

.hp .hpTop .textarea1 .job_area_block .subtitle1 {
    font-size: 18px;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .job_area_block .subtitle1 {
        font-size: 16px;
    }
}

@media all and (max-width: 350px) {
    .hp .hpTop .textarea1 .job_area_block .subtitle1 {
        border-right: 0;
        margin-top: 1.5vw;
    }
}

.hp .hpTop .textarea1 .categoriesBlock {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 2vw 0 0 0;
    color: #AAAAAA;
    font-weight: 800;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .categoriesBlock .cateTitle {
        font-size: 22px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .categoriesBlock .cateTitle {
        font-size: 20px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .categoriesBlock .cateTitle {
        margin-top: 15px;
    }
}


.hp .hpTop .textarea1 .projectJobTitleBlock{
    font-size: 22px;
    letter-spacing: 2px;
    margin: 2vw 0 0 0;
    color: #AAAAAA;
    font-weight: 800;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .projectJobTitleBlock .projectJobTitle {
        font-size: 22px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .projectJobTitleBlock .projectJobTitle {
        font-size: 20px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .projectJobTitleBlock .projectJobTitle {
        margin-top: 15px;
    }
}

.hp .hpTop .textarea1 .projectJobTitleBlock .projectJobTitleBlockBlock {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-right: 0.5vw;
    color: #373737;
}

.hp .hpTop .textarea1 .introBlock{
    font-size: 22px;
    letter-spacing: 2px;
    margin: 2vw 0 0 0;
    color: #AAAAAA;
    font-weight: 800;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .introBlock .introTitle {
        font-size: 22px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .introBlock .introTitle {
        font-size: 20px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .introBlock .introTitle {
        margin-top: 15px;
    }
}

.hp .hpTop .textarea1 .introBlock .introContainer {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-right: 0.5vw;
    color: #373737;
}




.hp .hpTop .textarea1 .categoriesBlock .cateBlock {
    display: flex;
    flex-direction: row;
}

.hp .hpTop .textarea1 .categoriesBlock .cateBlock .categories {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-right: 0.5vw;
    color: #373737;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .categoriesBlock .cateBlock .categories {
        font-size: 16px;
        margin-right: 1vw;
    }
}

.hp .hpTop .textarea1 .categoriesBlock .cateBlock .categories:not(:nth-child(1)) {
    border-left: solid 1px #999;
    padding: 0 0 0 0.5vw;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .categoriesBlock .cateBlock .categories:not(:nth-child(1)) {
        padding: 0 0 0 1vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .categoriesBlock .cateBlock .categories:not(:nth-child(1)) {
        padding: 0 0 0 10px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .categoriesBlock .cateBlock .categories {
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-right: 10px;
    }
}

.hp .hpTop .textarea1 .speBlock {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 30px 0 0 0;
    color: #AAAAAA;
    font-weight: 800;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .speBlock {
        margin-top: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .speBlock {
        margin-top: 15px;
    }
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .speBlock .speTitle {
        font-size: 22px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .speBlock .speTitle {
        font-size: 20px;
    }
}

.hp .hpTop .textarea1 .speBlock .speContainer {
    display: flex;
    flex-direction: row;
}

.hp .hpTop .textarea1 .speBlock .speContainer .spe {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-right: 0.5vw;
    color: #373737;
    cursor: pointer;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .speBlock .speContainer .spe {
        font-size: 16px;
        margin-right: 1vw;
    }
}

.hp .hpTop .textarea1 .speBlock .speContainer .spe:not(:nth-child(1)) {
    border-left: solid 1px #999;
    padding: 0 0 0 0.5vw;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .speBlock .speContainer .spe:not(:nth-child(1)) {
        padding: 0 0 0 1vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .speBlock .speContainer .spe:not(:nth-child(1)) {
        padding: 0 0 0 10px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .speBlock .speContainer .spe {
        font-size: 18px;
        margin-right: 10px;
        letter-spacing: 2px;
        margin-top: 10px;
    }
}

.hp .hpTop .textarea1 .tagBlock {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 30px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    color: #AAAAAA;
    font-weight: 800;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .tagBlock {
        margin-top: 1.5vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .tagBlock {
        margin-top: 15px;
        padding: 0;
    }
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .tagBlock .tagTitle {
        font-size: 22px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .tagBlock .tagTitle {
        font-size: 20px;
    }
}

.hp .hpTop .textarea1 .tagBlock .tagContainer {
    display: flex;
    flex-direction: row;
}

.hp .hpTop .textarea1 .tagBlock .tagContainer .tag {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-right: 0.5vw;
    color: #373737;
    cursor: pointer;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea1 .tagBlock .tagContainer .tag {
        margin-top: 5px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea1 .tagBlock .tagContainer .tag {
        font-size: 16px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea1 .tagBlock .tagContainer .tag {
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-right: 10px;
    }
}

.hp .hpTop .textarea1 .tagBlock .tagContainer .tag:hover {
    font-weight: 800;
}

.hp .hpTop .textarea2 {
    width: 35%;
    position: relative;
    border-left: solid 1px #AAAAAA;
    box-sizing: border-box;
    padding: 0 0 0 2vw;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea2 {
        width: 52%;
        border-left: 0;
        border-top: solid 1px #AAAAAA;
        padding: 10px 0 0 0;
        margin-left: 48%;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 {
        width: 51%;
        top: initial;
        margin-left: 49%;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea2 {
        width: 100%;
        margin-left: 0;
        margin-top: 5vw;
        padding: 0;
    }
}

.hp .hpTop .textarea2 .emBlock {
    font-size: 22px;
    letter-spacing: 1px;
    color: #AAAAAA;
    font-weight: 800;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 .emBlock {
        font-size: 20px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea2 .emBlock {
        margin-top: 15px;
    }
}

.hp .hpTop .textarea2 .emBlock .em {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0.5vw;
    color: #373737;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 .emBlock .em {
        font-size: 16px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea2 .emBlock .em {
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 10px;
    }
}

.hp .hpTop .textarea2 .phBlock {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 30px 0 0 0;
    color: #AAAAAA;
    font-weight: 800;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea2 .phBlock {
        margin-top: 15px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 .phBlock {
        font-size: 20px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea2 .phBlock {
        margin-top: 15px;
    }
}

.hp .hpTop .textarea2 .phBlock .ph {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 8px;
    color: #373737;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 .phBlock .ph {
        font-size: 16px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea2 .phBlock .ph {
        font-size: 15px;
        letter-spacing: 2px;
        margin-top: 10px;
    }
}

.hp .hpTop .textarea2 .introBlock {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 30px 0 0 0;
    color: #AAAAAA;
    font-weight: 800;
}

@media all and (max-width: 1200px) {
    .hp .hpTop .textarea2 .introBlock {
        margin-top: 15px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 .introBlock {
        font-size: 20px;
    }
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 .introBlock {
        position: relative;
        top: initial;
        left: initial;
        width: initial;
        right: initial;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea2 .introBlock {
        margin-top: 15px;
    }
}

.hp .hpTop .textarea2 .introBlock .intro {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 8px;
    color: #373737;
}

@media all and (max-width: 900px) {
    .hp .hpTop .textarea2 .introBlock .intro {
        font-size: 16px;
    }
}

@media all and (max-width: 610px) {
    .hp .hpTop .textarea2 .introBlock .intro {
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 10px;
    }
}

.hp .hpBottom {
    width: 100%;
    min-height: 5vw;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.hp .hpBottom .rightTop {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.hp .hpBottom .rightTop .MDcard {
    width: 32%;
    height: 50vw;
    border: solid 2px #AAAAAA;
    margin-bottom: 1vw;
    margin-left: 0.9vw;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    cursor:pointer;
}

@media all and (max-width: 900px) {
    .hp .hpBottom .rightTop .MDcard {
        width: 49%;
        height: 60vw;
    }
}

@media all and (max-width: 610px) {
    .hp .hpBottom .rightTop .MDcard {
        width: 100%;
        height: 120vw;
    }
}

.hp .hpBottom .rightTop .MDcard .pic {
    width: 100%;
    height: 53%;
}

@media all and (max-width: 610px) {
    .hp .hpBottom .rightTop .MDcard .pic {
        width: 100%;
    }
}

.hp .hpBottom .rightTop .MDcard .textBlock {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

@media all and (max-width: 610px) {
    .hp .hpBottom .rightTop .MDcard .textBlock {
        width: 100%;
    }
}

.hp .hpBottom .rightTop .MDcard .textBlock .title {
    font-size: 30px;
    letter-spacing: 1.5px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hp .hpBottom .rightTop .MDcard .textBlock .subTitle {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}

.hp .hpBottom .rightTop .MDcard .textBlock .subTitle .stage {
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    letter-spacing: 1px;
}

.hp .hpBottom .rightTop .MDcard .textBlock .subTitle .specialty {
    font-size: 16px;
    border-left: solid 1px #AAAAAA;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    letter-spacing: 1px;
}

.hp .hpBottom .rightTop .MDcard .textBlock .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-top: 20px;
    line-height: 30px;
    letter-spacing: 1.5px;
    font-size: 16px;
    -webkit-box-orient: vertical;
    width: 100%;
    position: relative;
}

.hp .pageList {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.hp .pageList .final {
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.hp .pageList .prev {
    width: 18px;
    height: 18px;
    background: url("../assets/page/prev.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
}

.hp .pageList .page {
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

.hp .pageList .next {
    width: 18px;
    height: 18px;
    background: url("../assets/page/next.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
    cursor: pointer;
}