/* fixed file */
@font-face {
    font-family: "Noto Sans TC";
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
}
::selection {
	background: #496F85;
	color: rgb(244, 244, 244);
}
::-moz-selection {
	background: #496F85;
	color: rgb(244, 244, 244);
}

:root {
    --main-green: #496f85;
    --secondary-green-100: #8AA1B1;
    --secondary-green-30: #8aa1b14d;
    --font-darkest: #292b2c;
    --font-dark: #797979;
    --switch-input-thumb-size: 32px;
    --switch-input-thumb-bg: #ffffff;
    --switch-input-thumb-stroke: 1px solid grey;
    --switch-input-bg: #8AA1B1;
    --switch-input-gutter: 4px;
    --switch-input-decor-space: var(--switch-input-gutter) 1.25ch;
    --switch-input-font-family: 'Open Sans', sans-serif;
    --switch-input-transition: inset 50ms linear;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(0deg, #CFD9DF 0%, #E2EBF0 100%);
}

.maxWidth{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

form {
    max-width: 500px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Noto Sans TC' !important;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

h3{
    margin-top: 40px;
}

p{
    font-weight: 300;
    text-align: center;
}

p .biggerText{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.4em;
    color: hsl(0, 0%, 20%);
    margin: 0;
}

ul{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .popup{
        right: 0 !important;
        width: 100%;
        max-width: 100%;
        white-space: pre-wrap;
    }    
}

.popup{
    display: block;
    width: auto;
    height: auto;
    white-space: nowrap;
    position: fixed;
    right: 40px;
    margin-left: auto;
    margin-right: auto;
    bottom: -25%;
    color: rgba(0, 0, 0, 0.88);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    font-size: .8em;
    padding: 1.2em 1.8em;
    background: rgba(255, 255, 255, 0.9);
    border: rgba(255, 255, 255, .3) 1px solid;
    box-shadow: 0 -3px 12px -1px rgba(0, 0, 0, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.05);
    z-index: 1000;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
    .popup{
        right: 0 !important;
        width: 100%;
        max-width: 100%;
        white-space: pre-wrap;
    }    
}

.popup.popupshow{
    bottom: -1px;
    transition: all 0.4s ease-in-out;
}

/* ------------intro------------ */
#sayHello span{
    font-family: inherit;
}

.intro{
    width: 100%
}

.intro h1{
    font-family: inherit!important;
    font-size: 46px;
    font-weight: 900;
    text-shadow: 0px 2px 14px rgba(60, 60, 60, .2);
}

.intro h1 span{
    font-family: inherit!important;
    font-size: 32px;
    font-weight: 500;
    color: #292B2C;
    text-shadow: 0px 2px 14px rgba(60, 60, 60, .3);
    margin: 0 8px;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 575.98px) {
    .intro h1{
        font-size: 24px;
    }

    .intro h1 span{
        margin: 0 3px;
        font-size: 20px;
    }
}

.intro h4{
    font-family: inherit!important;
    font-weight: 600;
    color: #404345;
    margin-top: 4px;
    margin-bottom: 24px;
    letter-spacing: .02rem;
}

.intro h4 span{
    font-family: inherit!important;
    font-weight: 600;
    color: #404345;
    letter-spacing: .02rem;
    margin: 0 4px 0 5px;
    font-size: 1em;
}

@media screen and (max-width: 575.98px) {
    .intro h4{
        font-size: 1.3rem;
        line-height: 1.8rem;
        margin-bottom: 12px;
    }
    .intro h4 span{
        font-size: 1.3rem;
    }
}

/* ---------------intro button start---------------- */
.btn-explore, 
.btn-explore:hover, 
.btn-explore:visited, 
.btn-explore:focus {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.button-flip3d-vertical2 .flipper-flip3d-vertical2 {
    transform-origin: 100% 28px;
}

.button-flip3d-vertical2 .front {
    transform: translateZ(28px);
    background: #496F85;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    height: 56px;
    color: #fff;
}

.button-flip3d-vertical2 .back {
    -webkit-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(28px);
    -ms-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(28px);
    transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(28px);
    background: #40657B;
    text-align: center;
    height: 56px;
}

.button-flip3d-vertical2:hover .flipper-flip3d-vertical2 {
    transform: rotateX(90deg);
}

.button-container {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 1px;
    height: 56px;
    width: 248px;
    -webkit-perspective: 700;
    -ms-perspective: 700;
    perspective: 700;
}

@media screen and (max-width: 575.98px) {
    .button-container {
        width: 80%;
    }
}

.button-container .flipper {
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.button-container .button {
    width: 248px;
    height: 56px;
    border-radius: 3px;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 0px 12px 24px -5px rgba(60, 60, 60, 0.2);
    box-shadow: 0px 12px 24px -5px rgba(60, 60, 60, 0.2);
}

@media screen and (max-width: 575.98px) {
    .button-container .button {
        width: 100%;
        box-shadow: 0px 12px 24px -5px rgba(60, 60, 60, 0.3);
    }
}

.button-container .button.front {
    z-index: 10;
}

.button-container .button.back {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.button a, .button a:hover {
    color: #ffffff;
}

/* ---------------intro button end---------------- */

.works-platform,
.works-role {
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    border-bottom: 1.5px dashed rgba(0, 0, 0, 0.4);
    padding-right: 4px;
    margin: 0 0 5px 0;
}

.works-role svg,
.works-platform svg {
    height: 12px;
    margin-right: 4px;
}

.portfolioList li{
    padding: 15px;
    background-color: rgba(256,256,256,.2);
}

.portfolioList li p{
    text-align: left;
}

button {
    color: #777;
    background: #fff;
    padding: 4px 12px 4px 12px;
    border: solid #777 2px;
    transition: all 0.3s ease-in-out;    
    text-decoration: none;
}

button:hover {
    color: #000;
    text-decoration: none;
}

input,
textarea {
    font-size: 0.8rem;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0.5rem 0.7rem;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

input:focus,
textarea:focus {
    border-color: #777;
    outline: none;
}

@media screen and (max-width: 575.98px) {
    .portfolioSidebar{
        height: 0;        
    }
}

.portfolioSidebar-relative{
    position: relative;
}

.portfolioSidebar-sticky{
    min-width: 210px;
    position: fixed;
    top: 4%;
    left: 5.8%;
}
@media screen and (max-width: 1024px) {
    .portfolioSidebar-sticky{
        min-width: 160px;
        top: 0%;
        left: 4%;
    }
}

@media screen and (max-width: 767px) {
    .portfolioSidebar-sticky{
        min-width: auto;
        right: 0;
        top: 60vh;
    }
}

.portfolioSidebar-container{
    margin-right: 48px;
    margin-top: 48px;
    transition: 0.5s all;
}

@media screen and (max-width: 767px) {
    .portfolioSidebar-container{
        opacity: 0;
        z-index: 100;
        margin-right: 4%;
        margin-top: 0px;
        margin-left: 80%;
    }
}

.portfolioSidebar-progress{
    position: absolute;
    width: 5px;
    height: 10px;
    background: rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
}

@media screen and (max-width: 767px) {
    .portfolioSidebar-progress{
        width: 36px;
        background: rgba(256, 256, 256, 0.5);
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    .portfolioSidebar-h3list{
        box-shadow: 0px 10px 23px -6px rgba(0,0,0,.15);
    }
}

.portfolioSidebar-Item{
    font-size: .88rem;
    letter-spacing: 0.05rem;
    font-weight: 300;
    text-decoration: none;
    text-align: right;
    color: rgb(89, 89, 89);    
    padding: 16px 18px 16px 10px;
    border-right: rgba(0, 0, 0, 0.05) 5px solid;
    transition: all 0.2s;
}

.portfolioSidebar-Item:hover{
    cursor: pointer;
    text-decoration: none;
    color: rgb(89, 89, 89);    
    background: rgba(256,256,256,.15);
    transition: all 0.2s;
}

.portfolioSidebar-Item:visited, 
.portfolioSidebar-Item:focus{
    text-decoration: none;
    
}

@media screen and (max-width: 1024px) {
    .portfolioSidebar-Item{
        font-size: 0.6rem;
        padding: 12px 12px 12px 0;
    }

}
@media screen and (max-width: 767px) {
    .portfolioSidebar-Item{
        width: 36px;
        font-size: .5rem;
        font-weight: 900;
        text-align: center;
        color: #555555!important;
        padding: 12px;
        border-right: none;
        border-bottom: 1.5px solid rgba(256, 256, 256, 0.8);
        background: rgba(256, 256, 256, 0.25);
    }
}

.portfolioSection {
    color: #555555;
    font-family: 'Noto Sans TC', sans-serif;
}

.portfolioSection h3{
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 0.06rem;
    color: var(--font-darkest);
    display: flex;
    align-items: center;
    padding: 10px;
}

.portfolioSection p{
    text-align: left;
    line-height: 1.9;
    padding-left: 8px;
}

.portfolioSection p span.strenthen{
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    border-bottom: 1.5px dashed rgba(0, 0, 0, 0.4);
    padding-bottom: 0.5px;
    margin: 0 0 5px 0;
}

.portfolioSection a{
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #bbbbbb;
    padding: 1px 2px 1px 5px;
    font-size: 0.8em;
    white-space: normal;
    word-break: break-all;
    line-break: anywhere;
}

.outlineBtn {
    border: 1px solid var(--font-darkest);
    background-color: transparent;
    border-radius: 4px;
    font-size: 0.6em;
    padding: 4px 2px;
    display: flex;
    align-items: center;
    text-align: center;
}

.outlineBtn:hover {
    background-color: var(--secondary-green-30);
    cursor: pointer;
}

.outlineBtn svg{
    color: var(--font-darkest);
    height: 12px;
}

.portfolioSection a svg{
    color: var(--font-darkest);
    height: 12px;
}

.portfolioSection a:hover{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #555555;
    cursor: pointer;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    color: #798DA9!important; 
    transition: all 1s; 
}

.navbar-brand:hover {
    text-shadow: .5px .5px #576982;
    transition: all 1s; 
}

#navbarCollapse > ul.navbar-nav{
    flex-direction: row;
}

.navbar {
    text-transform: uppercase;
}

.nav-item {
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    padding: 10px;
}

@media screen and (max-width: 575.98px) {
    #navbarCollapse .nav-item {
        font-size: 0.7rem;
        font-weight: bolder;
        letter-spacing: 1.2px;
        padding: 14px 8px;
    }
}

.nav-item a.nav-link{
    color: #40657B;
}

.hidden-md-up{
    display: none;
}

.navbar-toggler {
    border: 0;
}
.navbar-toggler-icon {
    width: 0.8em;
    height: 1.4em;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0 !important;
    outline: none !important;
    background: var(--secondary-green-30);
}

.navbar-toggler, .navbar-toggler:hover  {
    color: var(--secondary-green-30) !important;
}

.navbar-toggler:focus:active {
    outline: 2px auto var(--secondary-green-100) !important;
}

.navbar-toggler-right {
    right: 0rem;
}

.portfolio-img {
    width: 100%;
    height: 220px !important;
    display: block;
    object-fit: cover;
}

.project-img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* ------workCard------ */
.workCard {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 16px;
    background: #fff;
    box-shadow: 0 20px 24px -8px rgba(0, 0, 0, 0.2);
    border-radius: .4rem;
    transition: all .25s;
}

.workCard:hover {
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all .25s;    
}

.workCard .overlay {
    width: 100%;
    height: 80%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.15);
    transition: all .25s;
}

.workCard .product-title {
    top: 20px;
    left: 16px;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 16px;
    color: #292b2c;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left;
    font-family: 'Noto Sans TC'!important;
    position: relative;
}

.workCard:hover .product-title {
    text-decoration: none !important;
}

.workCard:hover .overlay {
    opacity: 0;
}

.workCard img {
    display: block;
    position: relative;
    max-width: none;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ------portfolio title------ */
@media screen and (max-width: 575.98px) {
    .titleSection h1{
        font-size: 1.65rem;
        font-family: inherit!important;
        font-weight: bolder;
        letter-spacing: 1.8px;
        margin-left: 8px;
    }
}

/* ------tags------ */
.tags-container {
    margin-top: 20px;
}

.titleSection .tags-container{
    margin-top: 4px;
    display: flex;
    justify-content: center;
}

.tags-container .tag {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary-green-100);
    letter-spacing: 0.8px;
    line-height: 16px;
    padding: 4px 16px;
    float: left;
    margin-left: 0;
}

.tags-filter{
    margin: 40px;
    width: 100%;
}
.tags-filter .tag {
    background: #CFD9DF;
    border-radius: 100px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    line-height: 16px;
    padding: 4px 16px;
    float: left;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.tags-filter .tag:hover {
    background: #B6C7D1;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.tags-filter .active {
    background: #B6C7D1;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.page-nav {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.page-nav a,
span {
    font-size: 1.3rem;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 300;
    margin: 0 10px;
    color: #000;
}

/* ------demoImg------ */
.demoVideo{
    border: rgba(255, 255, 255, 0.4) 5px solid;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 3px 9px rgba(0,0,0,.05);
    transition: all 0.5s;
    margin-left: 8px;
}

.demoImg{
    border: rgba(255, 255, 255, 0.4) 5px solid;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 3px 9px rgba(0,0,0,.05);
    max-height: 280px;
    max-width: 320px;
    transition: all 0.5s;
    margin-left: 8px;
}

.demoImg:hover{
    border: rgba(255, 255, 255, 0.2) 5px solid;
    box-shadow: 0px 0px 3px rgba(0,0,0,.05);
    transition: all 0.5s;
}

@media screen and (max-width: 575.98px) {
    .demoImg{
        max-width: 84vw;
        margin-left: 0;
    }
}

.noShowImg{
    border: rgba(255, 255, 255, 0.4) 5px solid;
    border-radius: 4px;
}

.demoImgWeb{
    max-height: 160px;
}

.demoImgBigger{
    max-height: 440px;
}

/* ------window------ */
.portfolioWindow{
    background: rgba(0, 0, 0, 0.7);
    border: rgba(0, 0, 0, 0.1) 16px solid;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);    
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 0.6s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    overflow: scroll;  
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575.98px) {
    .portfolioWindow{
        height: 100%;
        width: 100%;
        left: 50%;
        top: 50%;
        background: rgba(0,0,0,.2);
        z-index: 1000;
        display: flex;
        align-items: center;
    }
}

.portfolioWindow img{
    height: 100%;
    border: rgba(255, 255, 255, 0.6) 8px solid;
    border-radius: 4px;
    box-shadow: 0px 2px 6px rgba(0,0,0,.2);
}

@media screen and (max-width: 575.98px) {
    .portfolioWindow img{
        width: 100%;
        height: auto;
    }
}

.window-show{
    visibility: visible!important;
    opacity: 1!important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1)!important;
}

/* -----close & next & previous tag----- */
.next-tag,
.previous-tag {
    color:  #FFF;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    cursor: pointer;    
    background: rgba(255, 255, 255, 0.2);
    border: rgba(255, 255, 255, 0.1) 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 101;
}
.next-tag {
    right: 32px;
}
.previous-tag {
    left: 32px;
}
.next-tag:hover,
.previous-tag:hover{
    border: rgba(255, 255, 255, 0.1) 3px solid;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.next-tag:active,
.previous-tag:active{
    border: rgba(255, 255, 255, 0.2) 3px solid;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2);
}

.close-tag {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 100;
}

.close-tag:hover {
    background: rgba(255, 255, 255, 0.2);
    border: rgba(255, 255, 255, 0.1) 2px solid;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.close-tag:before,
.close-tag:after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.close-tag:before {
    left: 45%;
    top: 10%;
    width: 10%;
    height: 80%;
}

.close-tag:after {
    top: 45%;
    left: 10%;
    width: 80%;
    height: 10%;
}

/* -----expWindow----- */
.expWindow{
    background: rgba(0, 0, 0, 0.7);
    border: rgba(0, 0, 0, 0.1) 16px solid;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);    
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 0.6s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
}

@media screen and (max-width: 575.98px) {
    .expWindow{
        height: 100vh;
        width: 100vw;
        z-index: 200;
    }
}

#expGallery{
    width: 100%;
    overflow: auto;  
    display: flex;
    align-items: center;
    height: 600px;
}

@media screen and (max-width: 575.98px) {
    #expGallery{
        background: rgba(0,0,0,.15);
        height: 400px;
    }
}

#expGallery img{
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: calc(100vw - 32px);
}

#expGallery img+img{
    margin-left: 6px;
}

