@charset "utf-8";
/* CSS Document */
body,
input,
select{
    font-family: Microsoft JhengHei, Arial;
}

/* =========================================================
 * 整頁區塊
 * ========================================================= */
#wrap{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: auto;
}
#wrap.open{
    overflow: hidden;
}
.viewArea{
    width: calc(100% - 4.1667vw * 2);
    max-width: calc(1920px - 4.1667vw * 2);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 4.1667vw;
}
.page{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1023px){
    .page{
        min-height: calc(100% - 80px - 5px - 170px);
    }
}
.page .pageBannerArea{
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.page .pageBannerArea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page .viewArea{
    width: calc(100% - 8vw * 2);
    max-width: calc(1920px - 8vw * 2);
    padding: 2.6vw 8vw;
}

.page .pageContent{
    width: 100%;
}

.hidden{
    width: 1px;
    height: 1px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

/* 麵包屑 */
.breadcrumbs{
    width: 100%;
    margin: 0px 0px 3.62vw 0px;
}
@media screen and (max-width: 1023px){
    .breadcrumbs{
        margin: 0px 0px 8vw 0px;
    }
}
.breadcrumbs>ul{
    color: #000000;
    font-size: 1.18vw;
    font-weight: normal;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1023px){
    .breadcrumbs>ul{
        font-size: 3.75vw;
    }
}
.breadcrumbs>ul>li{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 5px;
}
.breadcrumbs>ul>li:after{
    content: '>';
    margin: 0px 0px 0px 5px;
}
.breadcrumbs>ul>li:last-child:after{
    content: none;
}
.breadcrumbs>ul>li>a,
.breadcrumbs>ul>li>h1{
    color: #000000;
    font-size: 1.18vw;
    font-weight: normal;
    text-align: left;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .breadcrumbs>ul>li>a,
    .breadcrumbs>ul>li>h1{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    .breadcrumbs>ul>li>a,
    .breadcrumbs>ul>li>h1{
        font-size: 3.75vw;
    }
}
.breadcrumbs>ul>li>a:hover{
    color: #FF6600;
}

/* 照片列表 */
ul.photos1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
ul.photos1>li{
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
    margin: calc((100% - 340px * 4) / 8);
}
@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media{
    ul.photos1>li{
        width: auto;
    }
}}
@media screen and (min-width: 1490px) and (max-width: 1719px){
    ul.photos1>li{
        max-width: 280px;
        margin: calc((100% - 280px * 4) / 8);
    }
}
@media screen and (min-width: 1260px) and (max-width: 1489px){
    ul.photos1>li{
        max-width: 320px;
        margin: calc((100% - 320px * 3) / 6);
    }
}
@media screen and (min-width: 1024px) and (max-width: 1259px){
    ul.photos1>li{
        max-width: 260px;
        margin: calc((100% - 260px * 3) / 6);
    }
}
@media screen and (min-width: 900px) and (max-width: 1023px){
    ul.photos1>li{
        max-width: 340px;
        margin: calc((100% - 340px * 2) / 4);
    }
}
@media screen and (min-width: 700px) and (max-width: 899px){
    ul.photos1>li{
        max-width: 260px;
        margin: calc((100% - 260px * 2) / 4);
    }
}
@media screen and (max-width: 699px){
    ul.photos1>li{
        max-width: none;
        margin: 20px 0px;
    }
}
ul.photos1>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
ul.photos1>li figure{
    width: 100%;
    position: relative;
    overflow: hidden;
}
ul.photos1>li figure:before{
    content: '';
    display: block;
    margin-top: 100%;
}
ul.photos1>li figure:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.photos1>li:hover figure:after{
    background: rgba(0, 0, 0, 0);
}
ul.photos1>li figure.noPic{
    background-color: #FFFFFF;
    background-image: linear-gradient(45deg, #EEEEEE 25%, transparent 25%, transparent 75%, #EEEEEE 75%, #EEEEEE),
                      linear-gradient(45deg, #EEEEEE 25%, transparent 25%, transparent 75%, #EEEEEE 75%, #EEEEEE);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    position: relative;
}
ul.photos1>li figure.noPic:after{
    content: '';
    width: 100%;
    height: 100%;
    background: url(/images/logoLongdornGray.svg);
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.photos1>li figure img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.photos1>li figure figcaption{
    width: 100%;
    border-top: 5px solid #E60012;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
    left: 0px;
    top: -15%;
}
ul.photos1>li>a:hover figure figcaption{
    top: 0px;
    animation: 0.3s linear 0s normal forwards 1 animationPhotos1Figcaption;
}
@keyframes animationPhotos1Figcaption{
    0%  { opacity: 0; top: -15%;}
    100%{ opacity: 1; top: 0px; }
}
ul.photos1>li figure figcaption div{
    background: #E60012;
    color: #FFFFFF;
    font-size: 1.25vw;
    font-weight: normal;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    padding: 0px 10px calc(2px + 5px) 20px;
    position: relative;
}
@media screen and (max-width: 699px){
    ul.photos1>li figure figcaption div{
        font-size: 4.12vw;
    }
}
ul.photos1>li figure figcaption:after{
    content: '';
    width: 100%;
    background: linear-gradient(
        130deg,
        rgba(230, 0, 18, 1) calc(1.25vw + 2px + 5px),
        transparent calc(1.25vw + 2px + 5px)
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 699px){
    ul.photos1>li figure figcaption:after{
        background: linear-gradient(
            130deg,
            rgba(230, 0, 18, 1) calc(4.12vw + 2px + 5px),
            transparent calc(4.12vw + 2px + 5px)
        );
    }
}
ul.photos1>li>a>div{
    width: 100%;
}
ul.photos1>li h3{
    width: 100%;
    color: #000000;
    font-size: 1.758vw;
    font-weight: bold;
    text-align: left;
    margin: 1.25vw 0px 0.2vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos1>li h3{
        font-size: 2.916vw;
        line-height: 7vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos1>li h3{
        font-size: 4.375vw;
        line-height: 10vw;
    }
}
ul.photos1>li p{
    width: 100%;
    max-height: 4.8vw;
    color: #666666;
    font-size: 1.172vw;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos1>li p{
        max-height: 10.24vw;
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos1>li p{
        max-height: 17.92vw;
        font-size: 4.375vw;
    }
}
ul.photos1>li p.place{
    margin: 20px 0px 0px 0px;
}

ul.photos2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
ul.photos2>li{
    max-width: calc(100% - 20px * 2);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    overflow: hidden;
}
@media screen and (max-width: 1023px){
    ul.photos2>li{
        max-width: 100%;
        margin: 20px 0px;
    }
}

ul.photos2>li>p{
    color: #666666;
    font-size: 1.25vw;
    line-height: normal;
    margin: 0px;
}
ul.photos2>li figure{
    width: 100%;
    position: relative;
}
ul.photos2>li figure img{
    max-width: 100%;
}
ul.photos2>li figure figcaption{
    width: calc(100% - 1.25vw * 2);
    background: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    font-size: 1.25vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0px;
    padding: 1.25vw;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos2>li figure figcaption{
        width: calc(100% - 2.5vw * 2);
        background: rgba(51, 51, 51, 1);
        font-size: 2.5vw;
        padding: 2.5vw;
        position: relative;
        top: 0px;
        bottom: auto;
    }
}
@media screen and (max-width: 479px){
    ul.photos2>li figure figcaption{
        width: calc(100% - 4.375vw * 2);
        background: rgba(51, 51, 51, 1);
        font-size: 4.375vw;
        padding: 4.375vw;
        position: relative;
        top: 0px;
        bottom: auto;
    }
}
ul.photos2>li:hover figure figcaption{
    animation: 1.5s linear 0s normal forwards 1 animationPhotos2Figcaption;
}
@keyframes animationPhotos2Figcaption{
    0%  { opacity: 1; bottom: 0px;      }
    100%{ opacity: 0; bottom: -100%;    }
}
@media screen and (max-width: 1023px){
    ul.photos2>li:hover figure figcaption{
        animation: none;
    }
}

ul.photos3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
ul.photos3>li{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 20px * 2);
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    overflow: hidden;
}
@media screen and (max-width: 1023px){
    ul.photos3>li{
        max-width: 100%;
        margin: 20px 0px;
        flex-basis: calc(100% - 20px * 2);
    }
}
ul.photos3>li>p{
    color: #666666;
    font-size: 1.25vw;
    line-height: normal;
    margin: 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos3>li>p{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos3>li>p{
        font-size: 4.375vw;
    }
}
ul.photos3>li figure{
    width: 100%;
}
ul.photos3>li figure .imgArea{
    width: 100%;
    height: calc(100vw / 1920 * 550);
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1023px){
    ul.photos3>li figure .imgArea{
        height: auto;
    }
}
ul.photos3>li figure .imgArea>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.photos3.list>li:hover figure .imgArea>img{
    transform: scale(1.1);
    transition: transform 0.5s;
}
ul.photos3>li figure figcaption{
    width: 100%;
    margin: 0px;
    padding: 1.25vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos3>li figure figcaption{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos3>li figure figcaption{
        font-size: 4.375vw;
    }
}
ul.photos3>li figure figcaption h3{
    color: #000000;
    font-size: 1.758vw;
    font-weight: bold;
    margin: 0px 0px 1vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos3>li figure figcaption h3{
        font-size: 2.916vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos3>li figure figcaption h3{
        font-size: 4.375vw;
    }
}
ul.photos3>li figure figcaption p{
    color: #333333;
    font-size: 1.172vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos3>li figure figcaption p{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos3>li figure figcaption p{
        font-size: 4.375vw;
    }
}

ul.photos4{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
ul.photos4>li{
    width: 100%;
    min-width: 260px;
    max-width: 700px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    align-items: flex-start;
    margin: 30px 0px;
}
@media screen and (min-color-index:0)
and(-webkit-min-device-pixel-ratio:0) { @media{
    ul.photos4>li{
        width: auto;
    }
}}
@media screen and (min-width: 1490px) and (max-width: 1719px){
    ul.photos4>li{
        max-width: 600px;
    }
}
@media screen and (min-width: 1260px) and (max-width: 1489px){
    ul.photos4>li{
        max-width: 500px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1259px){
    ul.photos4>li{
        max-width: 400px;
    }
}
@media screen and (max-width: 1023px){
    ul.photos4>li{
        max-width: none;
    }
}
ul.photos4>li>a{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
ul.photos4>li .imgArea{
    width: calc(100% - 10px * 2);
    height: calc(100vw / 1920 * 440);
    border: 10px solid #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(102, 102, 102, 1);
    margin: 0px 0px 20px 0px;
    position: relative;
}
@media screen and (max-width: 1023px){
    ul.photos4>li .imgArea{
        width: calc(100% - 5px * 2);
        height: calc(100vw / 1920 * 880);
        border: 5px solid #FFFFFF;
    }
}
ul.photos4>li .imgArea:after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.photos4>li:hover .imgArea:after{
    background: rgba(0, 0, 0, 0);
}
ul.photos4>li .imgArea.noPic{
    background-color: #FFFFFF;
    background-image: linear-gradient(45deg, #EEEEEE 25%, transparent 25%, transparent 75%, #EEEEEE 75%, #EEEEEE),
                      linear-gradient(45deg, #EEEEEE 25%, transparent 25%, transparent 75%, #EEEEEE 75%, #EEEEEE);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    position: relative;
}
ul.photos4>li .imgArea.noPic:after{
    content: '';
    width: 100%;
    height: 100%;
    background: url(/images/longTingLogoGray.svg);
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.photos4>li .imgArea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.photos4>li>a>div{
    width: 100%;
}
ul.photos4>li h4{
    width: 100%;
    color: #000000;
    font-size: 1.758vw;
    font-weight: bold;
    text-align: left;
    margin: 1.25vw 0px 0.2vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos4>li h4{
        font-size: 2.916vw;
        line-height: 7vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos4>li h4{
        font-size: 4.375vw;
        line-height: 10vw;
    }
}
ul.photos4>li p{
    color: #333333;
    font-size: 1.172vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    ul.photos4>li p{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    ul.photos4>li p{
        font-size: 4.375vw;
    }
}
ul.photos4>li p.place{
    margin: 20px 0px 0px 0px;
}



/* 內頁標題 */
.pageContent h2.title{
    color: #000000;
    font-size: 3.125vw;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 2vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .pageContent h2.title{
        font-size: 6vw;
    }
}
@media screen and (max-width: 479px){
    .pageContent h2.title{
        font-size: 8vw;
    }
}
.pageContent h3{
    color: #000000;
    font-size: 1.667vw;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 2vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .pageContent h3{
        font-size: 3vw;
        line-height: 6vw;
    }
}
@media screen and (max-width: 479px){
    .pageContent h3{
        font-size: 5vw;
        line-height: 10vw;
    }
}
.pageContent h4{
    color: #333333;
    font-size: 1.458vw;
    font-weight: bold;
    line-height: 3vw;
    text-align: left;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .pageContent h4{
        font-size: 2.916vw;
        line-height: 7vw;
    }
}
@media screen and (max-width: 479px){
    .pageContent h4{
        font-size: 4.375vw;
        line-height: 10vw;
    }
}
.pageContent p{
    color: #000000;
    font-size: 1.3542vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0px 0px 1.3542vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .pageContent p{
        font-size: 2.5vw;
        line-height: 6vw;
    }
}
@media screen and (max-width: 479px){
    .pageContent p{
        font-size: 4.375vw;
        line-height: 8vw;
    }
}
.pageContent img{
    max-width: 100%;
    max-height: 90vh;
}

/* 內頁文章區塊 */
.articleArea{
    color: #000000;
    font-size: 1.3542vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media screen and (max-width: 1023px){
    .articleArea{
        font-size: 4.375vw;
        line-height: 8vw;
    }
}
.articleArea div{
    margin: 0px 0px 1.5vw 0px;
}


/* 列表 */
.articleArea ul.twoColumn{
    display: inline-block;
    column-count: 2;
}
@media screen and (max-width: 1023px){
    .articleArea ul.twoColumn{
        column-count: 1;
    }
}
.articleArea ul.twoColumn>li{
    break-inside: avoid;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 1.25vw 1.5vw 1.25vw;
}
@media screen and (max-width: 1023px){
    .articleArea ul.twoColumn>li{
        margin: 3vw 3vw;
    }
}
.articleArea ul.list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.articleArea ul.list>li{
    color: #000000;
    font-size: 1.25vw;
    font-weight: normal;
    line-height: 3.62vw;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1023px){
    .articleArea ul.list>li{
        font-size: 4.375vw;
        line-height: 8vw;
    }
}
.articleArea ul.list>li{
    margin: 0px 0px 1.5vw 0px;
}

/* 頁碼 */
#pageArea{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 3vw 0px;
}
#pageArea>#pageContent{
    color: #000000;
    font-size: 1.25vw;
    font-weight: normal;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    #pageArea>#pageContent{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    #pageArea>#pageContent{
        font-size: 4.375vw;
    }
}
#pageArea>#pageContent>input{
    background: transparent;
    border: 0px;
    color: #000000;
    font-size: 1.25vw;
    font-weight: normal;
    text-align: left;
    margin: 0px 15px;
    cursor: pointer;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    #pageArea>#pageContent>input{
        font-size: 2.5vw;
        margin: 0px 10px;
    }
}
@media screen and (max-width: 479px){
    #pageArea>#pageContent>input{
        font-size: 4.375vw;
        margin: 0px 5px;
    }
}
#pageArea>#pageContent>ul{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#pageArea>#pageContent>ul>li{
    color: #000000;
    margin: 0px 15px;
    cursor: pointer;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    #pageArea>#pageContent>ul>li{
        margin: 0px 10px;
    }
}
@media screen and (max-width: 479px){
    #pageArea>#pageContent>ul>li{
        margin: 0px 5px;
    }
}
#pageArea>#pageContent>ul>li.current{
    color: #E60012;
    cursor: auto;
}

/* colorbox */
#cboxLoadedContent,
#cboxTitle,
#cboxCurrent{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* =========================================================
 * Header 區塊
 * ========================================================= */
#wrap>header{
    width: 100%;
    height: 22.656vw;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 0px,
        rgba(0, 0, 0, 0) 120px,
        transparent 120px
    ), url(/images/headerBackground.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center center, top center;
    border-top: 0.469vw solid #E60012;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1023px){
    #wrap>header{
        height: 160px;
        border-top: 3px solid #E60012;
    }
}
#wrap>header.noBackground{
    width: 100%;
    height: 120px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 0px,
        rgba(0, 0, 0, 0) 120px,
        transparent 120px
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}
#wrap>header.black{
    width: 100%;
    height: 140px;
    background: #333333;
}
@media screen and (max-width: 1023px){
    #wrap>header.black{
        height: 80px;
        /*margin: 10px 0px 0px 0px;*/
    }
}
#wrap>header>.viewArea{
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: stretch;
    align-items: flex-start;
}

#wrap>header>.viewArea>input.menuBtn{
    display: none;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>input.menuBtn{
        width: 50px;
        height: 40px;
        background: transparent;
        border: 1px solid #A3AFB7;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 12px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        flex-grow: 0;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        margin: calc(1.354vw + 10px) 10px 0px 0px;
        position: relative;
        z-index: 999;
        cursor: pointer;
        outline: none;
        overflow: hidden;
    }
}
#wrap>header>.viewArea>.logoArea{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin: 1.354vw 0px 0px 0px;
    position: relative;
    z-index: 999;
}
#wrap>header>.viewArea>.logoArea>a{
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#wrap>header>.viewArea>.logoArea>a>img{
    height: 70px;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>.logoArea>a>img{
        height: 40px;
        margin: 10px 0px 0px 0px;
    }
}

#wrap>header>.viewArea>nav{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-end;
    align-items: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: 0.364vw 0px 0px 0px;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav{
        width: 100%;
        background: #333333;
        display:none;
        margin: 0.469vw 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 900;
    }
}
#wrap>header>.viewArea>nav>ul{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul{
        width: 100%;
        flex-direction: column;
        justify-content: stretch;
    }
}
#wrap>header>.viewArea>nav>ul>li{
    height: 90px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 30px;
    margin: 0px calc(-30px / 2);
    position: relative;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li{
        width: 100%;
        height: auto;
        min-height: 70px;
        border-bottom: 1px solid #666666;
        opacity: 0;
        flex-wrap: wrap;
        flex-direction: row;
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: center;
        align-items: stretch;
        margin: 0px;
        padding: 0px;
    }
}
#wrap>header>.viewArea>nav>ul>li:hover{
    background: linear-gradient(
        105deg,
        transparent 15%,
        rgba(230, 0, 18, 1) 15%,
        rgba(220, 0, 18, 1) 85%,
        transparent 85%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li:hover{
        background: none;
    }
}
#wrap>header>.viewArea>nav>ul>li>div,
#wrap>header>.viewArea>nav>ul>li>a{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li>div,
    #wrap>header>.viewArea>nav>ul>li>a{
        width: calc(100% - 30px * 2);
        min-height: 70px;
        font-size: 20px;
        flex-direction: row;
        justify-content: left;
        margin: 0px;
        padding: 0px 30px;
    }
}
@media screen and (max-width: 479px){
    #wrap>header>.viewArea>nav>ul>li>div,
    #wrap>header>.viewArea>nav>ul>li>a{
        width: calc(100% - 30px * 2);
        min-height: 70px;
        font-size: 18px;
        flex-direction: row;
        justify-content: left;
        margin: 0px;
        padding: 0px 30px;
    }
}
#wrap>header>.viewArea>nav>ul>li.current>div,
#wrap>header>.viewArea>nav>ul>li.current>a{
    text-decoration: underline;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li.current>div,
    #wrap>header>.viewArea>nav>ul>li.current>a{
        background: #E60012;
        color: #FFFFFF;
        text-decoration: none;
    }
}
#wrap>header>.viewArea>nav>ul>li>ul{
    width: 100%;
    display: none;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 6px;
    z-index: 99;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li>ul{
        width: 100%;
        background: #666666;
        flex-grow: 0;
        flex-shrink: 0;
        justify-content: stretch;
        padding: 10px 0px;
        position: relative;
        top: 0px;
        left: 0px;
    }
}
@media screen and (min-width: 1024px){
    #wrap>header>.viewArea>nav>ul>li:hover>ul{
        display: flex;
    }
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li.current>ul{
        display: flex;
    }
}
#wrap>header>.viewArea>nav>ul>li>ul>li{
    width: 100%;
    background: linear-gradient(
        105deg,
        transparent 12%,
        rgba(51, 51, 51, 1) 12%,
        rgba(41, 41, 41, 1) 88%,
        transparent 88%
    );
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px calc(-18% * (var(--liConter) + 1));
    padding: 10px 0px;
    position: relative;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li>ul>li{
        background: #666666;
        margin: 0px;
        padding: 0px;
    }
}
#wrap>header>.viewArea>nav>ul>li>ul>li>a{
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1023px){
    #wrap>header>.viewArea>nav>ul>li>ul>li>a{
        width: calc(100% - 30px - 60px);
        height: calc(100% - 10px * 2);
        color: #FFFFFF;
        align-items: flex-start;
        padding: 10px 30px 10px 60px;
    }
}
#wrap>header>.viewArea>nav>ul>li>ul>li.current>a{
    text-decoration: underline;
}
#wrap>header>.viewArea>nav>ul>li>ul>li>a>em{
    width: 100%;
    font-size: 12px;
    font-style: normal;
    display: block;
}

