:root {
    --clipHeight: 100vh;
    --clipClipTop: 8vw;
    --clipClipBottom: calc(100% - 8vw);
}


/* 英文樣式 */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

/* font-family: 'Libre Baskerville', serif; */

* {
    line-height: 1.5;
    letter-spacing: 0.2em;
    padding: 0px;
    margin: 0px;
}

.pc {
    display: block;
}

.ph {
    display: none;
}

html,
body {
    padding: 0;
    margin: 0;
}

.d-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fd-row {
    flex-direction: row;
}

.fd-rowRe {
    flex-direction: row-reverse;
}

.fd-col {
    flex-direction: column;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.95vw;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.3em;
    color: #3E3A39;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

span {
    font-family: inherit;
    color: inherit;
}

.padding-rl-normal {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

.padding-tb-normal {
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.navbar-dark .navbar-toggler{
    outline: none;
}

.mainNav {
    width: 100vw;
    background-color: rgba(86, 86, 86, 0.9);
    padding: 15px 4vw;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.mainNav .navbar-brand-link {
    width: 7.5vw;
    display: block;
    margin: auto;
}

/*-- ajax loading -- */
.ajax_loading{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    background-color: rgb(255 255 255 / 60%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.ajax_loading.show_in{
    opacity: 1;
    visibility: visible;
}
.ajax_loading .l_txt{ text-align: center;}
.ajax_loading .sk-spinner-three-bounce div{
    width: 10px;
    height: 20px;
    margin: 0 3px;
    background-color: #333;
    border-radius: 5px;
}

.mainNav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainNav .nav-item {
    padding: 1em;
    margin: auto 1em;
}

.mainNav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 0.95vw;
    font-family: 'Noto Serif TC', serif;
    font-weight: 200;
    letter-spacing: 0.5em;
    position: relative;
}

.title {
    font-family: 'Noto Serif TC', serif;
    font-size: 1.8vw;
    writing-mode: vertical-rl;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #231815;
}

.sectitle {
    font-family: 'Noto Serif TC', serif;
    font-size: 1.1vw;
    writing-mode: vertical-rl;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #231815;
}

.thirdtitle {
    font-family: 'Noto Serif TC', serif;
    font-size: 1.1vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #231815;
}

.titleType-1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.titleType-1 .sectitle {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20%;
}

.color-white {
    color: #ffffff;
}

.color-green {
    color: #32413D;
}

.bg-grey {
    padding: 20% 5%;
    background-color: #D0D4D7;
}

.addWhiteCircle {
    position: absolute;
    top: -1vw;
    left: 2vw;
    height: 7vw;
    width: 7vw;
    opacity: 0.8;
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: .2px;
    stroke: #FFFFFF;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: drawLine 5s forwards 1s;
}

@keyframes drawLine {
    100% {
        stroke-dashoffset: 0;
    }
}

.addBlackCircle {
    position: absolute;
    top: -1vw;
    left: 2vw;
    height: 7vw;
    width: 7vw;
    opacity: 0.8;
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: .2px;
    stroke: #3F3B3A;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: drawLine 5s forwards 1s;
}


/* .addWhiteCircle::after {
    content: " ";
    position: absolute;
    top: -0.5em;
    left: -0.25em;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    border: 1px solid #ffffff55;
    background-size: contain;
} */

.addBorder {
    padding-left: 0.5em;
    display: inline-block;
    position: relative;
}

.addBorder::after {
    content: " ";
    position: absolute;
    background-color: #31413C;
    top: 0%;
    bottom: 0%;
    left: 0px;
    width: 1px;
}

.borderWhiter::after {
    background-color: #fff;
}

.text-ve {
    writing-mode: vertical-rl;
}

.text-ho {
    writing-mode: horizontal-tb;
}

.deco-city {
    width: 45vw;
    position: absolute;
    left: 0%;
    bottom: 0%;
}


/*修改BS*/

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
}


/*修改BS*/

.mainNav .nav-link::after {
    position: absolute;
    content: " ";
    left: 0%;
    right: 0.5em;
    bottom: -1.5em;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.mainNav .nav-link:hover::after,
.mainNav .nav-link.active::after {
    bottom: -0.8em;
    opacity: 0.5;
}

.mainNav .nav-item-community {
    padding: 0.8em;
    margin: auto 0px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainNav .nav-item-community img {
    height: 100%;
    width: auto;
}




.mainNav .navbar-collapse {
    justify-content: flex-end;
}

.community {
    display: block;
    transition: all 0.3s;
    margin: auto 0.8em auto 0.8em;
    /* width: 1.2vw; */
    width: auto;
    height: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community-fb {
    width: 95%;
    height: auto;
    margin-right: 5%;
}

.community:hover {
    transform: scale(1.2);
}

.community svg {
    width: 20%;
    height: 100%;
}

.allPage {
    position: relative;
}

.header {
    width: 100%;
    height: 70vh;
    position: relative;
    z-index: 10;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation: headerAni infinite 20s alternate;
}

@keyframes headerAni {
    0% {
        background-size: 100% auto;
    }
    100% {
        background-size: 120% auto;
    }
}

.header::before {
    z-index: 10;
    position: absolute;
    content: " ";
    left: 0px;
    bottom: 0px;
    height: 10vw;
    width: 100%;
    background-color: #6f7c85;
    clip-path: polygon(0 0, 100% var(--clipClipTop), 100% 100%, 0% 100%);
    /* clip-path: polygon(100% 7vw, 100% 100%, 0% 100%, 0 0); */
    animation: headerBeforeAni forwards 2s;
    opacity: 0;
}

@keyframes headerBeforeAni {
    0% {
        opacity: 0;
        height: 25vw;
    }
    100% {
        opacity: 0.5;
        height: 10vw;
    }
}

.banner_mainTitle {
    font-size: 3vw;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    letter-spacing: 0px;
}

.banner_secondTitle {
    font-size: 2.3vw;
    font-family: 'Noto Serif TC', serif;
    color: #fff;
    font-weight: 600;
    position: relative;
    left: 3em;
    line-height: 0.6;
}

.ml10 {
    position: relative;
}

.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 0px;
    padding-right: 0px;
}

.header .info {
    z-index: 30;
    position: absolute;
    bottom: 6vw;
    left: 7vw;
}

.inner-container {
    z-index: 20;
    position: relative;
    clip-path: polygon(0 7vw, 100% 0, 100% 100%, 0 100%);
    background-color: #AEB8BD;
    margin-top: -10vw;
    padding-top: 10vw;
}

.inner-container::before {
    position: absolute;
    content: " ";
    left: 0px;
    top: 0px;
    height: 25vw;
    width: 100%;
    background-color: #A5AEB5;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 var(--clipClipBottom));
    animation: inner-containerBeforeAni forwards 1.5s 0.5s;
    opacity: 0;
}

@keyframes inner-containerBeforeAni {
    0% {
        opacity: 0;
        height: 25vw;
    }
    100% {
        opacity: 1;
        height: 10vw;
    }
}

.inner-container .section:nth-last-child(1) {
    padding-bottom: 7vw;
}

.secondNav {
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondNav::after {
    position: absolute;
    background-color: #5A5858;
    content: " ";
    bottom: 0px;
    left: 20%;
    right: 20%;
    height: 0.5px;
    opacity: 0.5;
}

.secondNav .nav-item {
    position: relative;
}

.secondNav .nav-item::after {
    position: absolute;
    content: " ";
    background-color: #231815;
    width: 0.5px;
    top: 40%;
    bottom: 40%;
    right: 0px;
    opacity: 0.5;
}

.secondNav .nav-item:nth-last-child(1):after {
    position: absolute;
    content: " ";
    opacity: 0;
}

.secondNav .nav-link {
    color: #231815;
    font-size: 0.95vw;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    position: relative;
    display: block;
    padding: 2em 5em;
    margin: 0px;
}

.secondNav .nav-link::after {
    position: absolute;
    content: " ";
    left: 20%;
    right: 20%;
    bottom: -1px;
    height: 3px;
    background-color: #4F6666;
    opacity: 0;
    transition: all 0.5s;
}

.secondNav .nav-link.active::after{
    bottom: 0em;
    opacity: 0.5;
}

.secondNav .nav-link:hover::after {
    bottom: 0em;
    opacity: 0.5;
}

footer {
    position: relative;
    clip-path: polygon(0 7vw, 100% 0, 100% 100%, 0% 100%);
    background-color: #8A959A;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -7vw;
    padding-top: 10vw;
    padding-bottom: 2vh;
    z-index: 40;
}

footer .title {
    color: #abb5b5;
    font-size: 3vw;
    letter-spacing: 0px;
    margin-right: 0.2em;
    line-height: 1;
    writing-mode: horizontal-tb;
}

footer .infogroup {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: auto 1em;
    margin-top: auto;
    margin-bottom: 0px;
}

footer .infogroup .subtitle {
    font-family: 'Merriweather', serif;
    letter-spacing: 0px;
    font-size: 1.5vw;
    margin-right: 0.3em;
    margin-bottom: 0px;
}

footer .infogroup .innerTxt {
    color: #fff;
    font-size: 0.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}

footer .copyRight {
    color: #252525;
    letter-spacing: 0em;
    font-size: 0.7vw;
    margin-bottom: 2px;
}

footer .footer_make {
    width: 100%;
    text-align: center;
    margin-top: 1%;
    color: #b3b3b3;
    font-size: 0.8vw;
}

.infoType-1 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
}

.infoType-1 .titleDiv {
    position: relative;
    margin-top: -18%;
}

.infoType-1 .titleDiv .sectitle {
    margin-top: 2em;
    margin-right: 1.2vw;
}

.infoType-1 p {
    line-height: 2.7;
}

.infoType-1 p:nth-of-type(1) {
    margin-right: 6vw;
}

.titleType-2 {
    width: 7vw;
    height: 7vw;
    position: relative;
    top: -6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.titleType-2 h2 {
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    color: #fff;
    font-size: 3vw;
}

.titleType-2 h2:nth-last-of-type(1) {
    position: absolute;
    left: 60%;
    top: 60%;
}

.titleType-2 .dot {
    color: inherit;
    position: absolute;
    left: 80%;
    font-size: 1.1vw;
    bottom: -20%;
}

.titleType-2 .circleDiv {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: .5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: drawLine 2.5s forwards 1s;
}

.sectitleType-2-Div {
    margin-left: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.sectitleType-2 {
    display: inline-block;
    font-size: 1.5vw;
    writing-mode: horizontal-tb;
}

.sectitleType-2:nth-of-type(2) {
    margin-left: 1em;
}

.sectitleType-2.bg-grey {
    padding: 0.25em 0.5em;
}

.page2 .s2 .info {
    width: 100%;
    min-height: 25vh;
}

.page2 .s2 .info .sectitleType-2-Div {
    margin-left: 55%;
    margin-top: -3vw;
    width: 45%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

label {
    font-size: 0.95vw;
}

.form-group {
    margin-bottom: 2vw;
}

.group {
    width: 100%;
}

.inputGroup {
    width: 70%;
    margin: auto;
}

.form-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.inputGroup .form-group .input-div {
    flex-grow: 1;
}

.form-control {
    border: none;
    position: relative;
}

.input-div {
    position: relative;
    margin-left: 2em;
}

.input-div::after {
    content: " ";
    background-color: #B5B6B688;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
}

.msgArea {
    min-height: 10vw;
}

.inputGroup button {
    display: block;
    background-color: #4F6666;
    border: none;
    color: #eaebed;
    padding: 1em 2em;
    width: 40%;
    margin: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
    border-radius: 10px;
    transition: 0.5s;
}

.inputGroup button:hover {
    opacity: 0.8;
}

.pc-block {
    display: block;
}

.ph-block {
    display: inline;
}


/*導覽列按鈕*/

.navbar-toggler {
    position: relative;
    width: 14vw;
    height: 10vw;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    background: #aaaaaa;
    border-radius: 9px;
    opacity: 1;
    left: 20%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/*未展開*/

.navbar-toggler.collapsed span:nth-child(1) {
    top: 2vw;
    width: 60%;
    left: 20%;
    opacity: 1;
}

.navbar-toggler.collapsed span:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 60%;
    top: 4.5vw;
    opacity: 0;
}

.navbar-toggler.collapsed span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 60%;
    top: 4.5vw;
}

.navbar-toggler.collapsed span:nth-child(4) {
    bottom: 2vw;
    width: 60%;
    left: 20%;
    transform-origin: right bottom;
    opacity: 1;
}


/*展開*/

.navbar-toggler span:nth-child(1) {
    top: 2vw;
    left: 20%;
    opacity: 0;
}

.navbar-toggler span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler span:nth-child(4) {
    bottom: 2vw;
    left: 20%;
    opacity: 0;
}


/* 動畫區 */

.fadeInDown {
    opacity: 0;
    transform: translateY(-20px);
    animation-name: fadeInDown;
    animation-duration: 0.75s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fadeInRight {
    opacity: 0;
    transform: translateX(20px);
    animation-name: fadeInRight;
    animation-duration: 0.75s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.fadeInLeft {
    opacity: 0;
    transform: translateX(-20px);
    animation-name: fadeInLeft;
    animation-duration: 0.75s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.fadeInUp {
    opacity: 0;
    transform: translateY(20px);
    animation-name: fadeInUp;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.zommAllIn {
    overflow: hidden;
}

.zommAllIn img {
    display: block;
    -webkit-animation: zoomBig 15s alternate linear infinite;
    animation: zoomBig 15s alternate linear infinite;
}

@keyframes zoomBig {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.zommAllOut {
    overflow: hidden;
}

.zommAllOut img {
    display: block;
    -webkit-animation: zoomSmall 15s alternate-reverse linear infinite;
    animation: zoomSmall 15s alternate-reverse linear infinite;
}

@keyframes zoomSmall {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.bgZommAll {
    -webkit-animation: bgZommAll 15s alternate-reverse linear infinite;
    animation: bgZommAll 15s alternate-reverse linear infinite;
}

@keyframes bgZommAll {
    0% {
        background-size: 120% auto;
    }
    100% {
        background-size: 100% auto;
    }
}

.title {
    opacity: 0;
    animation: blurIn 2s forwards;
    white-space: nowrap;
}

.blurIn {
    opacity: 0;
    animation: blurIn 2s forwards;
}

@keyframes blurIn {
    0% {
        filter: blur(20px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

.sectitle {
    opacity: 0;
    animation: blurInUp 1.5s forwards 1s;
}

@keyframes blurInUp {
    0% {
        transform: translateY(20px);
        filter: blur(5px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }
    .ph {
        display: block;
    }
    .mainNav .navbar-brand-link {
        width: 150px;
        margin-left: 20px;
    }
    .navbar-toggler {
        color: #fff;
    }
}

.test {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 20%;
}

html,
body {
    position: relative;
}

span.number {
    text-combine-upright: all;
    margin: 0.5em auto 0.5em;
}

span.numberNoMargin {
    text-combine-upright: all;
    margin: 0.25em auto 0.25em;
}


/* .falseFooter {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 50;
    margin-bottom: 20px;
}

.falseFooter::after {
    position: absolute;
    content: " ";
    height: 20px;
    background-color: rgb(140, 151, 155);
} */


/* 選取時顏色 */

::-moz-selection {
    background: #8A959A;
    /* color: white; */
}

 ::selection {
    background: #8A959A;
    /* color: white; */
}


/* 電腦板專屬 */

@media screen and (min-width:769px) {
    .community:nth-last-of-type(1) {
        margin-right: 0px;
    }
    .mainNav .nav-item-community {
        padding-right: 0px;
    }
}


/* 手機板 */

@media screen and (max-width: 768px) {
     :root {
        --clipHeight: 100vw;
        --clipClipTop: 10vw;
        --clipClipBottom: calc(100% - 10vw);
    }
    p {
        font-size: 16px;
    }
    .mainNav .nav-item {
        padding: 0.5em;
    }
    .mainNav .nav-link {
        font-size: 18px;
        display: block;
        padding-left: 0.5em;
    }
    .mainNav .nav-link::after {
        bottom: -0.5em;
    }
    .mainNav .nav-link:hover::after {
        bottom: -0.2em;
    }
    .community {
        height: 20px;
    }
    .mainNav ul {
        margin-top: 1.5em;
        height: 90vh;
        justify-content: flex-start;
    }
    .mainNav .nav-item-community {
        margin-top: 1.5em;
    }
    .mainNav .nav-item {
        margin: 1vh 1em;
    }
    .header {
        background-size: cover;
        background-attachment: scroll;
        background-position: center center;
        animation: none;
    }
    .header::before {
        height: 20vw;
        clip-path: polygon(0 0, 100% var(--clipClipTop), 100% 100%, 0% 100%);
        /* clip-path: polygon(100% 7vw, 100% 100%, 0% 100%, 0 0); */
        animation: headerBeforeAni forwards 2s;
    }
    @keyframes headerBeforeAni {
        0% {
            opacity: 0;
            height: 60vw;
        }
        100% {
            opacity: 0.5;
            height: 40vw;
        }
    }
    .inner-container {
        margin-top: -30vw;
        padding-top: 35vw;
        clip-path: polygon(0 20vw, 100% 0, 100% 100%, 0% 100%);
    }
    .inner-container::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 var(--clipClipBottom));
        animation: none;
        animation: inner-containerBeforeAni forwards 1.5s 0.5s;
    }
    @keyframes inner-containerBeforeAni {
        0% {
            opacity: 0;
            height: 50vw;
        }
        100% {
            opacity: 1;
            height: 30vw;
        }
    }
    .header .info {
        bottom: 25vw;
    }
    .banner_mainTitle {
        font-size: 32px;
    }
    .banner_secondTitle {
        font-size: 28px;
        left: 1.5em;
    }
    .title {
        opacity: 0;
        animation: blurIn 1s forwards;
        white-space: nowrap;
    }
    .titleCircle {
        animation: drawLine 2s forwards;
    }
    .title-decoTxt {
        opacity: 0;
        animation-delay: 0s;
        animation-duration: 0.5s;
    }
    .secondNav {
        flex-wrap: wrap;
        margin-bottom: 3vh;
    }
    .secondNav .nav-link {
        font-size: 16px;
        padding: 1em 1.5em;
        white-space: nowrap;
    }
    .fadeInDown {
        opacity: 0;
        transform: translateY(-20px);
        animation: fadeInDown 0.75s forwards ease-in 0s;
    }
    .fadeInRight {
        opacity: 0;
        transform: translateX(20px);
        animation: fadeInRight 0.75s forwards ease-in 0s;
    }
    .fadeInLeft {
        opacity: 0;
        transform: translateX(-20px);
        animation: fadeInLeft 0.75s forwards ease-in 0s;
    }
    .fadeInUp {
        opacity: 0;
        transform: translateY(50px);
        /* animation:  0.75s forwards ease-in-out; */
        animation-name: fadeInUp;
        animation-duration: 0.75s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
    }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(100px);
        }
        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }
    .bg-grey {
        background-color: #ffffff00;
        padding: 0% 0%;
    }
    .title {
        font-size: 24px;
        writing-mode: horizontal-tb;
        white-space: nowrap;
        margin: 0px;
    }
    .sectitle {
        font-size: 18px;
        writing-mode: horizontal-tb;
        white-space: nowrap;
        margin: 0px;
        padding-left: 0.3em;
    }
    .thirdtitle {
        font-size: 16px;
    }
    .infoType-1 {
        padding-top: 5vh;
        flex-direction: column;
    }
    .infoType-1 .titleDiv {
        flex-direction: column;
        margin-top: 0%;
    }
    .infoType-1 .titleDiv .sectitle {
        line-height: 1.5;
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
    }
    .infoType-1 .titleDiv .sectitle span:nth-last-of-type(1) {
        padding-left: 0px;
    }
    .infoType-1 p:nth-of-type(1) {
        margin-top: 3vh;
        margin-right: 0vw;
        margin-bottom: 0px;
    }
    .infoType-1 p {
        writing-mode: horizontal-tb;
        text-indent: 2em;
        margin-left: 0vw;
        margin-right: 0vw;
        text-align: justify;
        line-height: 2;
    }
    .inner-container .section:nth-last-child(1) {
        padding-bottom: 20vh;
    }
    .page2 .s2 .info {
        margin-top: -8vh;
    }
    .titleType-2 {
        width: 25vw;
        height: 25vw;
        top: 0vh;
    }
    .titleType-2 h2 {
        font-size: 40px;
    }
    .titleType-2 .dot {
        font-size: 20px;
    }
    .addWhiteCircle {
        width: 80px;
        height: 80px;
        left: -20px;
        top: -20px;
        stroke-width: 0.5px;
    }
    .addBlackCircle {
        width: 80px;
        height: 80px;
        left: -40px;
        top: -40px;
        stroke-width: 0.5px;
    }
    .addBorder {
        display: block;
    }
    .addBorder::after {
        opacity: 0;
    }
    .pc-block {
        display: inline;
    }
    .ph-block {
        display: block;
    }
    .deco-city {
        width: 100vw;
    }
    .padding-rl-normal {
        padding-left: 7vw;
        padding-right: 7vw;
    }
    label {
        font-size: 14px;
        white-space: nowrap;
        font-weight: 300;
    }
    footer {
        flex-direction: row;
        flex-wrap: wrap;
    }
    footer .title {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    footer .infogroup.title {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    footer .infogroup {
        margin-top: 3px;
        margin-bottom: 3px;
        align-items: center;
        line-height: 2;
    }
    footer .infogroup .subtitle {
        margin-top: 2px;
        font-size: 10px;
        margin-right: 8px;
        line-height: 2;
    }
    footer .infogroup .innerTxt {
        color: #fff;
        font-size: 12px;
    }
    footer .infogroup .innerTxt a {
        color: #fff;
        font-size: 12px;
    }
    footer .copyRight {
        font-size: 12px;
        font-weight: 300;
    }
    footer .footer_make {
        font-size: 12px;
    }
    .inputGroup button {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    /*動畫區*/
    .sectitle {
        opacity: 0;
        animation: blurInUp 1.5s forwards 0s;
    }
}