#expArticle{
    width: 100%;
    overflow: scroll;
}

#expArticle h5{
    text-align: left;
    padding: 2px 8px;
    margin-bottom: .2em;
    margin-top: 16px;
}

#expArticle p{
    padding: 2px 8px;
    text-align: left;
    margin-bottom: .2em;
}

#expArticle p span{
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    color: #404345;
    margin: 12px 0 4px 0;
    line-height: 2.6rem;
    border-left: 6px solid #5d6164;
    padding-left: 8px;
}

#expArticle p:last-of-type{
    padding: 8px;
    line-height: 1.8em;
}

#expArticle>p:last-of-type{
    color: #797979;
}

#expArticle a{
    display: flex;
    justify-content: center;
    color: #797979;
    font-size: .4em;
    font-weight: 300;
    text-decoration: none;
    background: rgba(256,256,256, .9);
    padding: 10px 18px;
    margin: 4px 16px;
    border-radius: 100px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.1);    
    transition: all 1s;
    -webkit-transition: all 1s;    
}

#expArticle a:hover{
    background: rgba(256,256,256, .1);
    box-shadow: 0px 1px 7px rgba(0,0,0,.15);
    transition: all 1s;
    -webkit-transition: all 1s;    
}


.navigateSection a{
    color: #797979;
}