/* =========================================================
 * 首頁
 * ========================================================= */
#wrap>.index{
    height: max-content;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* 首頁動畫 */
#wrap>.index .indexAnimation{
    width: 100%;
    height: 100%;
    background: #333333;
    display: flex;
    /*display: none;*/
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    animation: 15s linear 0s normal forwards 1 indexAnimationArea;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation{
        flex-direction: column;
    }
}
@keyframes indexAnimationArea{
    0% { opacity: 1; visibility: visible; }
    87% { opacity: 1; }
    99% { opacity: 0; }
    100%{ opacity: 0; visibility: hidden; }
}
#wrap>.index .indexAnimation>.logo{
    width: 15vw;
    height: 15vw;
    visibility: hidden;
    animation: 9s linear 6s normal forwards 1 indexAnimationAreaLogo;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>.logo{
        width: 50vw;
        height: 50vw;
    }
}
@keyframes indexAnimationAreaLogo{
    0%      { width: 0px; height: 0px; visibility: visible; transform: rotate(0deg); }
    2.5%    { transform: rotate(720deg); }
    5%      { width: 15vw; height: 15vw; transform: rotate(1440deg); }
    100%    { transform: rotate(1440deg); }
}
@media screen and (orientation: portrait) {
    @keyframes indexAnimationAreaLogo{
        0%      { width: 0px; height: 0px; visibility: visible; transform: rotate(0deg); }
        2.5%    { transform: rotate(720deg); }
        5%      { width: 50vw; height: 50vw; transform: rotate(1440deg); }
        100%    { transform: rotate(1440deg); }
    }
}
#wrap>.index .indexAnimation>.companyName{
    max-width: 0px;
    color: #FFFFFF;
    margin: 0px 0px 0px 4vh;
    visibility: hidden;
    overflow: hidden;
    animation: 8s linear 7s normal forwards 1 indexAnimationAreaCompanyName;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>.companyName{
        max-width: 100vw;
        height: 30vw;
        max-height: 0px;
        margin: 3vh 0px 0px 0px;
    }
}
@keyframes indexAnimationAreaCompanyName{
    0%          { max-width: 0px; visibility: visible; }
    37.5%,100%  { max-width: 100vw; }
}
@media screen and (orientation: portrait) {
    @keyframes indexAnimationAreaCompanyName{
        0%          { max-width: 100vw; max-height: 0px; visibility: visible; }
        37.5%,100%  { max-width: 100vw; max-height: 100vh; }
    }
}