.navigateSection a:hover{
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
    .navigateSection{
        display: none !important;
    }
}

.navigateSection a p span{
    font-size: 0.7em;
    margin: 0;
}

.thankSection p span{
    font-family: inherit;
    font-size: inherit;
    margin: 0;
}

.thankSection a svg {
    margin-right: 4px;
    height: 18px;
}

.thankSection a{
    text-decoration: none;
    color: #545454 !important;
    font-size: 12px;
    font-weight: bold;
    background: rgba(255, 255, 255, .6) !important;
    border: 1px solid #CFD9DF !important;
    border-radius: 4px;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .15) !important;
    padding: 12px 28px 12px 22px;
    max-width: 240px;
    display: flex;
    align-items: center;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thankSection a:hover{
    text-decoration: none;
    color: var(--font-darkest) !important;
    background: rgba(256, 256, 256, .95) !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .05) !important;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

.thankSection a span{
    font-size: 0.6em;
}

@media screen and (max-width: 768px) {
    .thankSection{
        position: fixed;
        bottom: 0;
        background: #d3dde2;
        padding: 12px 6px;
        left: 0;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
        width: 100vw;
        max-width: 100vw;
        overflow: auto;
        justify-content: flex-start !important;
    }
    .thankSection a{
        margin: 0 4px 0 0 !important;
        box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0) !important;
        
    }
}

.listHeader{
    border-left: rgba(256,256,256,.6) 3px solid;
    padding-left: 12px;
}

.listNumber{
    margin: 12px 10px 0px 0;
    height: 8px;
    width: 8px;
    background: rgba(256,256,256,.7);
}


/* ------about------ */
label[id^="lanugaugeSwitch_"] {
    position: absolute;
    right: 16px;
    top: 16px;
}

.sticky{
    position: fixed;
    top: 4%;
    left: 7%;
    width: 100%;
    padding-left: 30px;
}

.sideBarAvatar img{
    width: 100%;
    border: rgba(255, 255, 255, 0.4) 5px solid;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0,0,0,.05);
}

.sideBarAvatar h1{
    margin: 24px 0 12px 0;
}

.sideBarAvatar h3{
    margin: 8px 0;
}

@media screen and (max-width: 1024px) {
    .sideBarAvatar h1{
        font-size: 2.3rem;
    }
    .sideBarAvatar h3{
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 974px) {
    .sideBarAvatar h1{
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    .sideBarAvatar h3{
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 768px) {
    .sideBar {
        padding-right: 0;
        padding-left: 5px;
    }
    .sideBarAvatar h1{
        font-size: 1.4rem;
    }
    .sideBarAvatar h3{
        font-size: .9rem;
    }
}
@media screen and (max-width: 575.98px) {
    .sideBar{
        /* position: fixed; */
        left: 0%;
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: row;
        background: #E0E9EE;
        z-index: 100;
    }
    .sticky{
        top: 0%;        
    }   
    .sideBarAvatar{
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .sideBarAvatar h1{
        font-size: 1rem;
        margin: 4px 0 0 0;
    }
    .sideBarAvatar h3{
        margin: 2px 0;
        font-size: .7rem;
    }
    .sideBarAvatar img{
        border: rgba(255, 255, 255, 0.4) 2px solid;
        height: 56px;
        width: auto;
    }
    
}


.sideBarContact{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 1.9em;
    padding-right: 1.9em;
}
@media screen and (max-width: 1024px) {
    .sideBarContact{
        padding-left: .6em;
        padding-right: .6em;
    }
}
@media screen and (max-width: 974px) {
    .sideBarContact{
        padding-left: .2em;
        padding-right: .2em;
    }
}
@media screen and (max-width: 768px) {
    .sideBarContact{
        padding-left: .1em;
        padding-right: .1em;
    }
}
@media screen and (max-width: 575.98px) {
    .sideBarContact{
        display: none;
    }
}

.sideBarContact > a {
    cursor: pointer;
    overflow: hidden;
    width: 30px;
    height: 30px;
    color: rgb(49, 49, 49)!important;
    font-size: .6em;
    padding: .6em;
    background: rgba(256,256,256,.4);
    border: rgba(256,256,256,.5) 1px solid;
    border-radius: 100%;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    display: inline-flex;
    align-items: center;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.sideBarContact > a:hover {
    color: #5F7E8B!important;    
    background:#F2F6F8;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.sideBarContent{
    padding: 1rem .7rem 1rem 0;
}

.sideBarContent a{
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    border-right: rgba(0, 0, 0, 0.01) 5px solid;
    background: rgba(256, 256, 256, 0);
    padding: .8rem .9rem .8rem 0rem;
    color: #595959;
    text-decoration: none;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.sideBarContent a.active_lg{
    border-right: rgba(0, 0, 0, 0.2) 5px solid;
    color: #050505;
}

.sideBarContent a.active_sm{
    border-bottom: rgba(0, 0, 0, 0.2) 5px solid;
    color: #050505;
}

.sideBarContent a:hover{
    background: rgba(256,256,256,.1);
    transition: all .5s;
    -webkit-transition: all .5s;
}

@media screen and (max-width: 768px) {
    .sideBarContent{
        padding: 1rem .2rem 1rem 0;
    }
    .sideBarContent a{
        padding: .8rem .2rem .8rem 0rem;
    }
}
@media screen and (max-width: 575.98px) {
    .sticky ~ #about{
        margin-top: 10rem;
    }
    .sideBarContent{
        padding: .8rem;
        padding-left: 1rem;
        width: 80%;   
    }
    .sideBarContent a{
        font-size: 0.7rem;
        width: 25%;
        border-bottom: rgba(0, 0, 0, 0.01) 5px solid;
        border-right: 0px;
        padding: .3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .sideBarContent a:hover{
        background: rgba(256,256,256,.1);
        transition: all .5s;
        -webkit-transition: all .5s;
    }
}

.introCard{
    width: 100%;
    position: relative;
    margin: 0 0 3rem 2.4rem;
    padding: 52px;
    background: rgba(256,256,256,.6);
    border: rgba(256,256,256,.6) 1.5px solid;
    border-radius: 4px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    transition: all .2s;
    -webkit-transition: all .2s;
}

.introCard h1{
    text-align: left;
}

.introCard h1>div{
    display: inline-flex;
    font-size: .6em;
}

.introCard h1::after{
    /* content: '，'; */
}

@media screen and (max-width: 575.98px) {
    .introCard h1{
        font-size: 1.4rem;
    }
    .introCard h1 img{
        display: none;
        height: 36px!important;
        margin-right: 4px;
    }
    .introCard h1>div{
        font-size: .5em;
    }
}

.aboutSubtitle::before{
    content: '';
}

.aboutSubtitle > .underline-1{
    display: flex;
    height: 6px;
    width: 54%;
    margin: -12px 0 0 0;
    background: rgba(256,256,256,.95);
}

.aboutSubtitle > .underline-2{
    display: flex;
    height: 6px;
    width: 81%;
    margin: -12px 0 0 0;
    background: rgba(256,256,256,.95);
}

.aboutSubtitle{
    font-family: inherit!important;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 2.8rem;
    letter-spacing: 0.08rem;
    color: #292B2C;
    text-shadow: 0px 2px 14px rgba(60, 60, 60, .2);
    margin: 0;    
}

@media screen and (max-width: 575.98px) {
    .aboutSubtitle{
        font-size: 14px;
        line-height: 1.4rem;
        letter-spacing: 0.04rem;
    }
    .aboutSubtitle > .underline-1, 
    .aboutSubtitle > .underline-2{
        display: none;
    }
}

.aboutContent {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 2.2rem 0 0 0;
    opacity: .9;
    white-space: normal;
}

.aboutContent ol {
    margin-top: 6px;
}

.aboutContent ol li {
    padding-top: 3.5px;
    font-size: 0.9em;
    line-height: 1.4rem;
}

@media screen and (max-width: 575.98px) {
    .aboutContent{
        margin: 20px 0 0 0;
    }
}

/* ------timeline----- */
.timeline {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 1.8rem 0 0 0 ;
    transition: all .4s;
    -webkit-transition: all .4s;
    
}

.timeline > li {
    overflow: hidden;
    margin: 0;
    display: flex;
}

.timeline-date {
    font-size: .8em;
    width: 160px;
    float: left;
    margin: 1rem 2.4rem 0 0;
    text-align: right;
}
.timeline-content {
    width: 70%;
    float: left;
    border-left: 2.5px var(--secondary-green-30) solid;
    padding: 20px 8px 16px 32px;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.timeline-content:hover {
    background-color:  rgba(0,0,0,.02);
    transition: all .6s;
    -webkit-transition: all .6s;
}

.timeline-content:before{
  content: '';
  width: 12px;
  height: 12px;
  background: #8AA1B1;
  position: absolute;
  left: -7px;
  top: 1.2rem;
  border-radius: 100%;
}

.timeline-content:hover:before {
    background: var(--main-green);
}

.now:before{
    background: #5F7E8B;
}

.timeline-content h5{
    font-size: 1em;
}

.timeline-content p{
    font-size: .8em;
}

.timeline-content h5,
.timeline-content p{
    text-align: left;
    margin-bottom: .8rem;
}

.timeline-content-detail {
    max-height: 56px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 0 -8px 16px -12px rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    position: relative;
    color: var(--font-dark);
    transition: all 0.05s;
}
.timeline-content-detail.Full {
    box-shadow: none;
    height: auto;
    max-height: max-content;
    line-height: 2em;
    color: var(--font-darkest);
    transition: all 0.05s;
}

.btn_detail {
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #FFF !important;
    font-size: .4em;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 9px 5px 6px;
    background: var(--secondary-green-100);
    box-shadow: 0 6px 12px -7px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    opacity: 0;
    transition: all 0.1s;
}
.timeline-content:hover .btn_detail {
    opacity: 0.8;
    transition: all 0.1s;
}
.timeline-content:hover .btn_detail:hover {
    opacity: 1;
}
.btn_detail svg{
    height: 14px
}
.btn_more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    color: var(--secondary-green-100) !important;
    font-size: .4em;
    font-weight: bold;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.55);
    padding: 4px 14px;
    border-radius: 4px;
    transition: all 0.05s;
}
.btn_more svg{
    height: 15px;
    margin-right: 2px;
    margin-left: -3px;
}

.btn_more:hover{
    text-decoration: none;
    transition: all 0.05s;
}

.timeline-content:hover .btn_more {
    color: #fff !important;
    background: var(--main-green);
    transition: all 0.05s;
}

@media screen and (max-width: 768px) {
    .introCard{
        padding: 24px;
    }
    .timeline-date {
        width: 100px;
        font-size: .9rem;
        margin: 1rem 1.2rem 0 0;
    }
    .timeline-content {
        padding: 1rem 0 1rem 1.4rem;
    }
}

@media screen and (max-width: 575.98px) {
    .introCard{
        padding: 15px;
        margin: 16px 0 0 0;
    }
    .timeline > li {
        flex-direction: column;
    }
    .timeline-date {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .timeline-content {
        flex-direction: column;
        width: 100%;
        padding: 16px;
        border: none;
    }
    .timeline-content:before{
        display: none;
    }
    .timeline-content h5{
        padding-left: 8px;    
        font-weight: bolder;
    }
    .timeline-content p{
        padding-left: 8px;    
    }
    .btn_more{
        width: 98%;
        margin: auto;
    }
}

/* ------skill------ */
#skillPopover {
    position: absolute;
    top: 31px;
    left: 0px;
    padding: 16px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.25);
    width: 160px;
    height: auto;
    min-height: 118px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#skillPopover_title {
    margin-bottom: 8px;
    flex: 1;
}

#skillPopover_title h6 {
    margin-bottom: 4px;
}

#skillPopover_title p {
    font-size: 0.4rem;
    text-align: left;
}

#skillPopover_seemore {
    z-index: 20;
    width: 100%;
    text-align: center;
}

#skillPopover_seemore a {
    font-size: 0.6rem;
    border: solid 1px  rgb(73, 111, 133, 1);
    background-color: rgb(73, 111, 133, 0.8);
    border-radius: 24px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 4px 16px;
}