#wrap>.index .indexAnimation>.companyName>h3{
    opacity: 0;
    font-size: 22.2px;
    /*font-size: 7.5vw;*/
    visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: 7.5s linear 7.5s normal forwards 1 indexAnimationAreaCompanyNameH3;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>.companyName>h3{
        /*font-size: 12vw;*/
    }
}
@keyframes indexAnimationAreaCompanyNameH3{
    0%      { font-size: 22.2px; opacity: 0; visibility: visible; }
    33.33%  { font-size: 7.5vw; opacity: 1; text-shadow: 0px 0.47vw 0.94vw rgba(255, 255, 255, 0.7); }
    50%     { font-size: 7.5vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    100%    { font-size: 7.5vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
}
@media screen and (orientation: portrait) {
    @keyframes indexAnimationAreaCompanyNameH3{
        0%      { font-size: 22.2px; opacity: 0; visibility: visible; }
        33.33%  { font-size: 12vw; opacity: 1; text-shadow: 0px 1.88vw 3.76vw rgba(255, 255, 255, 0.7); }
        50%     { font-size: 12vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
        100%    { font-size: 12vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    }
}
#wrap>.index .indexAnimation>.companyName>h4{
    font-size: 12px;
    /*font-size: 4.05vw;*/
    visibility: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: 7.5s linear 7.5s normal forwards 1 indexAnimationAreaCompanyNameH4;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>.companyName>h4{
        /*font-size: 6.48vw;*/
    }
}
@keyframes indexAnimationAreaCompanyNameH4{
    0%      { font-size: 12px; opacity: 0; visibility: visible; }
    33.33%  { font-size: 4.05vw; opacity: 1; text-shadow: 0px 0.47vw 0.94vw rgba(255, 255, 255, 0.7); }
    50%     { font-size: 4.05vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    100%    { font-size: 4.05vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
}
@media screen and (orientation: portrait) {
    @keyframes indexAnimationAreaCompanyNameH4{
        0%      { font-size: 12px; opacity: 0; visibility: visible; }
        33.33%  { font-size: 6.48vw; opacity: 1; text-shadow: 0px 1.88vw 3.76vw rgba(255, 255, 255, 0.7); }
        50%     { font-size: 6.48vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
        100%    { font-size: 6.48vw; opacity: 1; text-shadow: 0px 0px 0px rgba(255, 255, 255, 0); }
    }
}
#wrap>.index .indexAnimation>ul{
    /*border: 1px solid #FFFFFF;*/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15vh;
    left: -100%;
    animation: 10s linear 0s normal forwards 1 indexAnimationUL;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>ul{
        width: 100vw;
        height: calc(100vh - 2vh);
        flex-wrap: wrap;
        align-items: space-between;
        bottom: 2vh;
        animation: 8s linear 0s normal forwards 1 indexAnimationUL;
    }
}
@keyframes indexAnimationUL{
    0%  { left: -70vh; }
    60% { left: 50%; opacity: 1; transform: translateX(-50%); }
    100%{ left: 50%; opacity: 0; transform: translateX(-50%); }
}
@media screen and (orientation: portrait) {
    @keyframes indexAnimationUL{
        0%  { left: -70vw; }
        75% { left: 50%; opacity: 1; transform: translateX(-50%); }
        100%{ left: 50%; opacity: 0; transform: translateX(-50%); }
    }
}
#wrap>.index .indexAnimation>ul>li{
    width: 10.42vw;
    height: 10.42vw;
    opacity: 0;
    position: relative;
    margin: 0px 1vw;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>ul>li{
        width: 41.68vw;
        height: 41.68vw;
        margin: 0px 2vw;
    }
}
#wrap>.index .indexAnimation>ul>li:nth-child(1){
    animation: 6s linear 3s normal forwards 1 indexAnimationLi;
}
#wrap>.index .indexAnimation>ul>li:nth-child(2){
    animation: 6s linear 2s normal forwards 1 indexAnimationLi;
}
#wrap>.index .indexAnimation>ul>li:nth-child(3){
    animation: 6s linear 1s normal forwards 1 indexAnimationLi;
}
#wrap>.index .indexAnimation>ul>li:nth-child(4){
    animation: 6s linear 0s normal forwards 1 indexAnimationLi;
}
@keyframes indexAnimationLi{
    0%      { opacity: 0; transform: rotate(0deg); }
    16.67%  { opacity: 1; transform: rotate(0deg); }
    100%    { opacity: 1; transform: rotate(0deg); }
}
#wrap>.index .indexAnimation>ul>li>.box{
    width: 5.21vw;
    height: 5.21vw;
    background: #E60012;
    border-radius: 0.11vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3.125vw;
    left: 2.601vw;
    z-index: 2;
    transform: rotate(45deg);
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>ul>li>.box{
        width: 20.84vw;
        height: 20.84vw;
        border-radius: 0.44vw;
        top: 12.5vw;
        left: 10.404vw;
    }
}
#wrap>.index .indexAnimation>ul>li:nth-child(1)>.box{
    animation: 1.5s linear 3s forwards 2 indexAnimationBox;
}
#wrap>.index .indexAnimation>ul>li:nth-child(2)>.box{
    animation: 2s linear 2s forwards 2 indexAnimationBox;
}
#wrap>.index .indexAnimation>ul>li:nth-child(3)>.box{
    animation: 2.5s linear 1s forwards 2 indexAnimationBox;
}
#wrap>.index .indexAnimation>ul>li:nth-child(4)>.box{
    animation: 3s linear 0s forwards 2 indexAnimationBox;
}
@keyframes indexAnimationBox{
    0%{ top: 2.601vw; transform: rotate(0deg); }
    5%{ border-radius: 0.11vw; }
    12.5%{ border-bottom-right-radius: 2.083vw; top: 4.167vw; transform: rotate(45deg); }
    20%{ border-radius: 0.11vw; }
    25%{ top: 2.601vw; transform: rotate(90deg); }
    30%{ border-radius: 0.11vw; }
    37.5%{ border-top-right-radius: 2.083vw; top: 4.167vw; transform: rotate(135deg); }
    45%{ border-radius: 0.11vw; }
    50%{ top: 2.601vw; transform: rotate(180deg); }
    55%{ border-radius: 0.11vw; }
    62.5%{ border-top-left-radius: 2.083vw; top: 4.167vw; transform: rotate(225deg); }
    70%{ border-radius: 0.11vw; }
    75%{ top: 2.601vw; transform: rotate(270deg); }
    80%{ border-radius: 0.11vw; }
    87.5%{ border-bottom-left-radius: 2.083vw; top: 4.167vw; transform: rotate(315deg); }
    95%{ border-radius: 0.11vw; }
    100%{ top: 2.601vw; transform: rotate(360deg); }
}
@media screen and (orientation: portrait) {
    @keyframes indexAnimationBox{
        0%{ top: 10.404vw; transform: rotate(0deg); }
        5%{ border-radius: 0.44vw; }
        12.5%{ border-bottom-right-radius: 8.332vw; top: 16.668vw; transform: rotate(45deg); }
        20%{ border-radius: 0.44vw; }
        25%{ top: 10.404vw; transform: rotate(90deg); }
        30%{ border-radius: 0.44vw; }
        37.5%{ border-top-right-radius: 8.332vw; top: 16.668vw; transform: rotate(135deg); }
        45%{ border-radius: 0.44vw; }
        50%{ top: 10.404vw; transform: rotate(180deg); }
        55%{ border-radius: 0.44vw; }
        62.5%{ border-top-left-radius: 8.332vw; top: 16.668vw; transform: rotate(225deg); }
        70%{ border-radius: 0.44vw; }
        75%{ top: 10.404vw; transform: rotate(270deg); }
        80%{ border-radius: 0.44vw; }
        87.5%{ border-bottom-left-radius: 8.332vw; top: 16.668vw; transform: rotate(315deg); }
        95%{ border-radius: 0.44vw; }
        100%{ top: 10.404vw; transform: rotate(360deg); }
    }
}
#wrap>.index .indexAnimation>ul>li>.box>span{
    color: #FFFFFF;
    font-size: 1.367vw;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>ul>li>.box>span{
        font-size: 5.468vw;
    }
}