#skillPopover_seemore a:hover {
    border: solid 1px  rgb(73, 111, 133, 1);
    background-color: rgb(73, 111, 133, 0.95);
    text-decoration: none !important;
}

#skillPopover_image img {
    height: 100%;
}

#skillPopover_image {
    position: absolute;
    right: -12px;
    bottom: -10px;
    z-index: 0;
    opacity: 0.2;
    height: 97%;
    overflow: hidden;
    max-width: 80%;
}

#skill div {
    padding: .2 rem;
}

#skill span.skillDetail {
    position: relative;    
    font-family: inherit;
    font-size: 1rem;
    padding: 2px 0.3rem 2px 0.35rem;
    margin: .25rem .3rem;
    display: flex;
    align-items: center;
    border-bottom: 2.5px solid rgb(73, 111, 133, 0.5);
}

#skill span.skillDetail::before{
    content: '#';
    padding-right: 4px;
}

#skill span.skillDetail p {
    margin: 0;
    z-index: 10;
}

#skill span.skillDetail:hover {
    border-bottom: 1px solid rgb(73, 111, 133, 1);
    cursor: default;
}

@media screen and (max-width: 575.98px) {
    #skill span.skillDetail{
        font-size: 1rem;
        padding: 8px;
        margin: 4px;
        border-radius: 4px;
    }
}

#outro a:not(.dropdown-item) {
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background: #496f85;
    padding: 12px 32px;
    margin: 0 8px;
    border: 1px solid #CFD9DF !important;
    border-radius: 8px;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, .1);
    max-width: 240px;
    transition: all 0.05s;
    -webkit-transition: all 0.05s;
    display: flex;
    align-items: center;
}

#outro a:not(.dropdown-item) svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

#outro a:not(.dropdown-item):hover{
    text-decoration: none;
    box-shadow: 0px 1px 4px rgba(0,0,0,.1);    
    transition: all 0.05s;
    -webkit-transition: all 0.05s;
    cursor: pointer;
}

#outro a[id^=switchResumeSelectorOption_] {
    margin-left: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 12px;
    padding-right: 8px;
}

#resumeDownloadSelector button.dropdown-toggle {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 0.85em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .55);
}

#resumeDownloadSelector button.dropdown-toggle:hover {
    background-color: rgba(255, 255, 255, .8);
}

#resumeDownloadSelector .dropdown-menu{
   box-shadow: 0 -4px 14px rgba(0,0,0,0.2);;
}

#resumeDownloadSelector .dropdown-menu button{
    font-size: 0.85em;
}

#resumeDownloadSelector .dropdown-menu button:hover{
    background-color: var(--secondary-green-30);
    cursor: pointer;
}