#wrap>.index .indexAnimation>ul>li>.shadow{
    width: 4.583vw;
    height: 0.3125vw;
    background: #515151;
    border-radius: 100%;
    position: absolute;
    top: 9.271vw;
    left: 3.125vw;
    z-index: 1;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation>ul>li>.shadow{
        width: 18.332vw;
        height: 1.25vw;
        top: 37.084vw;
        left: 12.5vw;
    }
}
#wrap>.index .indexAnimation>ul>li:nth-child(1)>.shadow{
    animation: 1.5s linear 3s forwards 2 indexAnimationShadow;
}
#wrap>.index .indexAnimation>ul>li:nth-child(2)>.shadow{
    animation: 2s linear 2s forwards 2 indexAnimationShadow;
}
#wrap>.index .indexAnimation>ul>li:nth-child(3)>.shadow{
    animation: 2.5s linear 1s forwards 2 indexAnimationShadow;
}
#wrap>.index .indexAnimation>ul>li:nth-child(4)>.shadow{
    animation: 3s linear 0s forwards 2 indexAnimationShadow;
}
@keyframes indexAnimationShadow{
    0%, 25%, 50%, 75%, 100%{
        width: 4.167vw;
        background:#515151;
        left: 3.125vw;
    }
    12.5%, 37.5%, 62.5%, 87.5%{
        width: 5.208vw;
        height: 0.729vw;
        background:#55555;
        top: 9.167vw;
        left: 2.604vw;
    }
}
@media screen and (orientation: portrait) {
    @keyframes indexAnimationShadow{
        0%, 25%, 50%, 75%, 100%{
            width: 16.668vw;
            left: 12.5vw;
        }
        12.5%, 37.5%, 62.5%, 87.5%{
            width: 20.832vw;
            height: 2.916vw;
            top: 36.668vw;
            left: 10.416vw;
        }
    }
}

#wrap>.index .indexAnimation .skip{
    background: #EEEEEE;
    opacity: 0.3;
    -webkit-border-radius: 0.521vw;
    -moz-border-radius: 0.521vw;
    border-radius: 0.521vw;
    box-shadow: 0.11vw 0.11vw 0.208vw 0.052vw rgba(51, 51, 51, 0.8);
    color: #333333;
    font-size: 1.172vw;
    font-weight: bold;
    padding: 0.052vw 2vw;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    right: 3%;
}
@media screen and (orientation: portrait) {
    #wrap>.index .indexAnimation .skip{
        -webkit-border-radius: 2.084vw;
        -moz-border-radius: 2.084vw;
        border-radius: 2.084vw;
        box-shadow: 0.44vw 0.44vw 0.832vw 0.208vw rgba(51, 51, 51, 0.8);
        font-size: 4.688vw;
        padding: 0.208vw 8vw;
    }
}
#wrap>.index .indexAnimation .skip:hover{
    background: #DDDDDD;
    opacity: 1;
}

/* banner */
#wrap>.index>.bannerArea{
    width: 100%;
    max-height: calc(100vh - 24px - 2.083vw * 2);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#wrap>.index>.bannerArea>div{
    width: 100%;
    /*height: calc(100% - 130px - 6px - 170px);*/
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1023px){
    #wrap>.index>.bannerArea>div{
        /*height: calc(100% - 80px - 5px - 170px);*/
        height: 100%;
    }
}
#wrap>.index>.bannerArea>div>.banners{
    width: inherit;
    /*
    min-width: max-content;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    */
    /*height: calc(100% - 130px - 6px - 170px);*/
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (orientation: portrait) {
    #wrap>.index>.bannerArea>div>.banners{
        /*height: calc(100% - 80px - 5px - 170px);*/
        height: 100%;
        margin: 60px 0px 0px 0px;
    }
}
#wrap>.index>.bannerArea>div>.banners>li{
    width: inherit;
    max-width: 100vw;
    /*height: calc(100vh - 130px - 6px - 170px);*/
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow:hidden;
}
@media screen and (max-width: 1023px){
    #wrap>.index>.bannerArea>div>.banners>li{
        /*height: calc(100% - 80px - 5px - 170px);*/
        height: 100%;
    }
}
#wrap>.index>.bannerArea>div>.banners>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#wrap>.index>.bannerArea>div>.banners>li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (orientation: portrait) {
    #wrap>.index>.bannerArea>div>.banners>li img{
        height: auto;
    }
}