@media screen and (max-width: 575.98px) {
    #outro {
        margin-top: 24px;
    }
}

#main{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mask-top{
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0);
    position: absolute;
    top: -150px;
    left: 0;
    transition: all .8s;
    z-index: 10;
}

.mask-bottom{
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0);
    position: absolute;
    top: 150px;
    left: 0;
    transition: all .8s;
    z-index: 10;
}

.mask-top:hover,
.mask-bottom:hover{
    top: 0px;
    background: rgb(0,0,0,.7);
    transform: translateX(0%) translateY(0%);
    transition: all .8s;
    z-index: 100;
}

#qq-intro{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5F7E8B;
}

#qq-intro svg{
    position: absolute;
    bottom: -40%;
    left: 40%;
    animation: slideUp 1.6s ease-in-out both;
    
}

@keyframes slideUp { 
    from{
        bottom: -40%;
    }
    to { 
        bottom: -10%; 
    }
}

#myWink{
    display: block;
    position: absolute;
    margin-top: 80px;
    animation: wink 2s ease-in-out;
    animation-delay: 4s;
}

@keyframes wink { 
    0%{
        top: 0%;
    }
    50%{
        top: 90%;
    }
    100%{ 
        top: 0%;        
    }
}

#ContactMenuList {
    height: 100%;
    display: flex;
    align-items: center;
}