#wrap>.index>.bannerArea>.bannerPage{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#wrap>.index>.bannerArea>.bannerPage>li{
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
}
@media screen and (orientation: portrait) {
    #wrap>.index>.bannerArea>.bannerPage>li{
        margin: 0px 2px;
    }
}
#wrap>.index>.bannerArea>.bannerPage>li>input[type='button']{
    width: 13px;
    height: 13px;
    background: #333333;
    border: 0px;
    box-shadow: 0px 0px 5px 2px rgba(255 ,255 ,255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    font-size: 1px;
    line-height: 13px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    transform: scale(1);
    cursor: pointer;
}
#wrap>.index>.bannerArea>.bannerPage>li>input[type='button']:hover{
    transform: scale(1.2);
    transition: transform 0.5s;
}
#wrap>.index>.bannerArea>.bannerPage>li.current>input[type='button']{
    background: #FF0000;
}

/* =========================================================
 * 關於龍登
 * ========================================================= */
section.singlePage .pageContent .aboutArea{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
@media screen and (max-width: 1023px){
    section.singlePage .pageContent .aboutArea{
        flex-wrap: wrap;
    }
}
section.singlePage .pageContent .aboutArea>.imgArea{
    max-width: 38%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 2.6vw 0px 0px;
}
@media screen and (max-width: 1023px){
    section.singlePage .pageContent .aboutArea>.imgArea{
        max-width: 100%;
        margin: 2.6vw;
    }
}
section.singlePage .pageContent .aboutArea>.contentArea{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: flex-start;
}
section.singlePage .pageContent .aboutArea>.contentArea h3.block{
    background: #5B5B5B;
    color: #FFFFFF;
    font-weight: normal;
    padding: 0.729vw 3vw;
}
section.singlePage .pageContent .aboutArea>.contentArea h3.block.red{
    background: #E60012;
}
section.singlePage .pageContent .aboutArea>.contentArea ul{
    margin: 0px 0px 2vw 0px;
    padding: 0px;
}
section.singlePage .pageContent .aboutArea>.contentArea ul>li{
    color: #000000;
    font-size: 1.3542vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0px 0px 1.667vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    section.singlePage .pageContent .aboutArea>.contentArea ul>li{
        font-size: 2.5vw;
        margin: 0px 0px 3vw 0px;
    }
}
@media screen and (max-width: 479px){
    section.singlePage .pageContent .aboutArea>.contentArea ul>li{
        font-size: 4.375vw;
        margin: 0px 0px 5vw 0px;
    }
}


/* =========================================================
 * 個案列表
 * ========================================================= */
#wrap>.cases .pageContent{
    position: relative;
}
#wrap>.cases .pageContent h3.years{
    border-bottom: 2px solid #E60012;
    margin: 30px 0px 2vw 0px;
    padding: 0px 20px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* =========================================================
 * 個案內頁
 * ========================================================= */
#wrap>.casesDetail{
    height: max-content;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
/* banner */
#wrap>.casesDetail>.bannerArea{
    width: 100%;
    max-height: calc(100vh - 0.469vw - 140px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#wrap>.casesDetail>.bannerArea>div{
    width: 100%;
    /*height: calc(100% - 130px - 6px - 170px);*/
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1023px){
    #wrap>.casesDetail>.bannerArea>div{
        /*height: calc(100% - 80px - 5px - 170px);*/
        height: 100%;
    }
}
#wrap>.casesDetail>.bannerArea>div>.banners{
    width: inherit;
    /*
    min-width: max-content;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    */
    /*height: calc(100% - 130px - 6px - 170px);*/
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1023px){
    #wrap>.casesDetail>.bannerArea>div>.banners{
        /*height: calc(100% - 80px - 5px - 170px);*/
        height: 100%;
    }
}
#wrap>.casesDetail>.bannerArea>div>.banners>li{
    width: inherit;
    max-width: 100vw;
    /*height: calc(100vh - 130px - 6px - 170px);*/
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow:hidden;
}
@media screen and (max-width: 1023px){
    #wrap>.casesDetail>.bannerArea>div>.banners>li{
        /*height: calc(100% - 80px - 5px - 170px);*/
        height: 100%;
    }
}
#wrap>.casesDetail>.bannerArea>div>.banners>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#wrap>.casesDetail>.bannerArea>div>.banners>li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wrap>.casesDetail>.bannerArea>.bannerPage{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-casesDetail: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#wrap>.casesDetail>.bannerArea>.bannerPage>li{
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
}
#wrap>.casesDetail>.bannerArea>.bannerPage>li>input[type='button']{
    width: 13px;
    height: 13px;
    background: #333333;
    border: 0px;
    box-shadow: 0px 0px 5px 2px rgba(255 ,255 ,255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    font-size: 1px;
    line-height: 13px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    transform: scale(1);
    cursor: pointer;
}
#wrap>.casesDetail>.bannerArea>.bannerPage>li>input[type='button']:hover{
    transform: scale(1.2);
    transition: transform 0.5s;
}
#wrap>.casesDetail>.bannerArea>.bannerPage>li.current>input[type='button']{
    background: #FF0000;
}

#wrap>.casesDetail>.subMenu{
    width: 100%;
    min-height: 4.125vw;
    background: #E60012;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
#wrap>.casesDetail>.subMenu>ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1vw;
}
#wrap>.casesDetail>.subMenu>ul>li{
    background: #EEEEEE;
    -webkit-border-radius: 0.625vw;
    -moz-border-radius: 0.625vw;
    border-radius: 0.625vw;
    box-shadow: 2px 2px 4px 1px rgba(51, 51, 51, 0.8);
    color: #333333;
    font-size: 1.172vw;
    font-weight: bold;
    margin: 0.5vw 0.521vw;
    padding: 0px 1.042vw;
    cursor: pointer;
}
@media screen and (max-width: 1023px){
    #wrap>.casesDetail>.subMenu>ul>li{
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-size: 14px;
        margin: 1vw 5px;
        padding: 0px 10px;
    }
}
#wrap>.casesDetail>.subMenu>ul>li:hover{
    background: #FFFFFF;
    color: #000000;
}

section.casesDetail .pageContent h2.title{
    border-bottom: 1px solid #333333;
    margin: 5vw 0px 2vw 0px;
    padding: 0px 0px 1.5vw 0px;
    position: relative;
}

section.casesDetail .pageContent h2.title .mainPic{
    width: 12vw;
    height: 12vw;
    opacity: 0;
    border: solid 0.4vw #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 4px 4px 10px 1px rgba(51, 51, 51, 0.8);
    overflow: hidden;
    position: absolute;
    left: 5.729vw;
    bottom: -30vh;
}
@media screen and (max-width: 1023px){
    section.casesDetail .pageContent h2.title .mainPic{
        display: none;
    }
}
section.casesDetail .pageContent h2.title .mainPic.show{
    opacity: 0;
    animation: 1s linear 0s normal forwards 1 animationCasesDetailMainPic;
}
@keyframes animationCasesDetailMainPic{
    0%  { opacity: 0; bottom: -30vh;}
    100%{ opacity: 1; bottom: -0.5vw; }
}
section.casesDetail .pageContent h2.title .mainPic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


section.casesDetail .pageContent .salesPerformance{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
section.casesDetail .pageContent .salesPerformance>li{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    margin: 20px;
}
section.casesDetail .pageContent .salesPerformance>li>h4{
    background: #000000;
    color: #FFFFFF;
    font-size: 2.5vw;
    padding: 0.5vw 3vw;
}
section.casesDetail .pageContent .salesPerformance>li>p{
    color: #000000;
    font-size: 5.85vw;
    font-weight: bold;
    line-height: normal;
    margin: 2vw 0px;
}
section.casesDetail .pageContent .salesPerformance>li>p>em{
    color: #E60012;
    font-family: 'Arial';
    font-size: 11.719vw;
}

section.casesDetail .pageContent .spec{
    width: calc(100% - 20px * 2);
    display: inline-block;
    column-count: 3;
    column-gap: 60px;
    margin: 0px 0px 1.5vw 0px;
    padding: 0px 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1399px){
    section.casesDetail .pageContent .spec{
        column-count: 2;
    }
}
@media screen and (max-width: 1023px){
    section.casesDetail .pageContent .spec{
        width: calc(100% - 10px * 2);
        column-count: 1;
        padding: 0px 10px;
    }
}
section.casesDetail .pageContent .spec>li{
    width: 100%;
    break-inside: avoid;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 0px 20px 0px;
}
section.casesDetail .pageContent .spec>li>h5{
    width: 6.25vw;
    color: #000000;
    font-size: 1.25vw;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    section.casesDetail .pageContent .spec>li>h5{
        width: 15vw;
        font-size: 2.5vw;
        padding: 0px 10px 0px 0px;
        margin: 0px 10px 0px 0px;
    }
}
@media screen and (max-width: 479px){
    section.casesDetail .pageContent .spec>li>h5{
        width: 21.875vw;
        font-size: 4.375vw;
        padding: 0px 10px 0px 0px;
        margin: 0px 10px 0px 0px;
    }
}
section.casesDetail .pageContent .spec>li>div{
    color: #333333;
    font-size: 1.25vw;
    text-align: justify;
    text-justify: inter-ideograph;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    section.casesDetail .pageContent .spec>li>div{
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    section.casesDetail .pageContent .spec>li>div{
        font-size: 4.375vw;
    }
}
section.casesDetail .pageContent h3{
    text-align: center;
    border-bottom: 1px solid #333333;
    margin: 3.62vw 0px 2vw 0px;
    padding: 0px 0px 1.5vw 0px;
}
@media screen and (max-width: 1023px){
    section.casesDetail .pageContent h3{
        margin: 8vw 0px 0px 0px;
    }
}

section.casesDetail .contactArea{
    width: calc(100% - 6.25vw * 2);
    background: #CCCCCC;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: stretch;
    padding: 8vh 6.25vw;
}
@media screen and (max-width: 1023px){
    section.casesDetail .contactArea{
        flex-direction: column;
    }
}
section.casesDetail .contactArea>.googleMapsApi{
    width: calc(50% - 3vw * 2);
    height: 50vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin: 0px 3vw;
}
@media screen and (max-width: 1023px){
    section.casesDetail .contactArea>.googleMapsApi{
        width: 100%;
        margin: 20px 0px;
    }
}
section.casesDetail .contactArea>.info{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: flex-start;
}
section.casesDetail .contactArea>.info h3{
    background: #333333;
    color: #FFFFFF;
    font-weight: normal;
    margin: 2vw 0px;
    padding: 0.5vw 3vw;
}
@media screen and (max-width: 1023px){
    section.casesDetail .contactArea>.info h3{
        margin: 5vw 0px;
    }
}
section.casesDetail .contactArea>.info h3:first-child{
    margin: 0px 0px 1vw 0px;
}
@media screen and (max-width: 1023px){
    section.casesDetail .contactArea>.info h3:first-child{
        margin: 0px 0px 2.5vw 0px;
    }
}
section.casesDetail .contactArea>.info div{
    font-size: 1.563vw;
}
@media screen and (max-width: 1023px){
    section.casesDetail .contactArea>.info div{
        font-size: 8vw;
    }
}
section.casesDetail .contactArea>.info .tel a{
    color: #E60012;
    font-size: 3.75vw;
    font-family: Arial;
    font-weight: bold;
}
@media screen and (max-width: 1023px){
    section.casesDetail .contactArea>.info .tel a{
        font-size: 8vw;
    }
}
section.casesDetail .contactArea>.info .fb-like{
    width: 23.44vw;
    height: 5.73vw;
    background-color: #374B8D;
    background-image: url(/images/facebookFanspage.svg);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 2.5vw 0px 0px 0px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width: 1023px){
    section.casesDetail .contactArea>.info .fb-like{
        width: 40vw;
        height: 14vw;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}
section.casesDetail .contactArea>.info .fb-like:hover{
    background-color: #4761B8;
}
section.casesDetail .contactArea>.info .fb-like iframe{
    opacity: 0.01;
    transform: scale(150);
    -ms-transform: scale(150);
    -webkit-transform: scale(150);
    -o-transform: scale(150);
    -moz-transform: scale(150);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    position: absolute;
    top: -100%;
    left: -100%;
}

section.casesDetail .socialShareArea{
    position: fixed;
    bottom: 100px;
    right: 20px;
}
@media screen and (max-width: 1023px){
    section.casesDetail .socialShareArea{
        bottom: 50px;
    }
}
section.casesDetail .socialShareArea>li{
    width: 75px;
    height: 75px;
    background-color: #FFFFFF;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin: 10px 0px;
    overflow: hidden;
}
@media screen and (max-width: 1023px){
    section.casesDetail .socialShareArea>li{
        width: 40px;
        height: 40px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}
section.casesDetail .socialShareArea>li.facebook{
    background-image: url(/images/logoFacebook.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
section.casesDetail .socialShareArea>li.facebook iframe{
    opacity: 0.01;
    transform: scale(150);
    -ms-transform: scale(150);
    -webkit-transform: scale(150);
    -o-transform: scale(150);
    -moz-transform: scale(150);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    position: absolute;
    top: -100%;
    left: -100%;
}
section.casesDetail .socialShareArea>li.line{
    background-image: url(/images/logoLine.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
section.casesDetail .socialShareArea>li a{
    width: 100%;
    height: 100%;
    color: transparent;
    text-align: center;
    line-height: 2000%;
    display: block;
}


/* =========================================================
 * 最新消息
 * ========================================================= */
section.newsDetail .pageContent .date{
    color: #000000;
    font-size: 1.18vw;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 3vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    section.newsDetail .pageContent .date{
        font-size: 2.5vw;
        margin: 0px 0px 6vw 0px;
    }
}
@media screen and (max-width: 479px){
    section.newsDetail .pageContent .date{
        font-size: 4.375vw;
        margin: 0px 0px 6vw 0px;
    }
}
section.newsDetail .pageContent .picture{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 1.5vw 0px;
}
section.newsDetail .pageContent .picture img{
    width: 100%;
    max-height: 70vh;
    object-fit: scale-down;
}
section.newsDetail .pageContent .newsArea{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
@media screen and (max-width: 1023px){
    section.newsDetail .pageContent .newsArea{
        flex-wrap: wrap;
    }
}
section.newsDetail .pageContent .newsArea>.imgArea{
    max-width: 38%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0px 2.6vw 0px 0px;
}
@media screen and (max-width: 1023px){
    section.newsDetail .pageContent .newsArea>.imgArea{
        max-width: 100%;
        margin: 2.6vw;
    }
}
section.newsDetail .pageContent .newsArea>.contentArea{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: flex-start;
}
section.newsDetail .pageContent .newsArea>.contentArea h3.block{
    background: #5B5B5B;
    color: #FFFFFF;
    font-weight: normal;
    padding: 0.729vw 3vw;
}
section.newsDetail .pageContent .newsArea>.contentArea h3.block.red{
    background: #E60012;
}
section.newsDetail .pageContent .newsArea>.contentArea ul{
    margin: 0px 0px 2vw 0px;
    padding: 0px;
}
section.newsDetail .pageContent .newsArea>.contentArea ul>li{
    color: #000000;
    font-size: 1.3542vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0px 0px 1.667vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    section.newsDetail .pageContent .newsArea>.contentArea ul>li{
        font-size: 2.5vw;
        margin: 0px 0px 3vw 0px;
    }
}
@media screen and (max-width: 479px){
    section.newsDetail .pageContent .newsArea>.contentArea ul>li{
        font-size: 4.375vw;
        margin: 0px 0px 5vw 0px;
    }
}


/* =========================================================
 * 公司活動
 * ========================================================= */
section.eventsDetail .pageContent p{
    text-align: center;
}


/* =========================================================
 * 聯絡我們
 * ========================================================= */
section.contact .pageContent{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
h3.formTitle{
    width: 100%;
    color: #666666;
    font-size: 1.563vw;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    margin: 0px 0px 3.62vw 0px;
    padding: 1.18vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    h3.formTitle{
        font-size: 2.5vw;
        text-align: left;
    }
}
@media screen and (max-width: 479px){
    h3.formTitle{
        font-size: 4.375vw;
        text-align: left;
    }
}
section.contact .formArea{
    width: 100%;
    max-width: 900px;
}
.formArea>div{
    color: #666666;
    font-family: Microsoft JhengHei, Arial;
    font-size: 1.563vw;
    font-weight: normal;
    text-align: left;
    line-height: 3.62vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 1.18vw 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .formArea>div{
        font-size: 2.5vw;
        line-height: 6vw;
    }
}
@media screen and (max-width: 479px){
    .formArea>div{
        font-size: 4.375vw;
        line-height: 8vw;
    }
}
.formArea>div>.title{
    width: 6vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0px 1.18vw 0px 0px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .formArea>div>.title{
        width: 10vw;
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 479px){
    .formArea>div>.title{
        width: 16vw;
        font-size: 4.375vw;
    }
}
.formArea>div.required>.title::before{
    content: "*";
    color: #E60012;
    margin: 0px 0.5vw 0px 0px;
    position: relative;
}
.formArea>div>.data{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1023px){
    .formArea>div>.data{
        flex-wrap: wrap;
    }
}

.formArea input[type='text'],
.formArea input[name='name'],
.formArea input[name='tel'],
.formArea input[name='mobile'],
.formArea input[type='email'],
.formArea textarea{
    width: calc(100% - 5px * 2);
    height: 3.62vw;
    background: #E6E6E6;
    border: 0px;
    color: #000000;
    font-family: Microsoft JhengHei, Arial;
    font-size: 1.18vw;
    font-weight: normal;
    text-align: left;
    line-height: 3.62vw;
    margin: 0px 5px;
    padding: 0px 5px;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .formArea input[type='text'],
    .formArea input[name='name'],
    .formArea input[name='tel'],
    .formArea input[name='mobile'],
    .formArea input[type='email'],
    .formArea textarea{
        height: 6vw;
        font-size: 2.5vw;
        line-height: 6vw;
    }
}
@media screen and (max-width: 479px){
    .formArea input[type='text'],
    .formArea input[name='name'],
    .formArea input[name='tel'],
    .formArea input[name='mobile'],
    .formArea input[type='email'],
    .formArea textarea{
        height: 8vw;
        font-size: 4.375vw;
        line-height: 8vw;
    }
}
.formArea input::-webkit-input-placeholder{
    color: #999999;
}
.formArea input:-moz-placeholder{
    color: #999999;
}
.formArea input::-moz-placeholder{
    color: #999999;
}
.formArea input:-ms-input-placeholder{
    color: #999999;
}
.formArea select{
    width: calc(100% - 5px * 2);
    height: 3.62vw;
    border: 0px;
    background: #E6E6E6;
    color: #000000;
    font-family: Microsoft JhengHei, Arial;
    font-size: 1.18vw;
    font-weight: normal;
    text-align: left;
    line-height: 3.62vw;
    margin: 0px 5px;
    padding: 0px 5px;
}
@media screen and (max-width: 1023px){
    .formArea select{
        height: 8vw;
        font-size: 4.375vw;
        line-height: 8vw;
    }
}
.formArea select:invalid{
    color: #999999;
}
.formArea textarea[name='content']{
    height: calc(3.62vw * 4);
    resize: none;
}
@media screen and (max-width: 1023px){
    .formArea textarea[name='content']{
        height: calc(8vw * 4);
    }
}
.formArea textarea[name='content']::-webkit-input-placeholder{
    color: #999999;
}
.formArea textarea[name='content']:-moz-placeholder{
    color: #999999;
}
.formArea textarea[name='content']::-moz-placeholder{
    color: #999999;
}
.formArea textarea[name='content']:-ms-input-placeholder{
    color: #999999;
}

.formArea .captcha .data{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    align-items: center;
}
.formArea input[name='gCode']{
    height: 34px;
    text-align: center;
    line-height: 32px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 480px) and (max-width: 1023px){
    .formArea input[name='gCode']{
        flex-basis: 120px;
        flex-grow: 1;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 479px){
    .formArea input[name='gCode']{
        flex-basis: 70px;
        flex-grow: 1;
        flex-shrink: 0;
    }
}

.formArea #gCodeImg{
    width: 118px;
    height: 32px;
    margin: 0px 0px 0px 5px;
    position: relative;
    cursor: pointer;
}
.formArea p{
    color: #E60012;
    font-family: Microsoft JhengHei, Arial;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-indent: 0px;
    line-height: 18px;
    margin: 0px 0px 0px 1.18vw;
}
.formArea .buttonArea{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5vw 0px;
}
.formArea .buttonArea #submitBtn{
    min-width: 15.625vw;
    background: #3366CC;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 2px 2px 3px 0px rgba(153, 153, 153, 1);
    color: #FFFFFF;
    font-size: 1.18vw;
    font-family: Microsoft JhengHei, Arial;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1vw 2vw;
    cursor: pointer;
    outline: none;
}
@media screen and (max-width: 1023px){
    .formArea .buttonArea #submitBtn{
        font-size: 4.375vw;
        padding: 3.125vw 8vw;
    }
}


/* =========================================================
 * OOPS
 * ========================================================= */
.oops{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.oops .pageContent{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.oops .pageContent h2{
    color: #E60012;
    font-size: 10vw;
    margin: 0px 0px 3vw 0px;
}
.oops .pageContent p>a{
    background: #E60012;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 1.563vw;
    padding: 1.563vw 4.167vw;
}
@media screen and (max-width: 1023px){
    .oops .pageContent p>a{
        font-size: 5.625vw;
    }
}
.oops .pageContent p>a:hover{
    text-decoration: underline;
}


/* =========================================================
 * 頁尾區塊
 * ========================================================= */
#wrap>footer{
    width: calc(100% - 4.1667vw * 2);
    background: #333333;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding: 2.083vw 4.1667vw;
}
@media screen and (max-width: 1023px){
    #wrap>footer{
        width: calc(100% - 2.083vw * 2);
        padding: 2.083vw;
    }
}
#wrap>footer>section{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#wrap>footer>section>div{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1529px){
    #wrap>footer>section>div{
        font-size: 1.172vw;
    }
}
@media screen and (max-width: 1023px){
    #wrap>footer>section>div{
        font-size: 12px;
        margin: 10px 10px 10px 10px;
    }
}