#ContactMenuList .dropdown-toggle {
    color: rgba(0, 0, 0, .5) !important;
}

#ContactMenuList .dropdown-toggle::after {
    display: inline-block
}
@media screen and (max-width: 767px) {    
    #ContactMenuList .dropdown-toggle::after {
        display: none;
    }
}

#ContactMenuList .dropdown-toggle:hover,
#ContactMenuList .dropdown-toggle:focus,
#ContactMenuList .dropdown-toggle:active {
    text-decoration: none;
}

#ContactMenuList .dropdown-menu {
    box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    left: auto;
    right: 0;
    border-radius: 12px;
    padding: 3px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {    
    #ContactMenuList .dropdown-menu {
        position: fixed;
        bottom: 0;
        left: -1px;
        top: unset;
        width: calc(100vw + 2px);
        box-shadow: 0 -6px 14px -1px rgba(0, 0, 0, 0.25);
        border-radius: 12px 12px 0 0;
    }
}

#ContactMenuList .dropdown-menu .border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

#ContactMenuList .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 4px 8px;
}


#ContactMenuList .dropdown-menu .dropdown-item:focus,
#ContactMenuList .dropdown-menu .dropdown-item:active {
    background-color:  #E2EBF0; 
}

#ContactMenuList .dropdown-menu .dropdown-item svg {
    margin-right: 8px;
    width: 10px;
    height: 10px;
}

#ContactMenuListEmailArea p {
    padding: 4px;
    margin: 0px;
    text-transform: lowercase;
    font-size: 12px;
}

#ContactMenuListEmailArea p svg {
    margin-right: 8px;
    width: 12px;
    height: 12px;
}

#ContactMenuListEmailArea .dropdown-item {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#ContactMenuListEmailArea .dropdown-item:hover {
    background-color:  #E2EBF0; 
}


/* language switch component */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    display: none;
}

.switch-input {
    width: calc((var(--switch-input-thumb-size) * 2) + (var(--switch-input-gutter) * 3));
    height: calc(var(--switch-input-thumb-size) + (var(--switch-input-gutter) * 2));
    border-radius: calc(var(--switch-input-thumb-size) + var(--switch-input-gutter));
    padding: 2px;
    background: rgba(255, 255, 255, 0.3);
    background: var(--secondary-green-30);
    color: var(--switch-input-off-text);
    text-align: left;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    container-type: inline-size;
    display: flex;
    align-items: center;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}

.switch-input__decor {
    inset-block: 0;
    inset-inline-start: 0;
    display: flex;
    width: 50%;
    align-items: center;
    user-select: none;
    color: #FFF;
    margin: 0;
    justify-content: center;
    z-index: 1;
    font-family: var(--switch-input-font-family);
    font-size: 14px;
    font-weight: bold;
}

.switch-input__decor[data-switch-input-state="on"] {
    color: #FFF;
}

.switch-input__decor[data-switch-input-state="off"] {
    color: var(--switch-input-bg);
}

.switch-input:has(:checked) .switch-input__decor[data-switch-input-state="on"] {
    color: var(--switch-input-bg);
}

.switch-input:has(:checked) .switch-input__decor[data-switch-input-state="off"] {
    color: #FFF;
}

.switch-input__thumb {
    display: block;
    width: var(--switch-input-thumb-size);
    height: var(--switch-input-thumb-size);
    border-radius: var(--switch-input-thumb-size);
    background: var(--switch-input-bg);
    z-index: 1;
    position: absolute;
    inset-block-start: var(--switch-input-gutter);
    inset-inline-start: var(--switch-input-gutter);
    transition: var(--switch-input-transition);
    margin: 0;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.switch-input:has(:checked) .switch-input__thumb {
    inset-inline-start: calc(var(--switch-input-thumb-size) + (var(--switch-input-gutter) * 2));
}
